summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Collapse)AuthorAge
...
| * gnu: openrct2: Always install libraries to /lib.Rutger Helling2017-12-08
| | | | | | | | | | | | | | * gnu/packages/games.scm (openrct2)[arguments]: Add #:configure-flags argument to force installing libraries to /lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: retroarch: Enable Vulkan support.Rutger Helling2017-12-18
|/ | | | | | | | * gnu/packages/games.scm (retroarch)[arguments]: Hard-code the path to libvulkan.so. [inputs]: Add vulkan-icd-loader. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: pingus: Use scons-build-system.Arun Isaac2017-11-30
| | | | * gnu/packages/games.scm (pingus): Switch to scons-build-system.
* gnu: Add roguebox-adventures.Kei Kebreau2017-11-28
| | | | * gnu/packages/games.scm (roguebox-adventures): New variable.
* gnu: crawl: Update to 0.20.1.nee2017-11-26
| | | | | | | | * gnu/packages/games.scm (crawl): Update to 0.20.1. (crawl-tiles): Update to 0.20.1. [native-inputs]: Add pngcrush. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: supertuxkart: Update to 0.9.3.Rutger Helling2017-11-23
| | | | | | | | | * gnu/packages/games.scm (supertuxkart): Update to 0.9.3. [arguments] <#:configure-flags>: Pass -DBUILD_RECORDER=0. * gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: higan: Update to 106.Rutger Helling2017-11-23
| | | | | | | * gnu/packages/games.scm (higan): Update to 106. * gnu/packages/patches/higan-remove-march-native-flag.patch: Adjust. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: retroarch: Update to 1.6.9.Rutger Helling2017-11-21
| | | | | | * gnu/packages/games.scm (retroarch): Update to 1.6.9. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: retroarch: Update to 1.6.8.Rutger Helling2017-11-21
| | | | | | * gnu/packages/games.scm (retroarch): Update to 1.6.8. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: cdogs-sdl: Update to 0.6.6.Rutger Helling2017-11-21
| | | | | | * gnu/packages/games.scm (cdogs-sdl): Update to 0.6.6. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: retroarch: Enable Wayland support.Rutger Helling2017-11-05
| | | | | | * gnu/packages/games.scm (retroarch)[inputs]: Add wayland. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: openrct2: Fix a few paths.Rutger Helling2017-10-26
| | | | * gnu/packages/games.scm (openrct2): Fix a few paths.
* gnu: cowsay: Run tests after install.Efraim Flashner2017-10-23
| | | | | * gnu/packages/games.scm (cowsay)[arguments]: Delete 'check phase, add custom 'check phase after install.
* gnu: cowsay: Swap ‘build’ and ‘install’ phases.Tobias Geerinckx-Rice2017-10-20
| | | | | * gnu/packages/games.scm (cowsay)[arguments]: Invoke ‘install.sh’ during the ‘install’ phase. Delete the ‘build’ phase, as there's nothing to be built.
* gnu: cowsay: Update to 3.04.Tobias Geerinckx-Rice2017-10-20
| | | | | | | * gnu/packages/games.scm (cowsay): Update to 3.04. [source]: Download from new location. [home-page]: Point directly to the relevant page. [description]: Correct mark-up and expand slightly.
* gnu: games: Add openrct2.Rutger Helling2017-10-14
| | | | | | * gnu/packages/games.scm (openrct2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: games: Remove unneeded import.Ludovic Courtès2017-10-10
| | | | | | | | Fixes a regression introduced in 42abb842f64f5dd7834cabd445a5f4d01f1e68a4. * gnu/packages/games.scm: Remove unneeded (guix build utils) import, which led to a name clash on 'which'.
* gnu: red-eclipse: Add store "data" package path as default.Adonay Felipe Nogueira2017-10-10
| | | | | | | | | * gnu/packages/games.scm (red-eclipse): Remove extra spaces. Make version respect documentation. [arguments]: Add "prefix" to make-flags. Add "add-store-data-package-path-as-default" phase. Improve "copy-data" phase. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: no-more-secrets: Update to 0.3.3.Tobias Geerinckx-Rice2017-10-09
| | | | * gnu/packages/games.scm (no-more-secrets): Update to 0.3.3.
* gnu: mgba: Update to 0.6.1.Rutger Helling2017-10-03
| | | | | | * gnu/packages/games.scm (mgba): Update to 0.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openttd-opengfx: Disable parallel build.Arun Isaac2017-09-22
| | | | | | | * gnu/packages/games.scm (openttd-opengfx)[arguments]: Set #:parallel-build? to #f. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: openttd: Include openttd-openmsx and openttd-opensfx.Arun Isaac2017-09-22
| | | | | | | | | | | | | | * gnu/packages/games.scm (openttd-opengfx)[arguments]: Change installation directory from /share/openttd/baseset/opengfx to /share/games/openttd/baseset/opengfx. (openttd-engine)[arguments]: Support #:configure-flags keyword argument in 'configure' phase. (openttd)[inputs]: Add timidity++. [native-inputs]: Add openttd-openmsx and openttd-opensfx. [arguments]: Configure with timidity as MIDI player. Install data from openttd-openmsx and openttd-opensfx. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: Add openttd-openmsx.Arun Isaac2017-09-22
| | | | | | * gnu/packages/games.scm (openttd-openmsx): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: Add openttd-opensfx.Arun Isaac2017-09-22
| | | | | | * gnu/packages/games.scm (openttd-opensfx): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: retux: Update to 1.3.5.Kei Kebreau2017-08-31
| | | | * gnu/packages/games.scm (retux): Update to 1.3.5.
* gnu: hyperrogue: Update to 10.0g.Kei Kebreau2017-08-30
| | | | * gnu/packages/games.scm (hyperrogue): Update to 10.0g.
* Update e-mail for Kei Kebreau.Kei Kebreau2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .mailmap: Map kei@openmailbox.org to current address. * gnu/local.mk: Replace kei@openmailbox.org to current address. * gnu/packages/backup.scm: Likewise. * gnu/packages/calendar.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/documentation.scm: Likewise. * gnu/packages/emacs.scm: Likewise. * gnu/packages/fltk.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/game-development.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/gnustep.scm: Likewise. * gnu/packages/gtk.scm: Likewise. * gnu/packages/hexedit.scm: Likewise. * gnu/packages/image.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/xfce.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/tcl.scm: Likewise. * gnu/packages/textutils.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/w3m.scm: Likewise. * gnu/packages/web.scm: Likewise. * gnu/packages/web-browsers.scm: Likewise. * gnu/packages/patches/wmfire-update-for-new-gdk-versions.patch: Likewise.
* gnu: higan: Update to 104.Rutger Helling2017-08-23
| | | | | | * gnu/packages/games.scm (higan): Update to 104. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: retroarch: Update to 1.6.7.Rutger Helling2017-08-23
| | | | | | * gnu/packages/games.scm (retroarch): Update to 1.6.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add mgba.Nicolas Goaziou2017-08-17
| | | | * gnu/packages/games.scm (mgba): New public variable.
* gnu: Add ltris.Kei Kebreau2017-08-16
| | | | * gnu/packages/games.scm (ltris): New variable.
* gnu: Update open-adventure to d43854f0f6bb8e9eea7fbce80348150e7e7fc34d.ng02017-08-13
| | | | | | | * gnu/packages/games.scm (open-adventure): Update to d43854f0f6bb8e9eea7fbce80348150e7e7fc34d. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: 0ad: Update to 0.0.22-alpha.Christopher Baines2017-08-08
| | | | * gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.22-alpha.
* gnu: freedoom: Update to 0.11.3.Kei Kebreau2017-08-06
| | | | | * gnu/packages/games.scm (freedoom): Update to 0.11.3. [arguments]: Remove unnecessary "no" phase.
* gnu: hyperrogue: Update to 10.0e.Kei Kebreau2017-08-01
| | | | | * gnu/packages/games.scm (hyperrogue): Update to 10.0e. [arguments]: Adjust accordingly.
* gnu: retroarch: Update to 1.6.3.宋文武2017-07-30
| | | | * gnu/packages/games.scm (retroarch): Update to 1.6.3.
* gnu: tome4: Clean up snippet.Oleg Pykhalov2017-07-29
| | | | | | | * gnu/packages/games.scm (tome4)[source](snippet): Use a single 'substitute*' call instead of 'for-each'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add tome4.Oleg Pykhalov2017-07-28
| | | | | | * gnu/packages/games.scm (tome4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cowsay.Ricardo Wurmus2017-07-27
| | | | * gnu/packages/games.scm (cowsay): New variable.
* gnu: chess: Update to 6.2.5.Marius Bakke2017-07-25
| | | | * gnu/packages/games.scm (chess): Update to 6.2.5.
* gnu: supertuxkart: Fix build on aarch64.Efraim Flashner2017-07-17
| | | | | | * gnu/packages/games.scm (supertuxkart)[source]: Add patch. * gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: hyperrogue: Update to 9.4n.Kei Kebreau2017-07-12
| | | | * gnu/packages/games.scm (hyperrogue): Update to 9.4n.
* gnu: cdogs-sdl: Update to 0.6.5.Tobias Geerinckx-Rice2017-07-04
| | | | | | * gnu/packages/games.scm (cdogs-sdl): Update to 0.6.5. [inputs]: Add mesa. [home-page]: Use HTTPS.
* gnu: retroarch: Update to 1.6.1.Tobias Geerinckx-Rice2017-06-25
| | | | | * gnu/packages/games.scm (retroarch): Update to 1.6.1. [home-page]: Use HTTPS.
* gnu: Add armagetronad.Roel Janssen2017-06-24
| | | | * gnu/packages/games.scm (armagetronad): New variable.
* gnu: higan: Update to 103.Rutger Helling2017-06-23
| | | | | | * gnu/packages/games.scm (higan): Update to 103. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add retux.Kei Kebreau2017-06-22
| | | | * gnu/packages/games.scm (retux): New variable.
* gnu: higan: Update to 102.Rutger Helling2017-06-22
| | | | | | * gnu/packages/games.scm (higan): Update to 102. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openttd: Add 'install-data' phase.Kei Kebreau2017-06-20
| | | | | * gnu/packages/games.scm (openttd)[arguments]: Add it. [native-inputs]: Add openttd-opengfx.
* gnu: Add openttd-opengfx.Kei Kebreau2017-06-20
| | | | * gnu/packages/games.scm (openttd-opengfx): New variable.