gnu: extremetuxracer: Update to 0.7.3.
* gnu/packages/games.scm (extremetuxracer): Update to 0.7.3. [inputs]: Remove freetype, mesa, libice, libpng, sdl, sdl-mixer, sdl-image, libsm, libunwind, libx11, libext, libxi, libxmu, libxt, tcl, zlib; add sfml. [arguments]: Remove field.
This commit is contained in:
parent
a6e25a50f9
commit
b8a35ccea6
|
@ -946,7 +946,7 @@ Protocol).")
|
||||||
(define-public extremetuxracer
|
(define-public extremetuxracer
|
||||||
(package
|
(package
|
||||||
(name "extremetuxracer")
|
(name "extremetuxracer")
|
||||||
(version "0.6.0")
|
(version "0.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -954,35 +954,13 @@ Protocol).")
|
||||||
version "/etr-" version ".tar.xz"))
|
version "/etr-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fl9pwkywqnsmgr6plfj9zb05xrdnl5xb2hcmbjk7ap9l4cjfca4"))))
|
"1lg3z7jhzmsjym53qss8mbydny8hafwjnfsc7x91hrr9zrkwblly"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("freetype" ,freetype)
|
`(("glu" ,glu)
|
||||||
("mesa" ,mesa)
|
("sfml" ,sfml)))
|
||||||
("glu" ,glu)
|
|
||||||
("libice" ,libice)
|
|
||||||
("libpng" ,libpng)
|
|
||||||
("sdl" ,sdl)
|
|
||||||
("sdl-mixer" ,sdl-mixer)
|
|
||||||
("sdl-image" ,sdl-image)
|
|
||||||
("libsm" ,libsm)
|
|
||||||
("libunwind" ,libunwind)
|
|
||||||
("libx11" ,libx11)
|
|
||||||
("libxext" ,libxext)
|
|
||||||
("libxi" ,libxi)
|
|
||||||
("libxmu" ,libxmu)
|
|
||||||
("libxt" ,libxt)
|
|
||||||
("tcl" ,tcl)
|
|
||||||
("zlib" ,zlib)))
|
|
||||||
(arguments
|
|
||||||
'(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'configure 'patch-makefile
|
|
||||||
(lambda _
|
|
||||||
(substitute* "Makefile"
|
|
||||||
(("CXXFLAGS =") "CXXFLAGS = ${CFLAGS}")))))))
|
|
||||||
(synopsis "High speed arctic racing game based on Tux Racer")
|
(synopsis "High speed arctic racing game based on Tux Racer")
|
||||||
;; Snarfed straight from Debian
|
;; Snarfed straight from Debian
|
||||||
(description "Extreme Tux Racer, or etracer as it is called for short, is
|
(description "Extreme Tux Racer, or etracer as it is called for short, is
|
||||||
|
|
Loading…
Reference in New Issue