summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Expand)AuthorAgeFilesLines
* Update copyright/name notices for Christine Lemmer-Webber.•••* gnu/packages/games.scm: Update copyright/name notices for Christine Lemmer-Webber. Christine Lemmer-Webber2022-08-141-1/+1
* gnu: xonotic: Further explore the concept of iteration.•••* gnu/packages/games.scm (xonotic)[arguments]: Use FOR-EACH in the 'install-binaries and renamed 'install-desktop-entries phases. Use FIND-FILES in the 'install-icons phase. Use both in 'wrap-binaries for brevity (and SRFI-26 for fun). Symlink ‘xonotic’ after wrapping, so we don't double-wrap it. Tobias Geerinckx-Rice2022-08-071-89/+53
* gnu: xonotic: Rename misleading 'bootstrap phase.•••* gnu/packages/games.scm (xonotic)[arguments]: Rename (second! stateful!) 'bootstrap phase to 'preconfigure. Tobias Geerinckx-Rice2022-08-071-1/+1
* gnu: xonotic: Normalise building Darkplaces.•••* gnu/packages/games.scm (xonotic)[arguments]: Build Darkplaces in a single pass. Honour MAKE-FLAGS, PARALLEL-BUILD?, and CC-FOR-TARGET. Tobias Geerinckx-Rice2022-08-071-26/+17
* gnu: xonotic: Use G-expressions.•••* gnu/packages/games.scm (xonotic)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-08-071-141/+141
* gnu: xonotic-data: Don't copy 1.2-GiB file to build directory.•••* gnu/packages/games.scm (xonotic-data)[arguments]: Extract SOURCE directly from the store. Tobias Geerinckx-Rice2022-08-071-2/+1
* gnu: xonotic-data: Use G-expressions.•••* gnu/packages/games.scm (xonotic-data)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-08-071-18/+16
* gnu: xonotic: Remove input labels.•••* gnu/packages/games.scm (xonotic)[inputs, native-inputs]: Remove input labels. Tobias Geerinckx-Rice2022-08-071-25/+25
* gnu: xonotic-data: Remove input labels.•••* gnu/packages/games.scm (xonotic-data)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice2022-08-071-2/+1
* gnu: xonotic-data: Update to 0.8.5.•••* gnu/packages/games.scm (xonotic-data): Update to 0.8.5. [source]: Use HTTPS. Tobias Geerinckx-Rice2022-08-071-4/+3
* gnu: xonotic: Update to 0.8.5.•••* gnu/packages/games.scm (xonotic): Update to 0.8.5. [source]: Use HTTPS. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2022-08-071-12/+7
* gnu: queen: Use new package style.•••* gnu/packages/games.scm (make-queen-package)[build-system]: Use copy-build-system. [arguments]: Convert to list of G-Expressions. Replace #:modules and #:builder with #:install-plan and #:phases. Liliana Marie Prikler2022-08-061-49/+44
* gnu: queen-de: Fix build.•••The sources for queen-de lack a readme, so check whether one exists prior to trying to install it. See <https://bugs.gnu.org/56886>. * gnu/packages/games.scm (make-queen-package)[#:builder]: Only install readme.txt if it exists. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Felix Gruber2022-08-061-1/+3
* gnu: frotz: Update to 2.54.•••This fixes the build. * gnu/packages/games.scm (frotz): Update to 2.54. [arguments]: Use G-expressions. Set CC in #:make-flags. Remove obsolete 'curses phase. Don't explicitly return #t from phases. [native-inputs]: Add pkg-config and which. [inputs]: Add ao. Tobias Geerinckx-Rice2022-07-311-21/+18
* gnu: Add barony.•••* gnu/packages/games.scm (barony): New variable. * gnu/packages/patches/barony-fix-textures.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar2022-08-041-0/+54
* gnu: naev: Update to 0.9.4.•••* gnu/packages/games.scm (naev): Update to 0.9.4. Nicolas Goaziou2022-08-031-2/+2
* gnu: qttools: Rename to qttools-5.•••Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-6/+6
* gnu: qtwebsockets: Rename to qtwebsockets-5.•••Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtdeclarative: Rename to qtdeclarative-5.•••Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-36/+36
* gnu: qtmultimedia: Rename to qtmultimedia-5.•••Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-4/+4
* gnu: qtsvg: Rename variable to qtsvg-5.•••This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer2022-07-311-28/+28
* gnu: lolcat: Move to (gnu packages toys).•••As fun as this is, the gameplay is disappointing. Also add a missing 2019 copyright for Liliana Marie. * gnu/packages/games.scm (lolcat): Move from here… * gnu/packages/toys.scm (lolcat): …to here. Tobias Geerinckx-Rice2022-07-171-40/+0
* gnu: pokerth: Fix build and modernize package.•••Fixes <https://issues.guix.gnu.org/51093>. * gnu/packages/games.scm (pokerth) [source]: Apply patch [inputs]: Use new style. [phases]: Delete trailing #t. Use gexps. {fix-paths}: Remove the gsasl and libircclient related substitutions. Maxim Cournoyer2022-07-121-44/+40
* gnu: naev: Update to 0.9.3.•••* gnu/packages/games.scm (naev): Update to 0.9.3. Fix lonely parens. [source]: Switch to git-fetch. Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar2022-06-281-7/+9
* gnu: corsix-th: Update to 0.66.•••* gnu/packages/games.scm (corsix-th): Update to 0.66. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Timotej Lazar2022-06-281-2/+2
* gnu: retux: Update to 1.6.1.•••* gnu/packages/games.scm (retux): Update to 1.6.1. [arguments]: Don't explicitly return #t from phases. [inputs]: Remove python-six. I found no indication that it's used. Tobias Geerinckx-Rice2022-06-051-5/+4
* gnu: Add apricots.•••* gnu/packages/games.scm (apricots): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Foo Chuan Wei2022-06-051-0/+25
* gnu: irrlicht: Remove input labels.•••* gnu/packages/games.scm (irrlicht)[inputs]: Remove input labels. Tobias Geerinckx-Rice2022-05-291-6/+6
* gnu: irrlicht: Use CC-FOR-TARGET.•••* gnu/packages/games.scm (irrlicht)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice2022-05-291-1/+3
* gnu: irrlicht: Update to 1.8.5.•••* gnu/packages/games.scm (irrlicht): Update to 1.8.5. [source]: Use unmodified Debian patches rather than manually maintain a custom mash-up. [arguments]: Add a new 'delete-broken-install-rule phase instead. Don't explicitly return #t from phases. * gnu/packages/patches/irrlicht-link-against-needed-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice2022-05-291-8/+12
* gnu: Add irrlicht-for-minetest.•••* gnu/packages/games.scm (irrlichtmt-for-minetest): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2022-06-051-0/+19
* gnu: 7kaa: Update to 2.15.5.•••* gnu/packages/games.scm (7kaa): Update to 2.15.5. Tobias Geerinckx-Rice2022-05-291-2/+2
* gnu: Add freerct.•••* gnu/packages/games.scm (freerct): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Gabriel Arazas2022-06-011-0/+33
* gnu: fortune-mod: Fix fortune directory.•••It now matches the one given in the fortune(6) man page. * gnu/packages/games.scm (fortune-mode)[arguments]: Install to /share rather than /local/share/games. Shorten the 'fix-install-directory phase. Tobias Geerinckx-Rice2022-05-291-12/+15
* gnu: angband: Update to 4.2.4.•••* gnu/packages/games.scm (angband): Update to 4.2.4. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2022-05-291-6/+4
* gnu: mozjs: Cleanup to only keep the last version.•••* gnu/packages/gnuzilla.scm (mozjs): Preserve only the metadata and otherwise update fields to use those of mozjs-78. [arguments]: Use gexps. [phases]: Delete trailing #t. [native-inputs]: Use new style. (mozjs-38, mozjs-52, mozjs-60, mozjs-78): Delete variables. * gnu/packages/patches/mozjs17-aarch64-support.patch * gnu/packages/patches/mozjs24-aarch64-support.patch * gnu/packages/patches/mozjs38-pkg-config-version.patch * gnu/packages/patches/mozjs38-shell-version.patch * gnu/packages/patches/mozjs38-tracelogger.patch * gnu/packages/patches/mozjs38-version-detection.patch * gnu/packages/patches/mozjs60-riscv64-support.patch: Delete patches. * gnu/local.mk (dist_patch_DATA): De-register them. * gnu/packages/games.scm (0ad): Adjust accordingly. * gnu/packages/gnome.scm (gjs): Likewise. * gnu/packages/polkit.scm (polkit-mozjs): Likewise. Maxim Cournoyer2022-05-311-1/+1
* gnu: Remove slingshot.•••* gnu/packages/games.scm (slingshot): Delete variable. Maxim Cournoyer2022-05-311-27/+0
* gnu: robotfindskitten: Fix typo in description.•••* gnu/packages/games.scm (robotfindskitten)[description]: Use correct spelling of “humorously”. Roman Riabenko2022-05-261-1/+1
* gnu: fortune-mod: Update to 3.14.0.•••* gnu/packages/games.scm (fortune-mod): Update to 3.14.0. Tobias Geerinckx-Rice2022-05-221-2/+2
* gnu: rinutils: Update to 0.10.1.•••* gnu/packages/games.scm (rinutils): Update to 0.10.1. Tobias Geerinckx-Rice2022-05-221-2/+2
* gnu: openttd: Update to 12.2.•••* gnu/packages/games.scm (openttd): Update to 12.2. Tobias Geerinckx-Rice2022-05-221-2/+2
* gnu: ltris: Update to 1.2.4.•••* gnu/packages/games.scm (ltris): Update to 1.2.4. Tobias Geerinckx-Rice2022-05-221-2/+2
* gnu: cowsay: Update to 3.7.0.•••* gnu/packages/games.scm (cowsay): Update to 3.7.0. [arguments]: Convert to using G-expressions. Adjust to new upstream build system. Tobias Geerinckx-Rice2022-05-221-24/+24
* gnu: 0ad: Use regular symbol syntax.•••* gnu/packages/games.scm (0ad)[inputs]: Use regular symbol syntax for '0ad-data'. Ludovic Courtès2022-05-181-1/+1
* gnu: freedroidrpg: Update to 1.0rc2.•••* gnu/packages/games.scm (freedroidrpg): Update to 1.0rc2. [source]: Handle rc suffix in version number. [configure-flags]: Use gexps. [inputs]: Use new style. Add glew. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Felix Gruber2022-05-181-29/+33
* gnu: Add Liquid War 6.•••* gnu/packages/games.scm (liquidwar6): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> zamfofex2022-04-291-0/+43
* gnu: stockfish: Add support for more architectures.•••* gnu/packages/games.scm (stockfish)[arguments]: Add ARCH matches for more architectures. Add EXTRALDFLAGS for powerpc-linux. Add phase to remove '-m' compiler flags. Efraim Flashner2022-04-241-1/+12
* gnu: stockfish: Update to 15.•••* gnu/packages/games.scm (stockfish): Update to 15. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Greg Hogan2022-04-241-5/+5
* gnu: openttd: Use new package style.•••* gnu/packages/games.scm (openttd)[arguments]: Convert to list of G-Expressions. <install-data>: Use search paths to find ‘/share/games/openttd’ input directories. [native-inputs]: Use modify-inputs. Liliana Marie Prikler2022-04-191-23/+24
* gnu: openttd-openmsx: Use new package style.•••* gnu/packages/games.scm (openttd-openmsx)[arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels. Liliana Marie Prikler2022-04-191-20/+21