summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\
| * gnu: arx-libertatis: Update to 1.2.Pierre Neidhardt2021-07-17
| | | | | | | | | | * gnu/packages/games.scm (arx-libertatis): Update to 1.2. [inputs]: Replace sdl with sdl2 and mesa with libepoxy.
| * gnu: chess: Update to 6.2.9.Efraim Flashner2021-07-14
| | | | | | | | * gnu/packages/games.scm (chess): Update to 6.2.9.
| * gnu: burgerspace: Update to 1.9.4.Nicolas Goaziou2021-07-04
| | | | | | | | * gnu/packages/games.scm (burgerspace): Update to 1.9.4.
| * gnu: cataclysm-dda: Update to 0.F.Christopher Lemmer Webber2021-07-03
| | | | | | | | * gnu/packages/games.scm (cataclysm-dda): Update to 0.F.
| * gnu: stockfish: Factor out the neural network revision.Tobias Geerinckx-Rice2021-07-03
| | | | | | | | * gnu/packages/games.scm (stockfish): Factor out the neural-network-revision.
| * gnu: stockfish: Update to 14.Michael Rohleder2021-07-03
| | | | | | | | | | | | * gnu/packages/games.scm (stockfish): Update to 14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: opensurge: Update to 0.5.2.1.Tobias Geerinckx-Rice2021-06-28
| | | | | | | | | | * gnu/packages/games.scm (opensurge): Update to 0.5.2.1. [arguments]: Keep installing into /bin.
| * gnu: freeciv: Update to 2.6.5.Tobias Geerinckx-Rice2021-06-28
| | | | | | | | * gnu/packages/games.scm (freeciv): Update to 2.6.5.
| * gnu: extremetuxracer: Update to 0.8.1.Tobias Geerinckx-Rice2021-06-28
| | | | | | | | * gnu/packages/games.scm (extremetuxracer): Update to 0.8.1.
* | Merge branch 'master' into core-updatesTobias Geerinckx-Rice2021-06-23
|\| | | | | | | | | | | | | | | Conflicts: gnu/packages/cups.scm gnu/packages/python-web.scm gnu/packages/web.scm guix/build/maven/pom.scm
| * gnu: odamex: Update to 0.9.3.Solene Rapenne via Guix-patches via2021-06-22
| | | | | | | | | | | | * gnu/packages/games.scm (odamex): Update to 0.9.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: armagetronad: Update to 0.2.9.1.0.Solene Rapenne via Guix-patches via2021-06-22
| | | | | | | | | | | | * gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: wesnoth: Update to 1.14.17.Solene Rapenne via Guix-patches via2021-06-22
| | | | | | | | | | | | * gnu/packages/games.scm (wesnoth): Update to 1.14.17. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: widelands: Update description.Nicolas Goaziou2021-06-22
| | | | | | | | | | * gnu/packages/games.scm (widelands)[description]: Update to mirror changes in the stable release.
| * gnu: widelands: Ensure Guix catches versioning scheme switch.Nicolas Goaziou2021-06-22
| | | | | | | | | | | | | | * gnu/packages/games.scm (widelands-21): New variable. "21" was the last beta release. Upstream has now switched to a new versioning scheme, with lesser numbers.
| * gnu: widelands: Update to 1.0.Felix Gruber2021-06-22
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (widelands): Update to 1.0. [source]: Download from github as there is no tarball for v1.0 on their website. [inputs]: Add curl. * gnu/packages/patches/widelands-system-wide_minizip.patch: Adjust for 1.0. CmakeLists.txt now already defines CMAKE_MODULE_PATH, so I've moved FindMinizip.cmake to this path. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: corsix-th: Update to 0.65.Tobias Geerinckx-Rice2021-06-20
| | | | | | | | * gnu/packages/games.scm (corsix-th): Update to 0.65.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | | | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
| * doc, gnu, guix: Fix typos.Paul A. Patience2021-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guix.texi: Fix various typos and reword a sentence. * gnu/packages/cpp.scm (cpplint)[description]: Fix typo. * gnu/packages/dns.scm (ldns): Fix typo in comment. * gnu/packages/games.scm (yamagi-quake2): Fix typo in comment. * gnu/packages/qt.scm (python-pyqtwebengine): Fix typo in comment. * gnu/packages/rails.scm (ruby-autoprefixer-rails): Fix typo in comment. * gnu/packages/syndication.scm (quiterss)[description]: Fix typo. * gnu/packages/terminals.scm (kmscon): Fix typo in comment. * gnu/packages/xml.scm (perl-xml-sax-base)[description]: Fix typo. (python-elementpath)[description]: Fix typo. * guix/build/asdf-build-system.scm (output-translation): Fix typo in docstring. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: pioneer: Build with model files.Diego Nicola Barbato2021-06-02
| | | | | | | | | | | | | | | | | | 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>
| * gnu: tome4: Update to 1.7.3.Solene Rapenne via Guix-patches via2021-05-31
| | | | | | | | | | | | * gnu/packages/games.scm (tome4): Update to 1.7.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: warzone2100: Update to 4.0.1.Kei Kebreau2021-05-26
| | | | | | | | | | | | | | * 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.
| * gnu: openttd-engine: Update to 1.11.2.Solene Rapenne via Guix-patches via2021-05-25
| | | | | | | | | | | | | | | | | | | | | | * 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>
| * gnu: ltris: Update to 1.2.3.Tobias Geerinckx-Rice2021-05-23
| | | | | | | | | | * gnu/packages/games.scm (ltris): Update to 1.2.3. [arguments]: Remove unnecessary #:configure-flags.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-22
|\|
| * gnu: pinball: Update to 3.1.20201218.Eric Bavier2021-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: Add schiffbruch.Felix Gruber2021-05-19
| | | | | | | | | | | | * gnu/packages/games.scm (schiffbruch): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesLudovic Courtès2021-05-15
|\|
| * gnu: chess: Update to 6.2.8.Efraim Flashner2021-05-10
| | | | | | | | * gnu/packages/games.scm (chess): Update to 6.2.8.
| * gnu: retux: Update to 1.5.Kei Kebreau2021-05-09
| | | | | | | | | | | | * gnu/packages/games.scm (retux): Update to 1.5. [source]: Download zip archive since a stable tar archive is unavailable. [native-inputs]: Add unzip.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: tintin++: Update to 2.02.11.Tobias Geerinckx-Rice2021-05-06
| | | | | | | | * gnu/packages/games.scm (tintin++): Update to 2.02.11.
| * gnu: taisei: Update to 1.3.2.Tobias Geerinckx-Rice2021-05-06
| | | | | | | | | | * gnu/packages/games.scm (taisei): Update to 1.3.2. [inputs]: Add cglm.
| * gnu: xboard: Set default engine to gnuchess.Michael Rohleder2021-05-05
| | | | | | | | | | | | | | | | | | | | 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>
| * gnu: chess: Fix paths in installed shell scripts.Michael Rohleder2021-05-04
| | | | | | | | | | | | * gnu/packages/games.scm (chess)[arguments]: Add a 'fix-shell-scripts phase. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: odamex: Update to 0.9.0.David Pflug2021-05-03
| | | | | | | | | | | | * gnu/packages/games.scm (odamex): Update to 0.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: chessx: Disable online version check by default.Michael Rohleder2021-05-03
| | | | | | | | | | | | | | * 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>
| * gnu: pioneers: Patch path to beep.Michael Rohleder2021-05-03
| | | | | | | | | | | | | | | | | | | | 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>
| * gnu: xboard: Patch path to aplay.Michael Rohleder2021-05-03
| | | | | | | | | | | | | | | | | | | | 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>
| * gnu: openrct2: Update to 0.3.3.Pierre Neidhardt2021-04-25
| | | | | | | | * gnu/packages/games.scm (openrct2): Update to 0.3.3.
| * gnu: Add gnome-2048.jgart2021-04-19
| | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm
| * gnu: minetest: Fix absolute path to 'rm' command.Trevor Hass2021-04-14
| | | | | | | | | | | | | | * gnu/packages/games.scm (minetest)[patch-sources]: Substitute '/bin/rm' path. [inputs]: Add coreutils. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| * gnu: minetest: Update to 5.4.1.Tobias Geerinckx-Rice2021-04-12
| | | | | | | | * gnu/packages/games.scm (minetest, minetest-data): Update to 5.4.1.
| * gnu: edgar: Update to 1.34.Tobias Geerinckx-Rice2021-04-11
| | | | | | | | * gnu/packages/games.scm (edgar): Update to 1.34.
| * gnu: bsd-games: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | | | | | | | * gnu/packages/games.scm (bsd-games)[description]: Fix typo, and delete stray comma.
| * gnu: freeciv: Update to 2.6.4.Kei Kebreau2021-04-09
| | | | | | | | * gnu/packages/games.scm (freeciv): Update to 2.6.4.