summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
AgeCommit message (Collapse)Author
6 daysgnu: quakespasm: Update package style.James Smith
* gnu/packages/games.scm (quakespasm)[arguments]: Convert to list of G-Expressions. <#:make-flags>: Use (cc-for-target) instead of gcc. <#:phases>: Simplify ‘fix-makefile-paths’. Remove trailing #t. Change-Id: I250a842c78f2f49b451e5df76509fbe6fa1b4576 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
6 daysgnu: quakespasm: Update to 0.96.2.James Smith
* gnu/packages/games.scm (quakespasm): Update to 0.96.2. [source]: Adjust URI accordingly. Change-Id: I30559b53021249db57f078ae51fd9b24d2b580f3 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
10 daysgnu: burgerspace: Update to 1.10.0.Nicolas Goaziou
* gnu/packages/games.scm (burgerspace): Update to 1.10.0. Change-Id: I147bbbc261209c55d8638cbf0e66c59b6bf3f9c1
2024-06-11gnu: opensurge: Update to 0.6.1.1.宋文武
* gnu/packages/games.scm (opensurge): Update to 0.6.1.1. [inputs]: Add mesa and physfs. Change-Id: Ia62559372757f7cfd6dc4784e2a8271bbe6d7868 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-06-10gnu: odamex: Update to 10.5.0.David Pflug
* gnu/packages/games.scm (odamex): Update to 10.5.0. Change-Id: I87280d58fecd1ffc52d13bd13b6b0f05721595c5 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-05-27gnu: freegish: Update to 0-3.caf58a2f9.宋文武
* gnu/packages/games.scm (freegish): Update to 0-3.caf58a2f9. [inputs]: Replace sdl-union with sdl2. Remove zlib. [arguments]: Adjust configure-flags, remove unneeded phases. Change-Id: I43883bd3de985dc337e244a810214ea5ae6aabd1
2024-05-25gnu: vcmi: Update to 1.5.1.Vagrant Cascadian
* gnu/packages/games.scm (vcmi): Update to 1.5.1. [#:configure-flags]: Disable use of embedded innoextract.
2024-05-15gnu: 0ad: Use default icu4c version.Timotej Lazar
Fixes build on aarch64 where icu4c-68 is broken. * gnu/packages/games.scm (0ad)[inputs]: Replace icu4c-68 with icu4c. Change-Id: Ie2cade592e224eb72dc3286ba3b38626cd86b85b Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-05-15gnu: the-butterfly-effect: Fix build.Efraim Flashner
* gnu/packages/games.scm (the-butterfly-effect)[build-system]: Switch to the cmake-build-system. [arguments]: Don't delete the 'configure phase. Remove custom 'install phase. Add a phase to set some cmake variables and one to disable the translations. [native-inputs]: Remove cmake-minimal. Change-Id: I8f654b1e0c3231dda87ea41c150cc85661541cda
2024-05-14gnu: yamagi-quake2: Update to 8.30.James Smith
* gnu/packages/games.scm (yamagi-quake2): Update to 8.30. Change-Id: I6be99f7a87112544f0d23033e2ee99b308762bd3 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-05gnu: zsnes: Relocate to (gnu packages emulator).Maxim Cournoyer
* gnu/packages/games.scm (zsnes): Move to... * gnu/packages/emulators.scm (zsnes): ... here. Change-Id: I739e0f3b221790b6f780362d884209fff0aed3d7
2024-04-29gnu: Add hexahop.Sébastien Lerique
* gnu/packages/games.scm (hexahop): New variable. Change-Id: Id7a998d18c391af8d9722d2e637988ca019db304 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-04-15gnu: widelands: Improve package style.Timotej Lazar
* gnu/packages/games.scm (widelands): Use new package style. [snippet]: Simplify and drop trailing #t. [arguments]: Use gexps. Tweak #:configure-flags to install the binary in bin/ instead of bin/games/ and data under share/ instead of bin/share/. Modify 'unbundle-fonts phase to not depend on input labels. [inputs, native-inputs]: Drop input labels. [home-page]: Drop trailing slash. Change-Id: I75c535005ad1325ad170205b6e80b1039125619a Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-15gnu: widelands: Update to 1.2.Timotej Lazar
* gnu/packages/games.scm (widelands): Update to 1.2. [inputs]: Drop boost, curl. [native-inputs]: Replace python-wrapper with python. Change-Id: I1a98739a5da801d3686acf152989c8ce15f16a90 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-12gnu: Add jstest-gtk.Maxim Cournoyer
* gnu/packages/games.scm (jstest-gtk): New variable. Change-Id: Ia02ef243ec03253f025a669f265b76ea6320fdac
2024-04-12gnu: Add zsnes.Maxim Cournoyer
* gnu/packages/games.scm (zsnes): New variable. Change-Id: I60596f6676546ab2a4ca911f2d66ac8b535fa20b
2024-04-03gnu: qtspeech: Rename package to qtspeech-5.Zheng Junjie
* gnu/packages/qt.scm (qtspeech): Rename to qtspeech-5. (python-pyside-2) * gnu/packages/games.scm (chessx) * gnu/packages/kde-frameworks.scm (knotifications, ktextwidgets) * gnu/packages/kde-pim.scm (kdepim-runtime, kpimtextedit) * gnu/packages/kde-utils.scm (kmouth) * gnu/packages/kde.scm (okular) * gnu/packages/radio.scm (sdrangel): Adjust inputs accordingly.. Change-Id: I65ae1f4e3601f0caa8304cea6fb12f991f8e52a1 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-03-27gnu: wesnoth: Update to 1.18.0.宋文武
* gnu/packages/games.scm (wesnoth): Update to 1.18.0. [arguments]: Pass "-DENABLE_SYSTEM_LUA=ON" to 'configure-flags'. Add phases. [inputs]: Remove fribidi, sdl-union, sdl2-ttf. Add curl, lua-5.4. [native-inputs]: Add python-minimal. (wesnoth-server): Update to 1.18.0. [inputs]: Remove sdl2. Add lua-5.4. [native-inputs]: Replace with pkg-config. [arguments]: Rewrite with 'substitute-keyword-arguments'. Change-Id: I1ee4237dbbaeeb9d5a93637d740fbf4dba0922d2 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-27gnu: endless-sky: Update to 0.10.6.Mehmet Tekman
* gnu/packages/games.scm (endless-sky): Update to 0.10.6. Change-Id: Ie2fe40f56e721f269a4b9cc0e3fe08390fb5d2e0 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-27gnu: moonfish: Improve description.zamfofex
* gnu/packages/games.scm (moonfish): Reword description. Change-Id: I1641cedc34f28dc47b021be6bcfc2943b9abcc0d Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-27gnu: moonfish: Update to 0-2.fb2cb4f.zamfofex
* gnu/packages/games.scm (moonfish): Update to 0-2.fb2cb4f. [arguments]: Use upstream's makefile for building and installing. Install tools into the "out" output instead of the "tools" output. [outputs]: Remove "tools". Change-Id: I0f098b02633d397fe1fef67863c3cd5b1db19214 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-17gnu: open-adventure: Update to 1.18.Nicolas Goaziou
* gnu/packages/games.scm (open-adventure): Update to 1.18. [native-inputs]: Add CPPCHECK, PYTHON-PYLINT, and RUBY-ASCIIDOCTOR. Change-Id: I0c8889b0198adcc2461c2c72bb38d770c8898864
2024-03-17gnu: naev: Update to 0.11.4.Nicolas Goaziou
* gnu/packages/games.scm (naev): Update to 0.11.4. Change-Id: I7e5afb8037f9e03f3314a7ecebb2a2a34a3c9e77
2024-03-17gnu: Add sgt-puzzles.Sergey Trofimov
* gnu/packages/games.scm (sgt-puzzles): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-03-13gnu: vcmi: Update to 1.4.5.Vagrant Cascadian
* gnu/packages/games.scm (vcmi): Update to 1.4.5. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: Icd72038c03d1f37f42527ccd824993165413d0f7
2024-03-12gnu: manaplus: Update to 2.1.3.17.宋文武
* gnu/packages/games.scm (manaplus): Update to 2.1.3.17. [arguments]: Pass "--with-sdl2" as configure-flags. [inputs]: Replace sdl-union with sdl2, sdl2-image, sdl2-mixer, sdl2-net and sdl2-ttf. Change-Id: I223150d559bce21e055b44262c7c97b3ccfa8dc2
2024-03-12gnu: ltris: Update to 1.3.宋文武
* gnu/packages/games.scm (ltris): Update to 1.3. Change-Id: I52e61633449100d945f52160c689d5a9d27da66a
2024-03-07gnu: crawl: Update to 0.31.0.Nicolas Goaziou
* gnu/packages/games.scm (crawl): Update to 0.31.0. Change-Id: I53c4de85a7e58ecd5eeffe31fbbfcaaab4563292 Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2024-02-16gnu: 0ad-data: Make the package public but hidden.Clément Lassieur
So that ci.guix can pick it up (esp. the ‘disarchive’ and ‘source’ jobsets). * gnu/packages/games.scm (0ad-data): Make variable public and add ‘hidden?’ property. Reported-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I8129811f386a356a0e236850a43e6dee9bb6c3ac
2024-02-15gnu: 0ad-data: Don't export.Clément Lassieur
* gnu/packages/games.scm (0ad-data): Don't export. Change-Id: I6f4706e0a73e6c9bc47926a3806b95414456dd29
2024-02-13gnu: go-golang-org-x-image: Move to golang-build.Sharlatan Hellseher
* gnu/packages/golang.scm (go-golang-org-x-image): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/game.scm: Add (gnu packages golang-build) module. Change-Id: Icd0b303d8f7544f6eae10ac30d7bd01779abaede
2024-02-10gnu: odamex: Remove package labels.Sharlatan Hellseher
* gnu/packages/games.scm (odamex) [inputs]: Remove labels. Change-Id: Ie4b97a3dfaa3a0ce3a0e7c5c49ed52fe4e222480
2024-02-10gnu: odamex: Unbundle some libraries.Sharlatan Hellseher
* gnu/packages/games.scm (odamex) [snippet]: Remove some bundled libraries which may be replaced by inputs. [arguments] <#:configure-flags>: Add options to build client, master and server. Do not use internal libs explicitly. [native-inputs]: Add pkg-config. Change-Id: I1974febb2f5f37d963ecb5b663d17a330ba23129
2024-02-10gnu: odamex: Update to 10.4.0.David Pflug
* gnu/packages/games.scm (odamex): Update to 10.4.0. [inputs]: Add fltk, jsoncpp, libpng, miniupnpc, portmidi and protobuf. Change-Id: I371d18498640e15a7bfae527fea12d9432368f50 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-09gnu: fheroes2: Update to 1.0.11.Vagrant Cascadian
* gnu/packages/games.scm (fheroes2): Update to 1.0.11. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-28gnu: lugaru: Apply patch fixing sound.Maxim Cournoyer
* gnu/packages/patches/lugaru-fix-sound.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/games.scm (lugaru) [source]: Update source URL. Apply patch. [arguments]: Use gexps. [inputs]: Remove labels and sort. Change-Id: Iebefc9fc43d3473e51c8c732539e6aa2f14d9f5f
2024-01-22gnu: moonlight-qt: Update to 5.0.1.Oleg Pykhalov
* gnu/packages/games.scm (moonlight-qt): Update to 5.0.1. [arguments]<#:phases>: Update moonlight-qt.pro file substitute to not include bundled h264bitstream library. Change-Id: I9c68f7c6de39a0d78c6ef5b48d2272cdf3f771b5
2024-01-22gnu: moonlight-common: Update to 5.0.1-1.5de4a5b.Oleg Pykhalov
* gnu/packages/games.scm (moonlight-common): Update to 5.0.1-1.5de4a5b. Change-Id: I6b539162c0d57830d41059611746a7d376322345
2024-01-21gnu: Add moonlight-qt.Petr Hodina
* gnu/packages/games.scm (moonlight-qt): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2024-01-21gnu: Add moonlight-common.Petr Hodina
* gnu/packages/games.scm (moonlight-common): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Change-Id: Ibf379d85fac0bdc000fdf56a3c850bb8a1067330
2024-01-21gnu: vcmi: Update to 1.4.2.Vagrant Cascadian
* gnu/packages/games.scm (vcmi): Update to 1.4.2. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-14gnu: unknown-horizons: Fix build and runtime errors.Simon South
Apply two upstream commits that allow building with Python 3.9 or newer and running with Python 3.10. * gnu/packages/patches/unknown-horizons-python-3.9.patch: New file. * gnu/packages/patches/unknown-horizons-python-3.10.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/games.scm (unknown-horizons)[source]: Apply them. Change-Id: Icbc8b698b913be01465b09ab26afb29e5fd62a87 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Fixes: Unknown Horizons fails to start <https://bugs.gnu.org/54815>
2024-01-14gnu: fifengine: Fix runtime error when using Python 3.9 or newer.Simon South
* gnu/packages/patches/fifengine-python-3.9-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/games.scm (fifengine)[source]: Apply it. Change-Id: I61001d6b87db00c71f1e2e6ca3bac8581e941451 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-12gnu: wesnoth: Update to 1.16.11.宋文武
* gnu/packages/games.scm (wesnoth): Update to 1.16.11. [source]: Use 'git-file-name'. Change-Id: Id5a34e00a46400b7a32fe16bec845af882686dac Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07gnu: taisei: Update to 1.4.gemmaro
* gnu/packages/games.scm (taisei): Update to 1.4. [inputs]: Add zstd:lib. [native-inputs]: Add python-zstd. Change-Id: Ic83c4b9f77affe7782b62812be86f3c376c7ef28 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07gnu: taisei: Use new package style.gemmaro
* gnu/packages/games.scm (taisei)[arguments]: Convert to list of G-Expressions. [license]: Reformat with guix style. Change-Id: I717a7e408f5ae274c5aafa0f3e20bb7bca377b3a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07gnu: Add redeal.Nicolas Goaziou
* gnu/packages/games.scm (redeal): New variable. Change-Id: I89c000c7afdd594af3555bf23b0f028f99219ec3 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-07gnu: Add morris.Wilko Meyer
* gnu/packages/games.scm (morris): New variable. Change-Id: I35158d1f5cfd5f7267dcb8295d8102e2dd3f575c Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-06gnu: Add qcheckers.Wilko Meyer
* gnu/packages/games.scm (qcheckers): New variable. Change-Id: I399ac6aa0c268a8fcf68aabe716fe2d2d5e42605 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-01-05gnu: irrlicht-for-minetest: Update to 1.9.0mt13.Adam Faiz
Message-ID: <33df226b8a59a668741a971401024bea785d203d.1703461178.git.adam.faiz@disroot.org> In-Reply-To: <cover.1703461178.git.adam.faiz@disroot.org> References: <cover.1703461178.git.adam.faiz@disroot.org> From: AwesomeAdam54321 <adam.faiz@disroot.org> Date: Mon, 25 Dec 2023 07:16:25 +0800 Subject: [PATCH 1/2] gnu: irrlicht-for-minetest: Update to 1.9.0mt13. * gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0mt13. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>