summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Collapse)AuthorAge
* gnu: bzflag: Improve package style.Nicolas Goaziou2022-03-09
| | | | | * gnu/packages/games.scm (bzflag)[arguments]: Remove trailing #T from phases. Use G-expressions.
* gnu: bzflag: Update to 2.4.24.Nicolas Goaziou2022-03-09
| | | | * gnu/packages/games.scm (bzflag): Update to 2.4.24.
* gnu: Add openriichi.Jelle Licht2022-03-07
| | | | * gnu/packages/games.scm (openriichi): New variable.
* gnu: flightgear: Don't explicitly return #t anywhere.base-for-series-11529base-for-series-11527base-for-series-11526base-for-series-11525base-for-series-11524base-for-series-11520base-for-series-11519Tobias Geerinckx-Rice2022-02-27
| | | | | | * gnu/packages/games.scm (flightgear)[source]: Don't return #t from snippet… [arguments]: …nor from phases.
* gnu: flightgear: Use G-expressions.Tobias Geerinckx-Rice2022-02-27
| | | | | | | This fixes the build by removing broken usage of %outputs. * gnu/packages/games.scm (flightgear)[arguments]: Rewrite as G-expressions.
* gnu: freeciv: Update to 3.0.0.Steve George2022-02-28
| | | | | | * gnu/packages/games.scm (freeciv): Update to 3.0.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: crawl-tiles: Remove input labels.Nicolas Goaziou2022-02-11
| | | | * gnu/packages/games.scm (crawl-tiles)[inputs, native-inputs]: Remove labels.
* gnu: crawl: Use G-epressions.Nicolas Goaziou2022-02-11
| | | | | | * gnu/packages/games.scm (crawl)[arguments]: Use G-expressions. <#:phases>: Remove trailing #T. Remove unnecessary arguments. (crawl-tiles)[arguments]: Use G-expressions.
* gnu: crawl: Remove input labels.Nicolas Goaziou2022-02-11
| | | | * gnu/packages/games.scm (crawl)[native-inputs, inputs]: Remove labels.
* gnu: crawl: Update to 0.28.0.Nicolas Goaziou2022-02-11
| | | | | | * gnu/packages/games.scm (crawl): Update to 0.28.0. [inputs]: Add BASH-MINIMAL. * gnu/packages/patches/crawl-upgrade-saves.patch: Update for 0.28.
* gnu: pioneer: Update to 20220203.Eric Bavier2022-02-10
| | | | | * gnu/packages/games.scm (pioneer): Update to 20220203. [arguments]: Add cmake flag to ensure system GLEW is used.
* gnu: flare-game: Update to 1.13.04.Nicolas Goaziou2022-02-10
| | | | * gnu/packages/games.scm (flare-game): Update to 1.13.04.
* gnu: flare-engine: Update to 1.13.04.Nicolas Goaziou2022-02-10
| | | | * gnu/packages/games.scm (flare-engine): Update to 1.13.04.
* gnu: seahorse-adventures: Use G-expressions.Nicolas Goaziou2022-02-08
| | | | | * gnu/packages/games.scm (seahorse-adventures)[origin]<snippet>: [arguments]<#:phases>: Use G-expressions.
* gnu: seahorse-adventures: Remove trailing #T from phases and snippet.Nicolas Goaziou2022-02-08
| | | | | | * gnu/packages/games.scm (seahorse-adventures)[origin]<#:snippet>: Remove trailing #T. [arguments]<#:phases>: Remove trailing #T.
* gnu: seahorse-adventures: Update to 1.4.Nicolas Goaziou2022-02-07
| | | | * gnu/packages/games.scm (seahorse-adventures): Update to 1.4.
* gnu: flare-game: Use HTTPS home page URI.Nicolas Goaziou2022-02-07
| | | | * gnu/packages/games.scm (flare-game)[home-page]: Use HTTPS URI.
* gnu: flare-game: Improve package style.Nicolas Goaziou2022-02-07
| | | | | * gnu/packages/games.scm (flare-game)[arguments]: Use G-expressions. Use SEARCH-INPUT-DIRECTORY and SEARCH-INPUT-FILE.
* gnu: flare-game: Update to 1.13.Nicolas Goaziou2022-02-07
| | | | * gnu/packages/games.scm (flare-game): Update to 1.13.
* gnu: flare-engine: Improve package style.Nicolas Goaziou2022-02-07
| | | | | * gnu/packages/games.scm (flare-engine)[arguments]: Use G-expressions. [inputs]: Remove labels.
* gnu: flare-engine: Update to 1.13.Nicolas Goaziou2022-02-07
| | | | * gnu/packages/games.scm (flare-engine): Update to 1.13.
* gnu: openttd: Update to 12.1.Yovan Naumovski2022-02-02
| | | | | | * gnu/packages/games.scm (openttd-engine): Update ot 12.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: LLVM: Switch to 13 as the default.Marius Bakke2022-02-01
| | | | | | | | | | | | | | * gnu/packages/llvm.scm (llvm, clang-runtime, clang, clang-toolchain): Use version 13. * gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from LLVM to LLVM-9. * gnu/packages/rust.scm (rust-1.39, rust-1.40)[inputs]: Likewise. * gnu/packages/debug.scm (c-reduce)[inputs]: Stick with CLANG-9 and/or LLVM-9. * gnu/packages/diffoscope.scm (diffoscope)[inputs]: Likewise. * gnu/packages/linux.scm (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/llvm.scm (libclc, libomp)[native-inputs]: Likewise. * gnu/packages/games.scm (hedgewars)[native-inputs]: Likewise. * gnu/packages/graphics.scm (openshadinglanguage)[native-inputs]: Likewise. * gnu/packages/opencl.scm (pocl)[inputs]: Likewise.
* gnu: Fix copyright a line.base-for-series-11058Nicolas Goaziou2022-01-21
| | | | * gnu/packages/games.scm: Fix a copyright line.
* gnu: naev: Update to 0.9.2.Nicolas Goaziou2022-01-21
| | | | | * gnu/packages/games.scm (naev): Update to 0.9.2. [inputs]: Add python since Meson build-system does not propagate it anymore.
* gnu: freedroidrpg: Fix build with GCC 10.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/games.scm (freedroidrpg)[arguments]: Add ‘-fcommon’ to #:configure-flags' CFLAGS.
* gnu: Remove meson-0.59 workarounds.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | Mostly automated with the following command: $ grep --include='*.scm' '#:meson ,meson-0.59' -rl \ | xargs sed -z 's/#:meson[^\n]*\s*//' -i * gnu/packages/freedesktop.scm (malcontent) (accountsservice): Delete #:meson argument. * gnu/packages/games.scm (gnome-2048): Likewise. * gnu/packages/geo.scm (gnome-maps): Likewise. * gnu/packages/gnome.scm (gnome-photos, gnome-music) (gnome-initial-setup, gnome-user-share, gnome-characters) (gnome-disk-utility, gnome-font-viewer, evince, glade3) (gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp) (totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit) (network-manager-applet, gnome-control-center, gnome-shell, nautilus) (gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb) (gitg, polari, gnome-boxes, gtranslator): Likewise. * gnu/packages/gtk.scm: (gtkmm-3): Likewise. * gnu/packages/pdf.scm (zathura): Likewise. * gnu/packages/photo.scm (entangle): Likewise. * gnu/packages/video.scm (pitivi): Likewise. * gnu/packages/virtualization.scm (libvirt-glib): Likewise.
* gnu: tintin++: Update to 2.02.12.Tobias Geerinckx-Rice2022-01-09
| | | | * gnu/packages/games.scm (tintin++): Update to 2.02.12.
* gnu: fheroes2: Move source field.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/games.scm (fheroes2)[source]: Move where expected.
* gnu: fheroes2: Update to 0.9.11.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/games.scm (fheroes2): Update to 0.9.11.
* gnu: fheroes2: Remove input labels.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/games.scm (fheroes2)[native-inputs, inputs]: Remove input labels.
* gnu: pioneer: Fix build.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/games (pioneer)[inputs]: Downgrade libsigc++ to libsigc++-2.
* gnu: pioneer: Remove input labels.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/games.scm (pioneer)[inputs]: Remove input labels.
* gnu: edgar: Remove input labels.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/games.scm (edgar)[inputs, native-inputs]: Remove input labels.
* gnu: edgar: Update to 1.35.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/games.scm (edgar): Update to 1.35.
* gnu: supertux: Update to 0.6.3.Felix Gruber2022-01-05
| | | | | | | | | * gnu/packages/games.scm (supertux): Update to 0.6.3. [inputs] Sort list and add glm. * gnu/packages/patches/supertux-unbundle-squirrel.patch: Adjust patch to apply with upstream changes. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: rinutils: Respect #:tests?Tobias Geerinckx-Rice2022-01-05
| | | | * gnu/packages/games.scm (rinutils)[arguments]: Respect #:tests? in 'check.
* gnu: fortune-mod: Update to 3.12.0.Tobias Geerinckx-Rice2022-01-04
| | | | | | | * gnu/packages/games.scm (fortune-mod): Update to 3.12.0. [arguments]: Adjust 'delete-failing-test phase accordingly. [native-inputs]: Add docbook-xml-5, docbook-xsl, and perl-app-xml-docbook-builder.
* gnu: fortune-mod: Use G-expressions.Tobias Geerinckx-Rice2022-01-04
| | | | | | | | * gnu/packages/games.scm (fortune-mod)[arguments]: Rewrite as G-expressions. Split up misnamed 'fix-build-env phase into 'enter-build-directory, 'copy-cmake-modules, and 'delete-failing-test. Don't explicitly return #t from phases. [native-inputs]: Remove input labels. Remove shlomif-cmake-modules.
* gnu: rinutils: Update to 0.10.0.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/games.scm (rinutils): Update to 0.10.0.
* gnu: rinutils: Use G-expressions.Tobias Geerinckx-Rice2022-01-04
| | | | | | * gnu/packages/games.scm (rinutils)[arguments]: Rewrite as G-expressions. Rename misnamed 'fix-build-env. [native-inputs]: Remove input labels. Remove shlomif-cmake-modules.
* gnu: shlomif-cmake-modules: Update to 89f05caf86078f783873975525230cf4fecede8a.Tobias Geerinckx-Rice2022-01-04
| | | | | * gnu/packages/games.scm (shlomif-cmake-modules): Update to commit 89f05caf86078f783873975525230cf4fecede8a.
* gnu: naev: Update to 0.9.1.Nicolas Goaziou2022-01-04
| | | | | | | | * gnu/packages/games.scm (naev): Update to 0.9.1. [source]: Use URL-FETCH. [arguments]<#:phases>: Remove keyword. [native-inputs]: Remove NAEV-ARTWORK. (naev-artwork): Remove variable.
* gnu: 0ad: Fix building with mozjs version other than 78.6.Guillaume Le Vaillant2022-01-02
| | | | | | | Fixes <https://issues.guix.gnu.org/52913>. * gnu/packages/games.scm (0ad)[native-inputs]: Remove labels. [arguments]: Add 'fix-mozjs-compatibility' phase.
* gnu: widelands: Fix build against boost 1.77.Felix Gruber2022-01-01
| | | | | | | | | | | | Widelands fails to build with boost 1.77 due to a missing include in one of Wideland's header files that was previously indirectly included by boost 1.76. * gnu/packages/patches/widelands-add-missing-map-include.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/games.scm (widelands)[source]: Add patch. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: freegish: Update to 0-2.21977ee5f.Felix Gruber2022-01-01
| | | | | | | | This fixes the build when using GCC 10. * gnu/packages/games.scm (freegish): Update to 0-2.21977ee5f. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Capitalize beginning of synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Captalize. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* gnu: Remove leading article from synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Remove leading article. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12, rust-svd-parser-0.9)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/lisp.scm (gcl, clisp)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-pari-jupyter, python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/scheme.scm (mit-scheme)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* gnu: naev: Update to 0.9.0.Felix Gruber2021-12-28
| | | | | | | | | | | | * gnu/packages/games.scm (naev): Update to 0.9.0. [arguments]: Add phases to copy artwork and fix msgfmt path. [native-inputs]: Use new simplified format and add naev-artwork. [inputs]: Use new simplified format and add libunibreak and python-pyyaml. [license]: Remove licenses of artwork which is now found in the new naev-artwork package. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add naev-artwork.Felix Gruber2021-12-28
| | | | | | * gnu/packages/games.scm (naev-artwork): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>