summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: pioneer: Build with model files.•••Fixes <https://bugs.gnu.org/48686>. * gnu/packages/games.scm (pioneer)[arguments]: Add make-flags for building with model files. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Diego Nicola Barbato2021-06-021-1/+2
* gnu: tome4: Update to 1.7.3.•••* gnu/packages/games.scm (tome4): Update to 1.7.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Solene Rapenne via Guix-patches via2021-05-311-2/+2
* gnu: warzone2100: Update to 4.0.1.•••* gnu/packages/games.scm (warzone2100): Update to 4.0.1. [arguments]: Disable vulkan backend with "-DWZ_ENABLE_BACKEND_VULKAN=off" configure flag. [inputs]: Add sqlite. Kei Kebreau2021-05-261-2/+4
* gnu: openttd-engine: Update to 1.11.2.•••* gnu/packages/games.scm (openttd-engine): Update to 1.11.2. [build-system]: Switch to CMake. [arguments]: Enable tests. (openttd)[arguments]<#:configure-flags>: Use CMake flags. <#:phases>: Remove `configure'. Copy assets file before check step to enable tests. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Solene Rapenne via Guix-patches via2021-05-251-36/+15
* gnu: ltris: Update to 1.2.3.•••* gnu/packages/games.scm (ltris): Update to 1.2.3. [arguments]: Remove unnecessary #:configure-flags. Tobias Geerinckx-Rice2021-05-231-5/+3
* gnu: pinball: Update to 3.1.20201218.•••* gnu/packages/games.scm (pinball): Update to 3.1.20201218. [source]: Tarballs no longer published on sourceforge, so use git-fetch. [native-inputs]: New field for bootstrapping inputs. [inputs]: Add libltdl. [arguments]: Add custom 'bootstrap' phase. * gnu/packages/patches/pinball-system-ltdl.patch: Adjust to latest source. * gnu/packages/patches/pinball-const-fix.patch, gnu/packages/patches/pinball-cstddef.patch, gnu/packages/patches/pinball-missing-separators.patch, gnu/packages/patches/pinball-src-deps.patch: Delete upstreamed patches. * gnu/local.mk (dist_patch_DATA): Remove them. Eric Bavier2021-05-211-12/+26
* gnu: Add schiffbruch.•••* gnu/packages/games.scm (schiffbruch): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber2021-05-191-0/+36
* gnu: chess: Update to 6.2.8.•••* gnu/packages/games.scm (chess): Update to 6.2.8. Efraim Flashner2021-05-101-3/+3
* gnu: retux: Update to 1.5.•••* gnu/packages/games.scm (retux): Update to 1.5. [source]: Download zip archive since a stable tar archive is unavailable. [native-inputs]: Add unzip. Kei Kebreau2021-05-091-4/+6
* gnu: tintin++: Update to 2.02.11.•••* gnu/packages/games.scm (tintin++): Update to 2.02.11. Tobias Geerinckx-Rice2021-05-061-2/+2
* gnu: taisei: Update to 1.3.2.•••* gnu/packages/games.scm (taisei): Update to 1.3.2. [inputs]: Add cglm. Tobias Geerinckx-Rice2021-05-061-3/+4
* gnu: xboard: Set default engine to gnuchess.•••Fixes <https://issues.guix.gnu.org/45236>. * gnu/packages/games.scm (xboard): Set default engine to gnuchess. [arguments]: Add phase 'patch-default-engine. [inputs]: Add chess. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder2021-05-051-2/+10
* gnu: chess: Fix paths in installed shell scripts.•••* gnu/packages/games.scm (chess)[arguments]: Add a 'fix-shell-scripts phase. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder2021-05-041-0/+10
* gnu: odamex: Update to 0.9.0.•••* gnu/packages/games.scm (odamex): Update to 0.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Pflug2021-05-031-5/+9
* gnu: chessx: Disable online version check by default.•••* gnu/packages/games.scm (chessx)[arguments]: Add phase to disable the online version check by default. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder2021-05-031-0/+6
* gnu: pioneers: Patch path to beep.•••Fixes <https://issues.guix.gnu.org/47131> * gnu/packages/games.scm (pioneers): Patch path to beep. [inputs]: Add beep. [arguments]: Add phase patch-beep-path. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder2021-05-031-0/+11
* gnu: xboard: Patch path to aplay.•••Fixes <http://issues.guix.gnu.org/47195>. * gnu/packages/games.scm (xboard): Patch path to aplay. [inputs]: Add alsa-utils. [arguments]: Add phase patch-aplay-path. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder2021-05-031-1/+12
* gnu: openrct2: Update to 0.3.3.•••* gnu/packages/games.scm (openrct2): Update to 0.3.3. Pierre Neidhardt2021-04-251-2/+2
* gnu: Add gnome-2048.•••* gnu/packages/games.scm (gnome-2048): New variable. Co-authored-by: Carla Cao <ccao001@fiu.edu> Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> jgart2021-04-191-0/+44
* gnu: minetest: Fix absolute path to 'rm' command.•••* gnu/packages/games.scm (minetest)[patch-sources]: Substitute '/bin/rm' path. [inputs]: Add coreutils. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Trevor Hass2021-04-141-3/+9
* gnu: minetest: Update to 5.4.1.•••* gnu/packages/games.scm (minetest, minetest-data): Update to 5.4.1. Tobias Geerinckx-Rice2021-04-121-3/+3
* gnu: edgar: Update to 1.34.•••* gnu/packages/games.scm (edgar): Update to 1.34. Tobias Geerinckx-Rice2021-04-111-2/+2
* gnu: bsd-games: Fix typo in description.•••* gnu/packages/games.scm (bsd-games)[description]: Fix typo, and delete stray comma. Tobias Geerinckx-Rice2021-04-101-1/+1
* gnu: freeciv: Update to 2.6.4.•••* gnu/packages/games.scm (freeciv): Update to 2.6.4. Kei Kebreau2021-04-091-2/+2
* gnu: solarus: Update to 1.6.5.•••* gnu/packages/games.scm (solarus): Update to 1.6.5. (solarus-quest-editor)[source]: Update hash. [arguments]: Remove obsolete 'fix-qt-build phase. Tobias Geerinckx-Rice2021-04-071-14/+4
* gnu: minetest-mineclone: Update to 0.71.0.•••* gnu/packages/games.scm (minetest-mineclone): Update to 0.71.0. Leo Prikler2021-03-231-2/+2
* gnu: minetest: Enable tests.•••* gnu/packages/games.scm (minetest)[arguments]: Remove #:tests?. Add #:phases. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at> la snesne2021-03-231-2/+22
* gnu: minetest: Update to 5.4.0.•••* gnu/packages/games (minetest, minetest-data): Update to 5.4.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> la snesne2021-03-231-3/+3
* gnu: wesnoth: Update to 1.14.16.•••* gnu/packages/games.scm (wesnoth): Update to 1.14.16. Tobias Geerinckx-Rice2021-03-221-2/+2
* gnu: chroma: Update to 1.18.•••* gnu/packages/games.scm (chroma): Update to 1.18. Tobias Geerinckx-Rice2021-03-061-2/+2
* gnu: bzflag: Update to 2.4.22.•••* gnu/packages/games.scm (bzflag): Update to 2.4.22. Nicolas Goaziou2021-03-021-2/+2
* gnu: chessx: Update to 1.5.6.•••* gnu/packages/games.scm (chessx): Update to 1.5.6. [arguments]: Remove now unneeded build fix. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder2021-03-021-9/+4
* gnu: unknown-horizons: Use HTTPS home page URI.•••* gnu/packages/games.scm (unknown-horizons)[home-page]: Use HTTPS URI. Nicolas Goaziou2021-02-281-1/+1
* gnu: Add oshu.•••* gnu/packages/games.scm (oshu): New variable. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at> Dan Frumin2021-02-241-0/+39
* gnu: stockfish: Update to 13.•••* gnu/packages/games.scm (stockfish): Update to 13. [inputs]: Update neural network file. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Greg Hogan2021-02-231-5/+6
* gnu: Add vitetris.•••* gnu/packages/games.scm (vitetris): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Stefan Reichör2021-02-181-0/+35
* gnu: passage: Fix typo in description.•••* gnu/packages/games.scm (passage): Add missing space after full stop, and correct double quotes. Nicolas Goaziou2021-02-161-6/+7
* gnu: Add passage.•••* gnu/packages/games.scm (passage): New variable. Ricardo Wurmus2021-02-151-1/+58
* gnu: hedgewars: Fix build.•••Fixes <https://issues.guix.gnu.org/46398>. * gnu/packages/games.scm (hedgewars)[arguments]<#:phases>: Add the missing "#include <QPainterPath>". 宋文武2021-02-111-0/+6
* gnu: crawl: Update to 0.26.1•••* gnu/packages/games.scm (crawl): Update to 0.26.1 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Robert Smith2021-02-071-2/+2
* gnu: Add cockatrice.•••* gnu/packages/games.scm (cockatrice): New variable. Leo Prikler2021-02-051-1/+47
* gnu: pioneer: Update to 20210203.•••* gnu/packages/games.scm (pioneer): Update to 20210203. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Olivier Rojon2021-02-051-2/+3
* gnu: teeworlds: Fix audio.•••* gnu/packages/games.scm (teeworlds)[source]: Enable recursive cloning. [build-system]: Switch to cmake-build-system. [arguments]: Remove custom phases build and install. [inputs]: Add openssl. [native-inputs]: Remove bam. [license]: Add map/language data license. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Lars-Dominik Braun2021-01-311-55/+10
* gnu: trigger-rally: Fix license field.•••* gnu/packages/games.scm (trigger-rally)[license]: Use list. Eric Bavier2021-01-231-2/+2
* gnu: Add Trigger Rally.•••* gnu/packages/games.scm (trigger-rally): New variable. Eric Bavier2021-01-231-1/+88
* gnu: Add solarus-quest-editor.•••* gnu/packages/games.scm (solarus-quest-editor): New variable. (solarus): Add a comment about linked updates. Nicolas Goaziou2021-01-201-0/+36
* gnu: solarus: Remove ".git" suffix from URL.•••* gnu/packages/games.scm (solarus)[source]: Remove ".git" suffix from URL. Nicolas Goaziou2021-01-201-1/+1
* gnu: Add solarus.•••* gnu/packages/games.scm (solarus): New variable. Nicolas Goaziou2021-01-201-1/+59
* gnu: crawl: Update to 0.26.0.•••* gnu/packages/games.scm (crawl): Update to 0.26.0. Remove no-longer-needed snippet. Christopher Lemmer Webber2021-01-131-21/+5
* gnu: augustus: Update to 2.0.1.•••* gnu/packages/games.scm (augustus): Update to 2.0.1. Pierre Neidhardt2021-01-101-2/+2