[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/15: gnu: manaplus: Update to 2.1.3.17.
From: |
guix-commits |
Subject: |
14/15: gnu: manaplus: Update to 2.1.3.17. |
Date: |
Tue, 12 Mar 2024 06:17:10 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 2a739c4d210d704c9c1f2a57773f0b0b6198a60a
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Mar 10 15:52:45 2024 +0800
gnu: manaplus: Update to 2.1.3.17.
* 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 801e051166..db8d8da0a9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4676,7 +4676,7 @@ on the screen and keyboard to display letters.")
(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 @@ on the screen and keyboard to display letters.")
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
- branch master updated (0547fe862c -> a52701a4d3), guix-commits, 2024/03/12
- 02/15: gnu: garcon: Update to 4.18.2., guix-commits, 2024/03/12
- 01/15: gnu: xfconf: Update to 4.18.3., guix-commits, 2024/03/12
- 03/15: gnu: tumbler: Update to 4.18.2., guix-commits, 2024/03/12
- 04/15: gnu: xfce4-panel: Update to 4.18.6., guix-commits, 2024/03/12
- 06/15: gnu: xfce4-settings: Update to 4.18.4., guix-commits, 2024/03/12
- 10/15: gnu: xfce4-dev-tools: Update to 4.18.1., guix-commits, 2024/03/12
- 13/15: gnu: ltris: Update to 1.3., guix-commits, 2024/03/12
- 08/15: gnu: xfce4-terminal: Update to 1.1.3., guix-commits, 2024/03/12
- 11/15: gnu: Add xfwm4-themes., guix-commits, 2024/03/12
- 14/15: gnu: manaplus: Update to 2.1.3.17.,
guix-commits <=
- 05/15: gnu: xfce4-appfinder: Update to 4.18.1., guix-commits, 2024/03/12
- 07/15: gnu: thunar: Update to 4.18.10., guix-commits, 2024/03/12
- 12/15: gnu: xfce: Add xfwm4-themes., guix-commits, 2024/03/12
- 15/15: gnu: cagebreak: Update to 2.3.1., guix-commits, 2024/03/12
- 09/15: gnu: xfce4-power-manager: Update to 4.18.3., guix-commits, 2024/03/12