summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
AgeCommit message (Collapse)Author
2023-09-02gnu: Add openquest.AwesomeAdam54321
* gnu/packages/games.scm (openquest): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-01gnu: utfcpp: Update to 3.2.4.Reza Housseini
* gnu/packages/textutils.scm (utfcpp): Update to 3.2.4. [snippet]: Unbundle ftest. [arguments]: Remove field. [native-inputs]: Add ftest. * gnu/packages/games.scm (warzone2100)[#:phases]: Adjust 'fix-utfcpp-include. * gnu/packages/video.scm (mkvtoolnix)[#:phases]: Add 'fix-utfcpp-include. Co-authored-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-08-26gnu: freedroidrpg: Update to 1.0.宋文武
* gnu/packages/games.scm (freedroidrpg): Update to 1.0.
2023-08-26gnu: gnubg: Update to 1.07.001.宋文武
* gnu/packages/games.scm (gnubg): Update to 1.07.001.
2023-08-23gnu: knights: Fix build.宋文武
* gnu/packages/games.scm (knights)[source]: Add snippet.
2023-08-23gnu: prboom-plus: Fix build.宋文武
* gnu/packages/games.scm (prboom-plus)[arguments]<#:configure-flags>: Add "CFLAGS=-fcommon".
2023-08-23gnu: tetrinet: Fix build.宋文武
* gnu/packages/games.scm (tetrinet)[arguments]: Add '-fcommon' to CFLAGS.
2023-08-23gnu: alex4: Fix build.宋文武
* gnu/packages/games.scm (alex4)[arguments]: Add '-fcommon' to CFLAGS.
2023-08-23gnu: naev: Fix build.宋文武
* gnu/packages/games.scm (naev)[inputs]: Don't use sdl-union. Remove sdl2-mixer.
2023-08-21gnu: cdogs-sdl: Update to 1.5.0.Ricardo Wurmus
* gnu/packages/games.scm (cdogs-sdl): Update to 1.5.0.
2023-08-21gnu: cdogs-sdl: Patch assets directory.Ricardo Wurmus
* gnu/packages/games.scm (cdogs-sdl)[arguments]: Add phase 'patch-install-directory to ensure data files are installed there.
2023-08-21gnu: cdogs-sdl: Use G-expression.Ricardo Wurmus
* gnu/packages/games.scm (cdogs-sdl)[arguments]: Use G-expression and refer to #$output.
2023-08-15gnu: colobot: Build with librsvg-for-system.Efraim Flashner
* gnu/packages/games.scm (colobot)[native-inputs]: Replace librsvg with librsvg-for-system.
2023-08-15gnu: tuxpaint: Build with librsvg-for-system.Efraim Flashner
* gnu/packages/games.scm (tuxpaint)[inputs]: Replace librsvg with librsvg-for-system.
2023-08-15gnu: pioneers: Build with librsvg-for-system.Efraim Flashner
* gnu/packages/games.scm (pioneers)[inputs]: Replace librsvg with librsvg-for-system.
2023-08-15gnu: xboard: Build with librsvg-for-system.Efraim Flashner
* gnu/packages/games.scm (xboard)[inputs]: Replace librsvg with librsvg-for-system.
2023-08-13gnu: corsix-th: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/games.scm (corsix-th)[arguments]: Rewrite as G-expressions.
2023-08-13gnu: corsix-th: Update to 0.67.Tobias Geerinckx-Rice
* gnu/packages/games.scm (corsix-th): Update to 0.67.
2023-07-30gnu: xonotic-data: Update to 0.8.6.Tobias Geerinckx-Rice
* gnu/packages/games.scm (xonotic-data): Update to 0.8.6.
2023-07-30gnu: openttd-opensfx: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/games.scm (openttd-opensfx): Update to 1.0.3.
2023-07-30gnu: openttd-engine: Update to 13.4.Tobias Geerinckx-Rice
* gnu/packages/games.scm (openttd-engine): Update to 13.4.
2023-07-28gnu: Add endgame-singularity.TakeV
* gnu/packages/games.scm (endgame-singularity): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-23gnu: Remove sky.Liliana Marie Prikler
This package, along with other SCUMMVM-based games violate the FSDG: they are neither built from nor point towards their corresponding source code. See <https://lists.gnu.org/archive/html/guix-devel/2022-08/msg00039.html> and <https://lists.gnu.org/archive/html/guix-devel/2023-06/msg00091.html> for more information. * gnu/packages/games.scm (sky): Delete variable.
2023-07-23gnu: Remove queen.Liliana Marie Prikler
This package, along with other SCUMMVM-based games violate the FSDG: they are neither built from nor point towards their corresponding source code. See <https://lists.gnu.org/archive/html/guix-devel/2022-08/msg00039.html> and <https://lists.gnu.org/archive/html/guix-devel/2023-06/msg00091.html> for more information. * gnu/packages/games.scm (make-queen-package, queen, queen-de, queen-fr) (queen-it): Delete variable.
2023-07-23gnu: Remove lure.Liliana Marie Prikler
This package, along with other SCUMMVM-based games violate the FSDG: they are neither built from nor point towards their corresponding source code. See <https://lists.gnu.org/archive/html/guix-devel/2022-08/msg00039.html> and <https://lists.gnu.org/archive/html/guix-devel/2023-06/msg00091.html> for more information. * gnu/packages/games.scm (make-lure-package, lure, lure-de, lure-es) (lure-fr, lure-it): Delete variable.
2023-07-23gnu: Remove drascula.Liliana Marie Prikler
This package, along with other SCUMMVM-based games violate the FSDG: they are neither built from nor point towards their corresponding source code. See <https://lists.gnu.org/archive/html/guix-devel/2022-08/msg00039.html> and <https://lists.gnu.org/archive/html/guix-devel/2023-06/msg00091.html> for more information. * gnu/packages/games.scm (drascula): Delete variable.
2023-07-16gnu: adanaxisgpl: Install the .mush files (again).Tobias Geerinckx-Rice
This out of an abundance of caution more than anything. * gnu/packages/games.scm (adanaxisgpl)[arguments]: Add an 'install-data phase. [native-inputs]: Use a later commit for adanaxis-data.
2023-07-16gnu: adanaxisgpl: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/games.scm (adanaxisgpl)[native-inputs, inputs]: Remove input labels. [arguments]: Adjust the 'unpack-inputs phase to search for files, not labels.
2023-07-16gnu: adanaxisgpl: Build from Git.Tobias Geerinckx-Rice
* gnu/packages/games.scm (adanaxisgpl-mush): Remove variable. (adanaxisgpl)[source]: Fetch from Git. In the snippet, create missing directories, arrange to create missing files, and don't explicitly return #t. [arguments]: Add an 'unpack-inputs phase, replace the default 'bootstrap, and remove 'install-data. [native-inputs]: Remove adanaxis-mush. Add adanaxis-data, adanaxis-mushruby, autoconf, automake, and perl.
2023-07-16gnu: tome4: Remove obsolete snippet.Tobias Geerinckx-Rice
* gnu/packages/games.scm (tome4)[source]: Remove snippet.
2023-07-16gnu: tetzle: Update to 2.2.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (tetzle): Update to 2.2.2. [source]: Hard-code NAME.
2023-07-16gnu: xonotic: Update to 0.8.6.Tobias Geerinckx-Rice
* gnu/packages/games.scm (xonotic): Update to 0.8.6.
2023-07-16gnu: wesnoth: Update to 1.16.9.Tobias Geerinckx-Rice
* gnu/packages/games.scm (wesnoth): Update to 1.16.9.
2023-07-16gnu: openttd-engine: Update to 13.3.Tobias Geerinckx-Rice
* gnu/packages/games.scm (openttd-engine): Update to 13.3.
2023-07-16gnu: freeciv: Update to 3.0.8.Tobias Geerinckx-Rice
* gnu/packages/games.scm (freeciv): Update to 3.0.8.
2023-07-16gnu: freeciv: Fix upstream source URL.Tobias Geerinckx-Rice
* gnu/packages/games.scm (freeciv)[source]: Fix upstream file name. Use HTTPS.
2023-07-16gnu: fheroes2: Update to 1.0.5.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fheroes2): Update to 1.0.5.
2023-07-16gnu: endless-sky: Update to 0.10.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (endless-sky): Update to 0.10.2.
2023-07-14gnu: godot: Update to 4.1. Rename godot@3 to godot-lts.John Kehayias
* gnu/packages/game-development.scm (godot): Update to 4.1. [source]: Update snippet: remove embree and enet; add amd-fsr, astcenc, basis_universal, brotli, linuxbsd_headers, etcpak, meshoptimizer, msdfgen, noise, openxr, rvo2, spirv-reflect, thorvg, volk, vulkan. [arguments]: Remove #:scons. Update #:scons-flags to unbundle more libraries. [phases]: Remove 'build-headless phase (headless is no longer has a separate build). Add 'fix-dl-open-paths and 'unbundle-xkbcommon phases. In 'install phase, remove headless output. Update 'wrap phase to remove eudev. [outputs]: Remove headless. [inputs]: Add dbus, embree, enet, fontconfig, glslang, libpng, harfbuzz, icu4c, libxkbcommon, openxr, speech-dispatcher, vulkan-loader, zlib. Remove bullet. Rename freetype to freetype-with-brotli. (godot-lts): New variable. godot@3 is the LTS release. * gnu/packages/games.scm (superstarfighter)[native-inputs]: Use it. [inputs]: Use it.
2023-07-09gnu: Add vcmi.Vagrant Cascadian
* gnu/packages/games.scm (vcmi): New variable. * gnu/packages/patches/vcmi-disable-privacy-breach.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09gnu: Add fuzzylite.Vagrant Cascadian
* gnu/packages/games.scm (fuzzylite): New variable. * gnu/packages/patches/fuzzylite-relative-path-in-tests.patch: New file. * gnu/packages/patches/fuzzylite-use-catch2.patch: New file. * gnu/packages/patches/fuzzylite-soften-float-equality.patch: New file. * gnu/local.mk (dist_patch_DATA): Register them here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-07gnu: Add Plunder.zamfofex
* gnu/packages/games.scm (plunder): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-05gnu: q5go: Update to 2.1.3.Guillaume Le Vaillant
* gnu/packages/games.scm (q5go): Update to 2.1.3. [native-inputs]: Add autoconf and automake. [arguments]: Delete 'fix-header' phase. 'Update 'fix-configure-script', 'fix-paths' and 'install-desktop-file' phases.
2023-06-21gnu: Add anarch.宋文武
* gnu/packages/games.scm (anarch): New variable.
2023-06-20gnu: barrage: Update to 1.0.7.Cairn
* gnu/packages/games.scm (barrage): Update to 1.0.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20gnu: ltris: Update to 1.2.6.Cairn
* gnu/packages/games.scm (ltris): Update to 1.2.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-14gnu: gnushogi: Fix build.gemmaro
* gnu/packages/games.scm (gnushogi) [source]: Fix warnings by prefixing "__FUNCTION__" with "__extension__". [arguments]: Turn off some GCC warnings in C flags. Set the linker flag to build the program. Skip the "--enable-fast-install" flag in the configure phase. Enable the "sizetest" test in the check phase. [synopsis]: Remove "The" so that the sentence doesn't start with it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-08gnu: Add rogue.Jakob Kirsch
* gnu/packages/games.scm (rogue): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-30gnu: warzone2100: Rewrite package arguments to G-expressions.宋文武
* gnu/packages/games.scm (warzone2100)[arguments]: Convert to list of G-expressions.
2023-05-30gnu: warzone2100: Update to 4.3.5.宋文武
* gnu/packages/games.scm (warzone2100): Update to 4.3.5.