mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: yamagi-quake2: Update to 7.45.
* gnu/packages/games.scm (yamagi-quake2): Update to 7.45. [inputs]: Add curl-minimal. Sort alphabetically.
This commit is contained in:
parent
295016183c
commit
1a3233f074
1 changed files with 11 additions and 9 deletions
|
@ -6817,15 +6817,14 @@ (define-public vkquake
|
||||||
(define-public yamagi-quake2
|
(define-public yamagi-quake2
|
||||||
(package
|
(package
|
||||||
(name "yamagi-quake2")
|
(name "yamagi-quake2")
|
||||||
(version "7.10")
|
(version "7.45")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://deponie.yamagi.org/quake2/quake2-"
|
(uri (string-append "https://deponie.yamagi.org/quake2/quake2-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0rgz8x7lzd0zb0xqd0gvnf2641nr9xpfm6v14mgh99hspxklaln7"))))
|
||||||
"0psinbg25mysd58k99s1n34w31w5hj1vppb39gdjb0zqi6sl6cps"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
@ -6854,12 +6853,15 @@ (define-public yamagi-quake2
|
||||||
(string-append out "/bin/yamagi-quake2"))
|
(string-append out "/bin/yamagi-quake2"))
|
||||||
(symlink (string-append out "/lib/yamagi-quake2/q2ded")
|
(symlink (string-append out "/lib/yamagi-quake2/q2ded")
|
||||||
(string-append out "/bin/yamagi-q2ded"))))))))
|
(string-append out "/bin/yamagi-q2ded"))))))))
|
||||||
(inputs `(("sdl2" ,sdl2)
|
(native-inputs
|
||||||
("mesa" ,mesa)
|
`(("pkg-config" ,pkg-config)))
|
||||||
("libvorbis" ,libvorbis)
|
(inputs
|
||||||
("zlib" ,zlib)
|
`(("curl" ,curl-minimal)
|
||||||
("openal" ,openal)))
|
("libvorbis" ,libvorbis)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
("mesa" ,mesa)
|
||||||
|
("openal" ,openal)
|
||||||
|
("sdl2" ,sdl2)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(synopsis "First person shooter engine based on quake2")
|
(synopsis "First person shooter engine based on quake2")
|
||||||
(description "Yamagi Quake II is an enhanced client for id Software's Quake II.
|
(description "Yamagi Quake II is an enhanced client for id Software's Quake II.
|
||||||
The main focus is an unchanged single player experience like back in 1997,
|
The main focus is an unchanged single player experience like back in 1997,
|
||||||
|
|
Loading…
Reference in a new issue