aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Collapse)AuthorAge
* gnu: Add gemrb-0.9.3.Ashvith Shetty2024-09-21
| | | | | | | | | | * 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>
* gnu: apricots: Update to 0.2.8.Tobias Geerinckx-Rice2024-09-08
| | | | | | | * gnu/packages/games.scm (apricots): Update to 0.2.8. [inputs]: Replace freealut with alure. Change-Id: I3923bbef1a22c9109bda496d76451c03e98e503c
* gnu: apricots: Disable tests.Tobias Geerinckx-Rice2024-09-08
| | | | | | | * gnu/packages/games.scm (apricots)[arguments]: Disable #:tests?. [native-inputs]: Remove cppcheck. Change-Id: I50e7ae3f8e41ffc415d19055e096f3538ada94a2
* gnu: armagetronad: Update to 0.2.9.2.3.Tobias Geerinckx-Rice2024-09-08
| | | | | | | * gnu/packages/games.scm (armagetronad): Update to 0.2.9.2.3. [arguments]: Add a new 'omit-broken-symlinks phase. Change-Id: I2283e27facdccfb28034434253a2a3b079ceb4c4
* gnu: armagetronad: Don't nest everything under games/.Tobias Geerinckx-Rice2024-09-08
| | | | | | | * gnu/packages/games.scm (armagetronad)[arguments]: Add ‘--disable-games’ to #:configure-flags. Change-Id: Ie78ed82ff01ad5e14490436169c432160dcbbe0e
* gnu: armagetronad: Omit uninstaller.Tobias Geerinckx-Rice2024-09-08
| | | | | | | * gnu/packages/games.scm (armagetronad)[arguments]: Add ‘--disable-uninstall’ as #:configure-flags. Change-Id: I083108c9ba612c9a8342157c8774177f16a88a76
* gnu: abbaye: Update to 2.0.2.Tobias Geerinckx-Rice2024-09-08
| | | | | | | * gnu/packages/games.scm (abbaye): Update to 2.0.2. [source]: Remove obsolete snippet. Change-Id: Id28b0c695019e4db28f3bf8defa984ec9ef5545d
* gnu: abbaye: Update package style.Tobias Geerinckx-Rice2024-09-08
| | | | | | | | * 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
* Update vcmi to 1.5.7.Vagrant Cascadian2024-09-11
| | | | | | | | | | | | | | | | | | | | | | [[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>
* gnu: minetest: Update to 5.9.0.Jan Wielkiewicz2024-09-10
| | | | | | | | | | | | | | | | | | | | | | | 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>
* gnu: retux: Update to 1.6.2.宋文武2024-09-02
| | | | | | * gnu/packages/games.scm (retux): Update to 1.6.2. Change-Id: Ic90a81d1cd1b961be1080dae7d482ba2cb0f03d6
* gnu: openclonk: Use gexps and new input style.Adam Faiz2024-08-31
| | | | | | | | * 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>
* gnu: openclonk: Fix build.Adam Faiz2024-08-31
| | | | | | | | | | | * 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>
* gnu: devours: Fix build.宋文武2024-08-31
| | | | | | | * gnu/packages/games.scm (devours)[arguments]: Don't refer to nonexistent 'install-executable' phase. Change-Id: I76be61ba3d79417d84e344b29535c201b55df885
* gnu: kiki: Add libxcrypt dependency.宋文武2024-08-31
| | | | | | * gnu/packages/games.scm (kiki)[inputs]: Add libxcrypt. Change-Id: I4890ba6395f62d00fcdbf160320bae1e71007883
* gnu: gnubg: Fix build.宋文武2024-08-31
| | | | | | * gnu/packages/games.scm (gnubg)[inputs]: Add libxcrypt. Change-Id: Ie67bcb21539a65e2903bb6cd9339d04930123b68
* gnu: cataclysm-dda: Fix build.宋文武2024-08-31
| | | | | | | | | | | | 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
* gnu: blobwars: Fix build.宋文武2024-08-31
| | | | | | | * gnu/packages/games.scm (blobwars)[arguments]<#:phases>: Get rid of custom 'strlcat' and 'strlcpy' implementations. Change-Id: I657d316a4846eda6ae817bc76a6070bcc70adb2e
* gnu: gnurobots: Add libxcrypt dependency.宋文武2024-08-31
| | | | | | * gnu/packages/games.scm (gnurobots)[inputs]: Add libxcrypt. Change-Id: Ib743f029915332c63883adab2711c25ebfaa022c
* gnu: adanaxisgpl: Add libxcrypt dependency.宋文武2024-08-31
| | | | | | * gnu/packages/games.scm (adanaxisgpl)[inputs]: Add libxcrypt. Change-Id: I8ce028c21c9137bf32ef55e11f559646bfd22238
* gnu: neverball: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | | * gnu/packages/games.scm (neverball) [inputs]: Add bash-minimal. [arguments]: Deletions trailing #t. Change-Id: I8e7a2cfea7cf17ff5319c08230e0fc7f4ab8fbeb
* gnu: frozen-bubble: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | | * gnu/packages/games.scm (frozen-bubble) [inputs]: Add bash-minimal. Drop labels. [arguments]: Delete trailing #t. Change-Id: I4dbcbe1626877b810b8a6e6b84ed78a16dea73a7
* gnu: xonotic: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | * gnu/packages/games.scm (xonotic) [inputs]: Add bash-minimal. Change-Id: Id19ed3eeea8435e5366441368526cbae47d3bab9
* gnu: lady: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | * gnu/packages/games.scm (lady) [inputs]: Add bash-minimal. Change-Id: I946e55da1399545e194be99d6d71ac7422560407
* gnu: tuxpaint: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/games.scm (tuxpaint) [inputs]: Drop labels; add bash-minimal. Change-Id: If346f144a1d80c897be453e269ded7fb3e9f089f
* gnu: red-eclipse: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | | * gnu/packages/games.scm (red-eclipse) [inputs]: Add bash-minimal. [arguments]: Delete trailing #t. Change-Id: I489ff00a0f5eb08ecbf1637076f02ae642341108
* gnu: corsix-th: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/games.scm (corsix-th) [inputs]: Add bash-minimal. Change-Id: Ibfd8ba272aabaad99e0391794c79b2e9a20864d7
* gnu: gamine: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | | * gnu/packages/games.scm (gamine) [inputs]: Add bash-minimal. [arguments]: Delete trailing #t. Change-Id: Ic779bae5f83ec13951fd3a25ff5bef86b28aee11
* gnu: Add lead-solver.Nicolas Goaziou2024-08-28
| | | | | | * gnu/packages/games.scm (lead-solver): New variable. Change-Id: I5b126d1173e80cab6a588a08887c47d2f981890d
* gnu: openttd-engine: Update to 14.1.Tobias Geerinckx-Rice2024-08-18
| | | | | | * gnu/packages/games.scm (openttd-engine): Update to 14.1. Change-Id: I5be37d1f2c50053197ed6a4617714ae6d2124312
* gnu: naev: Update to 0.11.5.Nicolas Goaziou2024-08-26
| | | | | | * gnu/packages/games.scm (naev): Update to 0.11.5. Change-Id: I201190f949ddae53d892e26b93d8577149345d7f
* gnu: open-adventure: Update to 1.19.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/games.scm (open-adventure): Update to 1.19. Change-Id: I8de52b66a171bd8b8f62d78c50d20aa954889236
* gnu: quakespasm: Update package style.James Smith2024-06-23
| | | | | | | | | | * 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>
* gnu: quakespasm: Update to 0.96.2.James Smith2024-06-23
| | | | | | | | * 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>
* gnu: burgerspace: Update to 1.10.0.Nicolas Goaziou2024-06-18
| | | | | | * gnu/packages/games.scm (burgerspace): Update to 1.10.0. Change-Id: I147bbbc261209c55d8638cbf0e66c59b6bf3f9c1
* gnu: opensurge: Update to 0.6.1.1.宋文武2024-06-11
| | | | | | | | * 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>
* gnu: odamex: Update to 10.5.0.David Pflug2024-06-10
| | | | | | | * gnu/packages/games.scm (odamex): Update to 10.5.0. Change-Id: I87280d58fecd1ffc52d13bd13b6b0f05721595c5 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: freegish: Update to 0-3.caf58a2f9.宋文武2024-05-27
| | | | | | | | * 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
* gnu: vcmi: Update to 1.5.1.Vagrant Cascadian2024-05-25
| | | | | * gnu/packages/games.scm (vcmi): Update to 1.5.1. [#:configure-flags]: Disable use of embedded innoextract.
* gnu: 0ad: Use default icu4c version.Timotej Lazar2024-05-15
| | | | | | | | | 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>
* gnu: the-butterfly-effect: Fix build.Efraim Flashner2024-05-15
| | | | | | | | | | | * 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
* gnu: yamagi-quake2: Update to 8.30.James Smith2024-05-14
| | | | | | | * gnu/packages/games.scm (yamagi-quake2): Update to 8.30. Change-Id: I6be99f7a87112544f0d23033e2ee99b308762bd3 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: zsnes: Relocate to (gnu packages emulator).Maxim Cournoyer2024-05-05
| | | | | | | * gnu/packages/games.scm (zsnes): Move to... * gnu/packages/emulators.scm (zsnes): ... here. Change-Id: I739e0f3b221790b6f780362d884209fff0aed3d7
* gnu: Add hexahop.Sébastien Lerique2024-04-29
| | | | | | | * gnu/packages/games.scm (hexahop): New variable. Change-Id: Id7a998d18c391af8d9722d2e637988ca019db304 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: widelands: Improve package style.Timotej Lazar2024-04-15
| | | | | | | | | | | | | * 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>
* gnu: widelands: Update to 1.2.Timotej Lazar2024-04-15
| | | | | | | | | * 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>
* gnu: Add jstest-gtk.Maxim Cournoyer2024-04-12
| | | | | | * gnu/packages/games.scm (jstest-gtk): New variable. Change-Id: Ia02ef243ec03253f025a669f265b76ea6320fdac
* gnu: Add zsnes.Maxim Cournoyer2024-04-12
| | | | | | * gnu/packages/games.scm (zsnes): New variable. Change-Id: I60596f6676546ab2a4ca911f2d66ac8b535fa20b
* gnu: qtspeech: Rename package to qtspeech-5.Zheng Junjie2024-04-03
| | | | | | | | | | | | | | * 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>
* gnu: wesnoth: Update to 1.18.0.宋文武2024-03-27
| | | | | | | | | | | | | | * 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>