aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Expand)AuthorAge
* gnu: Add xevil.•••* gnu/packages/games.scm (xevil): New public variable. Change-Id: I86885cc816685001a7d8d7dacccc396f39ddbd5f Tobias Geerinckx-Rice2024-09-29
* gnu: gzdoom: Delete files that might prevent commercial distribution.•••* gnu/packages/games.scm (gzdoom)[source]: Delete files in the snippet. Change-Id: I601bb251e9b690e375f707786bb5789a6a664b92 Tobias Geerinckx-Rice2024-09-29
* gnu: gzdoom: Update package style.•••* gnu/packages/games.scm (gzdoom)[source]: Don't explicitly return #t from snippet. [arguments]: Likewise from phases. Use G-expressions. Use SEARCH-INPUT-FILE so that we can… [inputs]: …remove input labels. Change-Id: I8dfc4ce55c1c5b5bfda98d81ba54e310b7469766 Tobias Geerinckx-Rice2024-09-29
* gnu: moonlight-qt: Update to 6.1.0.•••* gnu/packages/games.scm (moonlight-qt): Update to 6.1.0. (moonlight-common): Update to submodule checkout. Change-Id: Ia709bcf9684d843f9b24d6a8afd184a79afb1c73 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> dan2024-10-04
* gnu: Add AntiMicroX.•••* gnu/packages/games.scm (antimicrox): New variable. Change-Id: Ie159edf259bba0aa06ff60c074fec4457b409d12 Eric Bavier2024-10-01
* gnu: Add sdl-jstest.•••* gnu/packages/games.scm (sdl-jstest): New variable. Change-Id: I8a2845375501ddadca2eb4add869fce1dc277568 Maxim Cournoyer2024-09-22
* gnu: Add evtest-qt.•••* gnu/packages/games.scm (evtest-qt): New variable. Change-Id: Ifccb54509b4469c923126b100094e06e93383208 Maxim Cournoyer2024-09-22
* gnu: Add gemrb-0.9.3.•••* gnu/packages/games.scm (gemrb-0.9.3): New variable. * gnu/packages/patches/gemrb-add-path-suffixes-for-vlc-headers.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. Change-Id: Ic05eacf362f9a4ebfe88b1e0967e72e824c4f404 Signed-off-by: Andreas Enge <andreas@enge.fr> Ashvith Shetty2024-09-21
* gnu: apricots: Update to 0.2.8.•••* gnu/packages/games.scm (apricots): Update to 0.2.8. [inputs]: Replace freealut with alure. Change-Id: I3923bbef1a22c9109bda496d76451c03e98e503c Tobias Geerinckx-Rice2024-09-08
* gnu: apricots: Disable tests.•••* gnu/packages/games.scm (apricots)[arguments]: Disable #:tests?. [native-inputs]: Remove cppcheck. Change-Id: I50e7ae3f8e41ffc415d19055e096f3538ada94a2 Tobias Geerinckx-Rice2024-09-08
* gnu: armagetronad: Update to 0.2.9.2.3.•••* gnu/packages/games.scm (armagetronad): Update to 0.2.9.2.3. [arguments]: Add a new 'omit-broken-symlinks phase. Change-Id: I2283e27facdccfb28034434253a2a3b079ceb4c4 Tobias Geerinckx-Rice2024-09-08
* gnu: armagetronad: Don't nest everything under games/.•••* gnu/packages/games.scm (armagetronad)[arguments]: Add ‘--disable-games’ to #:configure-flags. Change-Id: Ie78ed82ff01ad5e14490436169c432160dcbbe0e Tobias Geerinckx-Rice2024-09-08
* gnu: armagetronad: Omit uninstaller.•••* gnu/packages/games.scm (armagetronad)[arguments]: Add ‘--disable-uninstall’ as #:configure-flags. Change-Id: I083108c9ba612c9a8342157c8774177f16a88a76 Tobias Geerinckx-Rice2024-09-08
* gnu: abbaye: Update to 2.0.2.•••* gnu/packages/games.scm (abbaye): Update to 2.0.2. [source]: Remove obsolete snippet. Change-Id: Id28b0c695019e4db28f3bf8defa984ec9ef5545d Tobias Geerinckx-Rice2024-09-08
* gnu: abbaye: Update package style.•••* gnu/packages/games.scm (abbaye)[source]: Don't explicitly return #t from snippet. In-line trivial comment. [arguments]: Unquote list and use G-expressions. Change-Id: Ia5fdfa7e047f4b3bdcd166aea6a1367414073a8a Tobias Geerinckx-Rice2024-09-08
* Update vcmi to 1.5.7.•••[[PGP Signed Part:No public key for DC518FC87F9716AA created at 2024-09-10T13:50:15+0900 using EDDSA]] The attached patch updates vcmi to 1.5.7 and works with QT6 instead of QT5 (maybe due to fixes in vcmi, maybe due to core-updates merge). Did more play testing that I had planned... live well, vagrant [2. text/x-diff; 0001-gnu-vcmi-Update-to-1.5.7.patch] From 72c5e9e79d7f9b51508c97d5d9d3b5fda7e02a0f Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian <vagrant@debian.org> Date: Mon, 9 Sep 2024 17:02:02 -0700 Subject: [PATCH] gnu: vcmi: Update to 1.5.7. * gnu/packages/games.scm (vcmi): Update to 1.5.7. [native-inputs]: Use qtbase and qtools instead of the QT5 variants. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian2024-09-11
* gnu: minetest: Update to 5.9.0.•••The Minetest engine and the "Minetest Game" have been decoupled upstream in Minetest 5.9.0: https://dev.minetest.net/Changelog#Minetest_Game * gnu/packages/minetest.scm (minetest): Update to 5.9.0. [arguments]: Adjust #:configure-flags and #:phases to account for the removal of the Minetest Game from the Minetest codebase. [native-search-paths, synopsis, description]: Likewise. [inputs]: Remove IRRLICHT-FOR-MINETEST. (minetest-data): Update to 0.0.0-0.88ecab3. Rename to MINETEST-GAME and deprecate MINETEST-DATA. [synopsis, description]: Adjust to account for the decoupling of the game from the engine. * gnu/packages/games.scm (irrlicht-for-minetest): Remove variable. * guix/build-system/minetest.scm (default-minetest-game): New variable. (%default-modules): Use it. Change-Id: I0117bd33a2ce5eb1c79fdb29878682081f61dd4e Signed-off-by: Leo Famulari <leo@famulari.name> Jan Wielkiewicz2024-09-10
* gnu: retux: Update to 1.6.2.•••* gnu/packages/games.scm (retux): Update to 1.6.2. Change-Id: Ic90a81d1cd1b961be1080dae7d482ba2cb0f03d6 宋文武2024-09-02
* gnu: openclonk: Use gexps and new input style.•••* gnu/packages/games.scm (openclonk)[arguments]: Use gexps. [source]: Reindent. [inputs, native-inputs]: Drop labels. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Adam Faiz2024-08-31
* gnu: openclonk: Fix build.•••* gnu/packages/games.scm (openclonk): Fix build. [source]<snippet>: Unbundle dependencies and include the <limits> header where necessary to fix the build. [arguments]<#:phases>: Remove workarounds for bundled backward-cpp. [inputs]: Remove dependencies for bundled backward-cpp. Add libb2, pcg-cpp, and c-template-sort. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Adam Faiz2024-08-31
* gnu: devours: Fix build.•••* gnu/packages/games.scm (devours)[arguments]: Don't refer to nonexistent 'install-executable' phase. Change-Id: I76be61ba3d79417d84e344b29535c201b55df885 宋文武2024-08-31
* gnu: kiki: Add libxcrypt dependency.•••* gnu/packages/games.scm (kiki)[inputs]: Add libxcrypt. Change-Id: I4890ba6395f62d00fcdbf160320bae1e71007883 宋文武2024-08-31
* gnu: gnubg: Fix build.•••* gnu/packages/games.scm (gnubg)[inputs]: Add libxcrypt. Change-Id: Ie67bcb21539a65e2903bb6cd9339d04930123b68 宋文武2024-08-31
* gnu: cataclysm-dda: Fix build.•••It fails with: cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ may have been intended to silence earlier diagnostics cc1plus: all warnings being treated as errors * gnu/packages/games.scm (cataclysm-dda)[arguments]: Disable warnings by pass "WARNINGS=-w" to make-flags. Change-Id: I01fbbab6a3ecefc63056a26547f9e833f6fe8321 宋文武2024-08-31
* gnu: blobwars: Fix build.•••* gnu/packages/games.scm (blobwars)[arguments]<#:phases>: Get rid of custom 'strlcat' and 'strlcpy' implementations. Change-Id: I657d316a4846eda6ae817bc76a6070bcc70adb2e 宋文武2024-08-31
* gnu: gnurobots: Add libxcrypt dependency.•••* gnu/packages/games.scm (gnurobots)[inputs]: Add libxcrypt. Change-Id: Ib743f029915332c63883adab2711c25ebfaa022c 宋文武2024-08-31
* gnu: adanaxisgpl: Add libxcrypt dependency.•••* gnu/packages/games.scm (adanaxisgpl)[inputs]: Add libxcrypt. Change-Id: I8ce028c21c9137bf32ef55e11f559646bfd22238 宋文武2024-08-31
* gnu: neverball: Add bash-minimal to inputs.•••* gnu/packages/games.scm (neverball) [inputs]: Add bash-minimal. [arguments]: Deletions trailing #t. Change-Id: I8e7a2cfea7cf17ff5319c08230e0fc7f4ab8fbeb Maxim Cournoyer2024-08-31
* gnu: frozen-bubble: Add bash-minimal to inputs.•••* gnu/packages/games.scm (frozen-bubble) [inputs]: Add bash-minimal. Drop labels. [arguments]: Delete trailing #t. Change-Id: I4dbcbe1626877b810b8a6e6b84ed78a16dea73a7 Maxim Cournoyer2024-08-31
* gnu: xonotic: Add bash-minimal to inputs.•••* gnu/packages/games.scm (xonotic) [inputs]: Add bash-minimal. Change-Id: Id19ed3eeea8435e5366441368526cbae47d3bab9 Maxim Cournoyer2024-08-31
* gnu: lady: Add bash-minimal to inputs.•••* gnu/packages/games.scm (lady) [inputs]: Add bash-minimal. Change-Id: I946e55da1399545e194be99d6d71ac7422560407 Maxim Cournoyer2024-08-31
* gnu: tuxpaint: Add bash-minimal to inputs.•••* gnu/packages/games.scm (tuxpaint) [inputs]: Drop labels; add bash-minimal. Change-Id: If346f144a1d80c897be453e269ded7fb3e9f089f Maxim Cournoyer2024-08-31
* gnu: red-eclipse: Add bash-minimal to inputs.•••* gnu/packages/games.scm (red-eclipse) [inputs]: Add bash-minimal. [arguments]: Delete trailing #t. Change-Id: I489ff00a0f5eb08ecbf1637076f02ae642341108 Maxim Cournoyer2024-08-31
* gnu: corsix-th: Add bash-minimal to inputs.•••* gnu/packages/games.scm (corsix-th) [inputs]: Add bash-minimal. Change-Id: Ibfd8ba272aabaad99e0391794c79b2e9a20864d7 Maxim Cournoyer2024-08-31
* gnu: gamine: Add bash-minimal to inputs.•••* gnu/packages/games.scm (gamine) [inputs]: Add bash-minimal. [arguments]: Delete trailing #t. Change-Id: Ic779bae5f83ec13951fd3a25ff5bef86b28aee11 Maxim Cournoyer2024-08-31
* gnu: Add lead-solver.•••* gnu/packages/games.scm (lead-solver): New variable. Change-Id: I5b126d1173e80cab6a588a08887c47d2f981890d Nicolas Goaziou2024-08-28
* gnu: openttd-engine: Update to 14.1.•••* gnu/packages/games.scm (openttd-engine): Update to 14.1. Change-Id: I5be37d1f2c50053197ed6a4617714ae6d2124312 Tobias Geerinckx-Rice2024-08-18
* gnu: naev: Update to 0.11.5.•••* gnu/packages/games.scm (naev): Update to 0.11.5. Change-Id: I201190f949ddae53d892e26b93d8577149345d7f Nicolas Goaziou2024-08-26
* gnu: open-adventure: Update to 1.19.•••* gnu/packages/games.scm (open-adventure): Update to 1.19. Change-Id: I8de52b66a171bd8b8f62d78c50d20aa954889236 Nicolas Goaziou2024-06-29
* gnu: quakespasm: Update package style.•••* 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> James Smith2024-06-23
* gnu: quakespasm: Update to 0.96.2.•••* 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> James Smith2024-06-23
* gnu: burgerspace: Update to 1.10.0.•••* gnu/packages/games.scm (burgerspace): Update to 1.10.0. Change-Id: I147bbbc261209c55d8638cbf0e66c59b6bf3f9c1 Nicolas Goaziou2024-06-18
* gnu: 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-11
* gnu: odamex: Update to 10.5.0.•••* gnu/packages/games.scm (odamex): Update to 10.5.0. Change-Id: I87280d58fecd1ffc52d13bd13b6b0f05721595c5 Signed-off-by: Andreas Enge <andreas@enge.fr> David Pflug2024-06-10
* gnu: 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-27
* gnu: vcmi: Update to 1.5.1.•••* gnu/packages/games.scm (vcmi): Update to 1.5.1. [#:configure-flags]: Disable use of embedded innoextract. Vagrant Cascadian2024-05-25
* gnu: 0ad: Use default icu4c version.•••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> Timotej Lazar2024-05-15
* gnu: the-butterfly-effect: Fix build.•••* 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 Efraim Flashner2024-05-15
* gnu: yamagi-quake2: Update to 8.30.•••* gnu/packages/games.scm (yamagi-quake2): Update to 8.30. Change-Id: I6be99f7a87112544f0d23033e2ee99b308762bd3 Signed-off-by: Christopher Baines <mail@cbaines.net> James Smith2024-05-14
* gnu: zsnes: Relocate to (gnu packages emulator).•••* gnu/packages/games.scm (zsnes): Move to... * gnu/packages/emulators.scm (zsnes): ... here. Change-Id: I739e0f3b221790b6f780362d884209fff0aed3d7 Maxim Cournoyer2024-05-05