summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
AgeCommit message (Expand)Author
2021-10-29gnu: chroma: Update to 1.19.•••* gnu/packages/games.scm (chroma): Update to 1.19. [arguments]: Remove "CFLAGS=-fgnu89-inline" work-around. Tobias Geerinckx-Rice
2021-10-23gnu: Use 'search-input-file' some more.•••This patch replaces occurrences of: (string-append (assoc-ref %build-inputs "…") "/…") by: (search-input-file %build-inputs "/…") * doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R Shiny example. * gnu/packages/admin.scm (screenfetch): Use 'search-input-file'. (ufetch): Likewise. (hosts): Likewise. * gnu/packages/backup.scm (dirvish): Likewise. * gnu/packages/code.scm (colormake): Likewise. * gnu/packages/compression.scm (makeself-safeextract): Likewise. * gnu/packages/debug.scm (scanmem): Likewise. * gnu/packages/education.scm (snap): Likewise. (omnitux): Likewise. * gnu/packages/emacs-xyz.scm (epipe): Likewise. * gnu/packages/games.scm (openttd-opensfx): Likewise. (openttd-openmsx): Likewise. (openrct2-title-sequences): Likewise. (openrct2-objects): Likewise. (mrrescue): Likewise. (0ad-data): Likewise. (xonotic-data): Likewise. (drascula): Likewise. (make-lure-package): Likewise. (make-queen-package): Likewise. (sky): Likewise. * gnu/packages/gnome.scm (network-manager): Likewise. * gnu/packages/gnuzilla.scm (icedove): Likewise. * gnu/packages/guile-xyz.scm (guile-shapefile): Likewise. * gnu/packages/hurd.scm (netdde): Likewise. * gnu/packages/javascript.scm (js-context-menu): Likewise. (js-commander): Likewise. (js-xmldom-sre): Likewise. * gnu/packages/kde-frameworks.scm (krunner): Likewise. * gnu/packages/kodi.scm (kodi-cli): Likewise. * gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise. * gnu/packages/linux.scm (e2fsck/static): Likewise. * gnu/packages/markup.scm (markdown): Likewise. * gnu/packages/maths.scm (hdf-java): Likewise. * gnu/packages/multiprecision.scm (libtomcrypt): Likewise. * gnu/packages/networking.scm (batctl): Likewise. * gnu/packages/python-xyz.scm (python-pymediainfo): Likewise. * gnu/packages/shells.scm (fish-foreign-env): Likewise. * gnu/packages/tex.scm (texlive-fonts-iwona): Likewise. * gnu/packages/upnp.scm (miniupnpc): Likewise. * gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/web.scm (icedtea-web): Likewise. * gnu/packages/wm.scm (stumpish): Likewise. Ludovic Courtès
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-16gnu: angband: Update to 4.2.3.•••* gnu/packages/games.scm (angband): Update to 4.2.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Remove custom 'bootstrap phase. Tobias Geerinckx-Rice
2021-10-14Merge branch 'master' into core-updates-frozenMarius Bakke
2021-10-13gnu: fheroes2: Update to 0.9.8.•••* gnu/packages/games.scm (fheroes2): Update to 0.9.8. Tobias Geerinckx-Rice
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-10-08gnu: supertuxkart: Update to 1.3.•••* gnu/packages/games.scm (supertuxkart): Update to 1.3. [source]: Download from github. Update snippet to remove different bundled libraries. [arguments]: Adjust configure-flags for new version. [inputs]: Add sqlite. Efraim Flashner
2021-10-08gnu: joycond: Small refactoring.•••* gnu/packages/games.scm (joycond)[arguments]<#:phases>: Use (assoc-ref outputs "out") instead of %output. Nicolas Goaziou
2021-10-08gnu: Add joycond.•••* gnu/packages/games.scm (joycond): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> phodina via Guix-patches via
2021-10-08gnu: hedgewars: Fix build.•••* gnu/packages/patches/hedgewars-network-bsd.patch: Import upstream patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/games.scm (hedgewars): Use it. Lars-Dominik Braun
2021-10-07gnu: kajongg: Fix build.•••* gnu/packages/games.scm (kajongg)[inputs]: Add python-zope-interface. [arguments]: Add 'fix-paths' phase. Update 'wrap' phase and move it after 'qt-wrap' phase. Guillaume Le Vaillant
2021-10-06gnu: powwow: Update to 1.2.23.•••* gnu/packages/games.scm (powwow): Update to 1.2.23. Tobias Geerinckx-Rice
2021-10-05gnu: crawl: Update to 0.27.1.•••* gnu/packages/games.scm (crawl): Update to 0.27.1. Tobias Geerinckx-Rice
2021-10-04gnu: gnugo: Fix compiling with gcc 10.•••* gnu/packages/games.scm (gnugo)[arguments]: Add '-fcommon' to CFLAGS. Guillaume Le Vaillant
2021-10-03gnu: freeorion: Update to 0.4.10.2.•••* gnu/packages/games.scm (freeorion): Update to 0.4.10.2. Tobias Geerinckx-Rice
2021-10-03gnu: freeorion: Don't use unstable tarball.•••* gnu/packages/games.scm (freeorion)[source]: Use GIT-FETCH and GIT-FILE-NAME. Remove explicit #t snippet return value. Tobias Geerinckx-Rice
2021-10-03gnu: corsix-th: Update to 0.65.1.•••* gnu/packages/games.scm (corsix-th): Update to 0.65.1. Tobias Geerinckx-Rice
2021-09-28gnu: Add falltergeist.•••* gnu/packages/games.scm (falltergeist): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> phodina via Guix-patches via
2021-09-28gnu: Add sdlpop.•••* gnu/packages/games.scm (sdlpop): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> phodina via Guix-patches via
2021-09-25Update copyright assignments for Liliana Marie Prikler.•••* doc/guix.texi: Update copyright name for Liliana Marie Prikler. * gnu/packages/build-tools.scm: Update copyright name and email for Liliana Marie Prikler. * gnu/packages/convmv.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/emacs.scm: Likewise. * gnu/packages/esolangs.scm: Likewise. * gnu/packages/game-development.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gnome-xyz.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/gstreamer.scm: Likewise. * gnu/packages/guile-xyz.scm: Likewise. * gnu/packages/minetest.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/patches/minetest-add-MINETEST_MOD_PATH.patch: Likewise. * gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: Likewise. * gnu/packages/patches/webkitgtk-bind-all-fonts.patch: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/unicode.scm: Likewise. * gnu/packages/xorg.scm: Likewise. * gnu/services/sound.scm: Likewise. * guix/build-system/renpy.scm: Likewise. * guix/build/emacs-utils.scm: Likewise. * guix/build/renpy-build-system.scm: Likewise. Liliana Marie Prikler
2021-09-21gnu: 4dtris: Fix build.•••* gnu/packages/games.scm (4dtris)[attributes]: Add -fcommon to CFLAGS and use search-input-directory to find SDL include path. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Felix Gruber
2021-09-20gnu: cockatrice: Use qt-build-system.•••This makes it so that resources baked into the executable are actually found and used. * gnu/packages/games.scm (cockatrice)[build-system]: Change to qt-build-system. Liliana Marie Prikler
2021-09-18gnu: q5go: Fix build.•••* gnu/packages/games.scm (q5go)[arguments]: Add 'fix-header' phase. Guillaume Le Vaillant
2021-09-17Merge branch 'master' into core-updates-frozen••• Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm Marius Bakke
2021-09-16gnu: crispy-doom: Fix build.•••* gnu/packages/games.scm (crispy-doom)[arguments]: Pass '-fcommon' to CFLAGS. Guillaume Le Vaillant
2021-09-14gnu: teeworlds: Enable tests.•••* gnu/packages/games.scm (teeworlds)[arguments]: Enable tests. Set test-target. [native-inputs]: Add googletest. Efraim Flashner
2021-09-14gnu: teeworlds: Replace bundled font.•••* gnu/packages/games.scm (teeworlds)[arguments]: Add phase to replace bundled font. [inputs]: Add font-dejagnu. Efraim Flashner
2021-09-13gnu: Add fheroes2•••* gnu/packages/games.scm (fheroes2): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Andrew Tropin
2021-09-12gnu: pioneer: Update to 20210723.•••* gnu/packages/games.scm (pioneer): Update to 20210723. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Felix Gruber
2021-09-12gnu: xboard: Fix building with gcc 10.•••* gnu/packages/games.scm (xboard)[arguments]: Pass '-fcommon' to CFLAGS. Guillaume Le Vaillant
2021-09-12gnu: chocolate-doom: Fix compilation with GCC 10.•••* gnu/packages/games.scm (chocolate-doom)[arguments]: Pass '-fcommon' to CFLAGS. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-09-01gnu: cataclysm-dda: Update to 0.F-2.•••* gnu/packages/games.scm (cataclysm-dda): Update to 0.F-2. Nicolas Goaziou
2021-09-01gnu: Remove harmonist-tk.•••harmonist-tk has been superseded by harmonist-sdl. Current harmonist-tk package fails to build due to upgrade of harmonist to 0.4.1. * gnu/packages/games.scm (harmonist-tk): Remove variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> jgart
2021-08-12Merge branch 'master' into core-updates-frozen••• Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm Marius Bakke
2021-08-01Merge branch 'master' into core-updates-frozenMarius Bakke
2021-07-30gnu: openttd-opensmx: Update to 0.4.0.•••* gnu/packages/games.scm (openttd-opensmx): Update to 0.4.0. [native-inputs]: Add tar. [#:make-flags]: Drop INSTALL_DIR. Add DIR_NAME and TAR. [#:tests?]: New argument. [#:phases]: Replace ‘install’ with a simple copy operation and drop post-install. Leo Prikler
2021-07-30gnu: Fix OpenSFX build.•••OpenSFX 1.0.1 uses a different build system from the old one, which causes weird errors. * gnu/packages/games.scm (openttd-opensfx)[native-inputs]: Add tar. [#:make-flags]: Drop INSTALL_DIR. Add DIR_NAME and TAR. [#:tests?]: New argument. [#:phases]: Add ‘prebuild’. Replace ‘install’ with a simple copy. Leo Prikler
2021-07-30gnu: Fix OpenSFX URI.•••In commit 1cdf1cd7fe7ac425faa010531735d183af0a19f1, the URI was updated to the wrong value and the hash not updated at all, so people would erroneously fetch the old package from a wrong description. * gnu/packages/games.scm (openttd-opensfx)[uri]: Use <https://cdn.openttd.org/opensfx-releases>. [sha256]: Update accordingly. Leo Prikler
2021-07-30gnu: openttd-opengfx: Update to 0.6.1.•••* gnu/packages/games.scm (openttd-opengfx): Update to 0.6.1. Leo Prikler
2021-07-30gnu: openttd-opensfx: Update to 1.0.1.•••* gnu/packages/games.scm (openttd-opensfx): Update to 1.0.1. [source]: Use <https://cdn.openttd.org>. [license]: Update to CC BY-SA 3.0. Ron Nazarov
2021-08-30gnu: harmonist: Update to 0.4.1.•••* gnu/packages/games.scm (harmonist): Update to 0.4.1. [propagated-inputs]: Add go-github-com-gdamore-tcell-v2, go-github-com-anaseto-gruid, and go-github-com-anaseto-gruid-tcell. Co-authored-by: Arun Isaac <arunisaac@systemreboot.net> Co-authored-by: Brice Waegeneire <brice@waegenei.re> Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Julien Lepiller <julien@lepiller.eu> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Guix Together
2021-08-30gnu: Add go-github-com-anaseto-gruid-tcell.•••* gnu/packages/games.scm (go-github-com-anaseto-gruid-tcell): New variable. Co-authored-by: Arun Isaac <arunisaac@systemreboot.net> Co-authored-by: Brice Waegeneire <brice@waegenei.re> Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Julien Lepiller <julien@lepiller.eu> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Guix Together
2021-08-30gnu: Add go-github-com-anaseto-gruid.•••* gnu/packages/games.scm (go-github-com-anaseto-gruid): New variable. Co-authored-by: Arun Isaac <arunisaac@systemreboot.net> Co-authored-by: Brice Waegeneire <brice@waegenei.re> Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Julien Lepiller <julien@lepiller.eu> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Guix Together
2021-08-27gnu: ocl-icd: Replace with opencl-icd-loader.•••ocl-icd’s project page is dead and the source code is unavailable. * gnu/packages/opencl.scm (ocl-icd): Alias to opencl-icd-loader. (clinfo)[inputs]: Use opencl-icd-loader. (beignet)[inputs]: Dito. (pocl)[inputs]: Dito. (python-pyopencl)[inputs]: Dito. * gnu/packages/games.scm (leela-zero)[inputs]: Dito. * gnu/packages/photo.scm (darktable)[inputs]: Dito. * gnu/packages/rocm.scm (rocm-opencl-runtime)[inputs]: Dito. Lars-Dominik Braun
2021-08-26gnu: colobot: Update to 0.2.0-alpha.•••* gnu/packages/games.scm (colobot): Update to 0.2.0-alpha. Nicolas Goaziou
2021-08-20gnu: minetest: move to minetest.scm.•••* gnu/packages/games.scm (minetest, minetest-data): Move from here... * gnu/packages/minetest.scm (minetest, minetest-data): ... to here. * guix/build-system/minetest.scm (default-minetest): Adjust accordingly. Leo Prikler
2021-08-20gnu: minetest-mineclone: move to minetest.scm.•••* gnu/packages/games.scm (minetest-mineclone): Move from here... * gnu/packages/minetest.scm (minetest-mineclone): ... to here. Leo Prikler
2021-08-20gnu: minetest: Search for mods in MINETEST_MOD_PATH.•••* gnu/packages/patches/minetest-add-MINETEST_MOD_PATH.patch: New file. * gnu/packages/games.scm (minetest)[source]{patches}: Add it. (minetest)[native-search-paths]: Add "MINETEST_MOD_PATH". * gnu/local.mk (dist_patch_DATA): Add the patch. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Maxime Devos