GNU bug report logs -
#69704
[PATCH] gnu: manaplus: Update to 2.1.3.17.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sun, 10 Mar 2024 07:54:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69704 in the body.
You can then email your comments to 69704 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#69704
; Package
guix-patches
.
(Sun, 10 Mar 2024 07:54:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Sun, 10 Mar 2024 07:54:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69704
; Package
guix-patches
.
(Sun, 10 Mar 2024 10:18:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 69704 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 69704 + reviewed-looks-good
thanks
Guix QA review form submission:
Manaplus works just fine.
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Tue, 12 Mar 2024 10:20:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Tue, 12 Mar 2024 10:20:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 69704-done <at> debbugs.gnu.org (full text, mbox):
Adam Faiz <adam.faiz <at> 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!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 09 Apr 2024 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.