me
/
guix
Archived
1
0
Fork 0

gnu: openttd-opengfx: Update to 0.6.0.

* gnu/packages/games.scm (openttd-opengfx)[version]: Update to 0.6.0.
[source]: Change uri to cdn.openttd.org.
[native-inputs]: Add which.
master
Vincent Legoll 2020-04-11 20:23:42 +02:00 committed by Nicolas Goaziou
parent db79c15073
commit c492b23fb1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 3 deletions

View File

@ -3034,15 +3034,15 @@ engine. When you start it you will be prompted to download a graphics set.")
(define openttd-opengfx (define openttd-opengfx
(package (package
(name "openttd-opengfx") (name "openttd-opengfx")
(version "0.5.5") (version "0.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://binaries.openttd.org/extra/opengfx/" (uri (string-append "https://cdn.openttd.org/opengfx-releases/"
version "/opengfx-" version "-source.tar.xz")) version "/opengfx-" version "-source.tar.xz"))
(sha256 (sha256
(base32 (base32
"009fa1bdin1bk0ynzhzc30hzkmmwzmwkk6j591ax3f6w75l28n49")))) "0qxc6gl2gxcrn1np88dnjgbaaakkkx96b13rcmy1spryc8c09hyr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags (list "CC=gcc" '(#:make-flags (list "CC=gcc"
@ -3072,6 +3072,7 @@ engine. When you start it you will be prompted to download a graphics set.")
("gimp" ,gimp) ("gimp" ,gimp)
("grfcodec" ,grfcodec) ("grfcodec" ,grfcodec)
("nml" ,nml) ("nml" ,nml)
("which" ,which)
("python" ,python-2))) ("python" ,python-2)))
(home-page "http://dev.openttdcoop.org/projects/opengfx") (home-page "http://dev.openttdcoop.org/projects/opengfx")
(synopsis "Base graphics set for OpenTTD") (synopsis "Base graphics set for OpenTTD")