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: I223150d559bce21e055b44262c7c97b3ccfa8dc2master
parent
91efdc55f6
commit
2a739c4d21
|
@ -4676,7 +4676,7 @@ on the screen and keyboard to display letters.")
|
||||||
(define-public manaplus
|
(define-public manaplus
|
||||||
(package
|
(package
|
||||||
(name "manaplus")
|
(name "manaplus")
|
||||||
(version "1.9.3.23")
|
(version "2.1.3.17")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4684,18 +4684,15 @@ on the screen and keyboard to display letters.")
|
||||||
version "/manaplus-" version ".tar.xz"))
|
version "/manaplus-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ky182p4svwdqm6cf7jbns85hidkhkhq4s17cs2p381f0klapfjz"))))
|
"0ggswsa3xq7lss3j4k7fyzn56sw7hlrwk744i3d9w0n4932nmlg8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
(list #:configure-flags #~'("--with-sdl2")))
|
||||||
(list (string-append "CPPFLAGS=-I"
|
|
||||||
(assoc-ref %build-inputs "sdl-union")
|
|
||||||
"/include/SDL"))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list glu curl libxml2 mesa
|
(list glu curl libxml2 mesa
|
||||||
(sdl-union)))
|
sdl2 sdl2-image sdl2-mixer sdl2-net sdl2-ttf))
|
||||||
(home-page "https://manaplus.org")
|
(home-page "https://manaplus.org")
|
||||||
(synopsis "Client for 'The Mana World' and similar games")
|
(synopsis "Client for 'The Mana World' and similar games")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue