gnu: angband: Update to 4.2.0.

* gnu/packages/games.scm (angband): Update to 4.2.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-21 20:49:42 +02:00
parent d6ce8eca07
commit e5e2481912
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1383,7 +1383,7 @@ (define-public l-abbaye-des-morts
(define-public angband (define-public angband
(package (package
(name "angband") (name "angband")
(version "4.1.3") (version "4.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1392,7 +1392,7 @@ (define-public angband
"/angband-" version ".tar.gz")) "/angband-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0vs0314lbdc6rzxn4jnb7zp6n1p1cdb8r53savadn7k9vbwc80ll")) "0vdm1ymm28wawp94nl1p5q3lhc0k7cnn2kkvvrkfx962gif4kqfk"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; So, some of the sounds/graphics/tilesets are under different ;; So, some of the sounds/graphics/tilesets are under different
@ -1406,7 +1406,7 @@ (define-public angband
(delete-file-recursively lib-subdir))) (delete-file-recursively lib-subdir)))
'("fonts" "icons" "sounds" "tiles")) '("fonts" "icons" "sounds" "tiles"))
(substitute* "lib/Makefile" (substitute* "lib/Makefile"
;; And don't try to invoke makefiles in the directories we removed ;; And don't try to invoke makefiles in the directories we removed.
(("gamedata customize help screens fonts tiles sounds icons user") (("gamedata customize help screens fonts tiles sounds icons user")
"gamedata customize help screens user")) "gamedata customize help screens user"))
#t)))) #t))))