all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69704] [PATCH] gnu: manaplus: Update to 2.1.3.17.
@ 2024-03-10  7:52 iyzsong--- via Guix-patches via
  2024-03-10 10:16 ` [bug#69704] QA review for 69704 Adam Faiz via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-10  7:52 UTC (permalink / raw)
  To: 69704
  Cc: 宋文武, Adam Faiz, Liliana Marie Prikler,
	宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/games.scm (manaplus): Update to 2.1.3.17.
[arguments]: Pass "--with-sdl2" as configure-flags.
[inputs]: Replace sdl-union with sdl2, sdl2-image, sdl2-mixer, sdl2-net and
sdl2-ttf.

Change-Id: I223150d559bce21e055b44262c7c97b3ccfa8dc2
---
 gnu/packages/games.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9ff08e5e74..0c7547d382 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4676,7 +4676,7 @@ (define-public gamine
 (define-public manaplus
   (package
     (name "manaplus")
-    (version "1.9.3.23")
+    (version "2.1.3.17")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4684,18 +4684,15 @@ (define-public manaplus
                     version "/manaplus-" version ".tar.xz"))
               (sha256
                (base32
-                "1ky182p4svwdqm6cf7jbns85hidkhkhq4s17cs2p381f0klapfjz"))))
+                "0ggswsa3xq7lss3j4k7fyzn56sw7hlrwk744i3d9w0n4932nmlg8"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags
-       (list (string-append "CPPFLAGS=-I"
-                            (assoc-ref %build-inputs "sdl-union")
-                            "/include/SDL"))))
+     (list #:configure-flags #~'("--with-sdl2")))
     (native-inputs
      (list pkg-config))
     (inputs
      (list glu curl libxml2 mesa
-           (sdl-union)))
+           sdl2 sdl2-image sdl2-mixer sdl2-net sdl2-ttf))
     (home-page "https://manaplus.org")
     (synopsis "Client for 'The Mana World' and similar games")
     (description

base-commit: 7758e63f7a89f53fbb7c7a265ae472af0a8dfab0
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#69704] QA review for 69704
  2024-03-10  7:52 [bug#69704] [PATCH] gnu: manaplus: Update to 2.1.3.17 iyzsong--- via Guix-patches via
@ 2024-03-10 10:16 ` Adam Faiz via Guix-patches via
  2024-03-12 10:18   ` bug#69704: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Faiz via Guix-patches via @ 2024-03-10 10:16 UTC (permalink / raw)
  To: control, 69704

user guix
usertag 69704 + reviewed-looks-good
thanks

Guix QA review form submission:
Manaplus works just fine.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#69704: QA review for 69704
  2024-03-10 10:16 ` [bug#69704] QA review for 69704 Adam Faiz via Guix-patches via
@ 2024-03-12 10:18   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-12 10:18 UTC (permalink / raw)
  To: Adam Faiz; +Cc: 69704-done

Adam Faiz <adam.faiz@disroot.org> writes:

> user guix
> usertag 69704 + reviewed-looks-good
> thanks
>
> Guix QA review form submission:
> Manaplus works just fine.

Pushed as commit 2a739c4d21, thank you for review!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-12 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-10  7:52 [bug#69704] [PATCH] gnu: manaplus: Update to 2.1.3.17 iyzsong--- via Guix-patches via
2024-03-10 10:16 ` [bug#69704] QA review for 69704 Adam Faiz via Guix-patches via
2024-03-12 10:18   ` bug#69704: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.