mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cataclysm-dda: Update to 0.E.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.E.
This commit is contained in:
parent
448e072555
commit
b8f5b436ec
1 changed files with 56 additions and 56 deletions
|
@ -398,22 +398,22 @@ canyons and wait for the long I-shaped block to clear four rows at a time.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public cataclysm-dda
|
(define-public cataclysm-dda
|
||||||
(let ((commit "9c732a5de48928691ab863d3ab275ca7b0e522fc"))
|
|
||||||
(package
|
(package
|
||||||
(name "cataclysm-dda")
|
(name "cataclysm-dda")
|
||||||
(version "0.D")
|
(version "0.E")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/CleverRaven/Cataclysm-DDA.git")
|
(url "https://github.com/CleverRaven/Cataclysm-DDA.git")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0pbi0fw37zimzdklfj58s1ql0wlqq7dy6idkcsib3hn910ajaxan"))
|
||||||
"00zzhx1mh1qjq668cga5nbrxp2qk6b82j5ak65skhgnlr6ii4ysc"))
|
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
'(#:make-flags
|
||||||
|
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||||
"USE_HOME_DIR=1" "DYNAMIC_LINKING=1" "RELEASE=1"
|
"USE_HOME_DIR=1" "DYNAMIC_LINKING=1" "RELEASE=1"
|
||||||
"LOCALIZE=1" "LANGUAGES=all")
|
"LOCALIZE=1" "LANGUAGES=all")
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -436,7 +436,7 @@ canyons and wait for the long I-shaped block to clear four rows at a time.")
|
||||||
;; input in order to support tests.
|
;; input in order to support tests.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"tiles")) ; For tile graphics and sound support.
|
"tiles")) ;for tile graphics and sound support
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
@ -460,7 +460,7 @@ to get you out of Dodge. Fight to defeat or escape from a wide variety of
|
||||||
powerful monstrosities, from zombies to giant insects to killer robots and
|
powerful monstrosities, from zombies to giant insects to killer robots and
|
||||||
things far stranger and deadlier, and against the others like yourself, that
|
things far stranger and deadlier, and against the others like yourself, that
|
||||||
want what you have.")
|
want what you have.")
|
||||||
(license license:cc-by-sa3.0))))
|
(license license:cc-by-sa3.0)))
|
||||||
|
|
||||||
(define-public corsix-th
|
(define-public corsix-th
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue