summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Collapse)AuthorAge
...
* gnu: fifengine: Simplify inputs.Marius Bakke2021-12-26
| | | | * gnu/packages/games.scm (fifengine)[native-inputs]: Remove labels.
* gnu: fifengine: Gexp arguments.Marius Bakke2021-12-26
| | | | | * gnu/packages/games.scm (fifengine)[arguments]: Rewrite as gexps. Remove input labels, top-level Python reference, and trailing #t's.
* gnu: fifengine: Fix build.Marius Bakke2021-12-26
| | | | | | | * gnu/packages/patches/fifengine-boost-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/games.scm (fifengine)[source](patches): Add it. [arguments]: Remove defunct Python module import.
* gnu: Add xblackjack.Foo Chuan Wei2021-12-22
| | | | | | * gnu/packages/games.scm (xblackjack): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: freeciv: Update to 2.6.6.Tobias Geerinckx-Rice2021-12-18
| | | | * gnu/packages/games.scm (freeciv): Update to 2.6.6.
* gnu: fheroes2: Update to 0.9.10.Tobias Geerinckx-Rice2021-12-18
| | | | * gnu/packages/games.scm (fheroes2): Update to 0.9.10.
* gnu: Remove unneeded uses of custom GCC versions.Marius Bakke2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (libmaus2, biobambam2)[native-inputs]: Remove GCC-10. * gnu/packages/game-development.scm (libresprite, python-pyxel)[native-inputs]: Likewise. * gnu/packages/lua.scm (emilua)[native-inputs]: Likewise. * gnu/packages/radio.scm (sdr++)[native-inputs]: Likewise. * gnu/packages/wm.scm (fnott)[native-inputs]: Likewise. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Likewise. (scintilla)[native-inputs]: Remove GCC-9. * gnu/packages/build-tools.scm (bear)[native-inputs]: Likewise. * gnu/packages/cpp.scm (magic-enum)[native-inputs]: Likewise. * gnu/packages/games.scm (openttd)[native-inputs]: Likewise. (schiffbruch)[native-inputs]: Remove GCC-11. * gnu/packages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9. * gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]: Likewise. * gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise. * gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8. * gnu/packages/image.scm (blurhash)[native-inputs]: Likewise. * gnu/packages/jami.scm (libring)[native-inputs]: Likewise. * gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop, telegram-desktop)[native-inputs]: Likewise.
* gnu: quadrapassel: Remove input labels.Efraim Flashner2021-12-14
| | | | | * gnu/packages/games.scm (quadrapassel)[native-inputs]: Remove labels from inputs.
* gnu: quadrapassel: Update to 40.2.Efraim Flashner2021-12-14
| | | | * gnu/packages/games.scm (quadrapassel): Update to 40.2.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\
| * gnu: superstarfighter: Update to 0.6.5.Andy Tai2021-12-10
| | | | | | | | | | | | * gnu/packages/games.scm (superstarfighter): Update to 0.6.5. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: cataclysm-dda: Update to 0.F-3.Nicolas Goaziou2021-11-28
| | | | | | | | * gnu/packages/games.scm (cataclysm-dda): Update to 0.F-3.
| * gnu: wesnoth: Update to 1.16.1.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | * gnu/packages/games.scm (wesnoth): Update to 1.16.1.
| * gnu: chroma: Update to 1.20.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | * gnu/packages/games.scm (chroma): Update to 1.20.
* | gnu: Use 'search-input-directory' for the SDL header directory.Ludovic Courtès2021-11-25
| | | | | | | | | | | | | | | | | | This is a followup to bf182596a9d85604f6f029302671a38001575355. * gnu/packages/games.scm (prboom-plus, red-eclipse, btanks) (edgar): Use 'search-input-directory' instead of 'search-input-file' when looking for "include/SDL". (abbaye): Likewise, and search "include/SDL2" instead of "include/SDL".
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\|
| * gnu: laby: Fix build.Julien Lepiller2021-11-20
| | | | | | | | | | * gnu/packages/games.scm (laby)[inputs]: Use lablgtk3. [arguments]: Remove allow-unsafe-strings phase.
| * gnu: irrlicht: Update home-page.Efraim Flashner2021-11-18
| | | | | | | | * gnu/packages/games.scm (irrlicht)[home-page]: Update to new home-page.
* | gnu: jumpnbump: Remove trailing #T.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/games.scm (jumpnbump)[arguments]: Remove trailing #T from build phase 'fix-sdl-path.
* | gnu: jumpnbump: Add -fcommon to CFLAGS.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/games.scm (jumpnbump)[arguments]: Replace 'configure phase to add -fcommon to CFLAGS.
* | gnu: megaglest: Pass -fcommon to compiler.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/games.scm (megaglest)[arguments]: Add -fcommon to CFLAGS and CXXFLAGS.
* | gnu: irrlicht: Fix build.Vivien Kraus2021-11-18
| | | | | | | | | | | | | | * gnu/packages/games.scm (irrlicht) [phase remove-<sys/systctl.h>]: <sys/sysctl.h> has been removed from glibc, and it is not used, so remove it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: stockfish: Update to 14.1.Michael Rohleder2021-11-15
| | | | | | | | | | | | * gnu/packages/games.scm (stockfish): Update to 14.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: sdlpop: Fix executable location.phodina2021-11-09
| | | | | | | | | | | | * gnu/packages/games.scm (sdlpop)[arguments]: Substitute location of executable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: packages: Remove last year's deprecations.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (guile3.0-shepherd): Remove variable. * gnu/packages/benchmark.scm (imb-openmpi): Likewise. * gnu/packages/boost.scm (boost-with-python3): Likewise. * gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly. * gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise. * gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly. * gnu/packages/cups.scm (escpr): Likewise. * gnu/packages/django.scm (python-django-jsonfield): Likewise. * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme) (emacs-modus-vivendi-theme): Likewise. * gnu/packages/engineering.scm (kicad-i18l): Likewise. * gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise. * gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u): Likewise. * gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic): Likewise. * gnu/packages/game-development.scm (guile3.0-chickadee) (python-sge-pygame): Likewise. * gnu/packages/games.scm (retux)[inputs]: Adjust accordingly. * gnu/packages/gnome-xyz.scm (numix-theme): Likewise. * gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise. * gnu/packages/gstreamer.scm (gst-transcoder): Likewise. * gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg): Likewise. * gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark) (guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi) (guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics) (guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren) (guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted) (guile3.0-pfds, guile3.0-picture-language, guile3.0-semver) (guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight) (guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise. * gnu/packages/guile.scm (define-deprecated-guile3.0-package) (guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3) (guile3.0-bytestructures, guile3.0-git): Likewise. * gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise. * gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise. * gnu/packages/mail.scm (guile3.0-mailutils): Likewise. * gnu/packages/monitoring.scm (python2-graphite-web): Likewise. * gnu/packages/package-management.scm (guile3.0-guix): Likewise. * gnu/packages/package-management.scm (python-conda): Likewise. * gnu/packages/phabricator.scm (libphutil): Likewise. * gnu/packages/plotutils.scm (guile3.0-charting): Likewise. * gnu/packages/python-xyz.scm (python2-smmap2, python-glances) (python-smmap2): Likewise. * gnu/packages/shells.scm (oil-shell): Likewise. * gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise. * gnu/packages/ssh.scm (guile3.0-ssh): Likewise. * gnu/packages/terminals.scm (et): Likewise. * gnu/packages/tls.scm (guile3.0-gnutls): Likewise. * gnu/packages/vlang.scm (v): Likewise. * gnu/packages/vpn.scm (wireguard): Likewise. * gnu/packages/web-browsers.scm (next, sbcl-next): Likewise. * gnu/packages/xorg.scm (transset-df): Likewise.
* | gnu: gnome-2048: Fix build.Vivien Kraus2021-11-15
| | | | | | | | | | | | * gnu/packages/games.scm (gnome-2048)[arguments]: Use meson 0.59. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\|
| * gnu: fheroes2: Update to 0.9.9.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | * gnu/packages/games.scm (fheroes2): Update to 0.9.9.
| * gnu: 0ad: Update to 0.0.25b-alpha.Brendan Tildesley2021-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (0ad-data): Update to 0.0.25b-alpha. Unpack .zip files without need for a snippet. (0ad): Update to 0.0.25b-alpha. [arguments]<#:phases>: Properly unbundle cxxtest. Respect #:tests?. Install Freedesktop mimeinfo. Install icon to hicolor theme instead of share/pixmaps, which I don't think is used. <#:tests> Disable tests for now since they don't run. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: openttd: Fix build failure.Felix Gruber2021-11-07
| | | | | | | | | | | | | | * packages/games.scm (openttd)[native-inputs]: Use gcc-9 to fix build failure. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: openttd-openmsx: Update to 0.4.2.Felix Gruber2021-11-07
| | | | | | | | | | | | | | * packages/games.scm (openttd-openmsx): Update to 0.4.2. [native-inputs]: Replace python-2 with python-wrapper. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: openttd-opensfx: Update to 1.0.2.Felix Gruber2021-11-07
| | | | | | | | | | | | | | * packages/games.scm (openttd-opensfx): Update to 1.0.2. [native-inputs]: Replace python-2 with python. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: openttd-opengfx: Update to 7.1.Felix Gruber2021-11-07
| | | | | | | | | | | | | | | | * packages/games.scm (openttd-opengfx): Update to 7.1. [native-inputs]: Replace python-2 with python. [arguments]: Use cc-for-target. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: openttd-engine: Update to 12.0.Felix Gruber2021-11-07
| | | | | | | | | | | | * gnu/packages/games.scm (openttd-engine): Update engine to 12.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: flightgear: Prepare to run test suite.Efraim Flashner2021-11-04
| | | | | | | | | | | | * gnu/packages/games.scm (flightgear)[arguments]: Add phase to build test binary. Add phase to skip some failing tests. Move 'check phase to after 'install-data.
| * gnu: flightgear: Use system cppunit.Efraim Flashner2021-11-04
| | | | | | | | | | | | * gnu/packages/games.scm (flightgear)[source]: Adjust snippet to remove bundled cppunit. [arguments]: Add configure-flag to use system cppunit.
| * gnu: simgear: Remove bundled expat.Efraim Flashner2021-11-04
| | | | | | | | | | | | * gnu/packages/games.scm (simgear)[source]: Add snippet to remove bundled expat. [arguments]: Add configure-flag to use system expat.
| * gnu: flightgear: Build with newer inputs.Efraim Flashner2021-11-04
| | | | | | | | | | | | * gnu/packages/games.scm (flightgear)[inputs]: Replace openscenegraph-3.4 with openscenegraph, boost-for-mysql with boost. (simgear)[inputs]: Same.
| * gnu: simgear: Honor #:tests? flag.Efraim Flashner2021-11-04
| | | | | | | | | | * gnu/packages/games.scm (simgear)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
| * gnu: flightgear: Build with qt-build-system.Efraim Flashner2021-11-04
| | | | | | | | | | | | * gnu/packages/games.scm (flightgear)[build-system]: Switch to qt-build-system. [arguments]: Remove 'wrap-executable phase.
| * gnu: flightgear: Update to 2020.3.11.phodina2021-11-04
| | | | | | | | | | | | | | * gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.11. (flightgear-data): Update uri. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: odamex: Update to 0.9.5.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/games.scm (odamex): Update to 0.9.5.
| * gnu: Add naev.Nicolas Goaziou2021-11-02
| | | | | | | | * gnu/packages/games.scm (naev): New variable.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: wesnoth: Update to 1.16.0.Felix Gruber2021-10-31
| | | | | | | | | | | | * gnu/packages/games.scm (wesnoth): Update to 1.16.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>