summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add Pioneer.•••* gnu/packages/games.scm (pioneer): New variable. Eric Bavier2017-12-271-1/+56
* gnu: retroarch: Update to 1.7.0.•••* gnu/packages/games.scm (retroarch): Update to 1.7.0. Rutger Helling2017-12-261-2/+2
* gnu: games: Add the-butterfly-effect.•••* gnu/packages/games.scm (the-butterfly-effect): New variable. Nicolas Goaziou2017-12-241-0/+54
* gnu: Add yamagi-quake2.•••* gnu/packages/games.scm (yamagi-quake2): New variable. nee2017-12-231-0/+60
* gnu: open-adventure: Fix comment about linenoise.•••* gnu/packages/games.scm (open-adventure): Fix comment. ng02017-12-231-4/+3
* gnu: Add meandmyshadow.•••* gnu/packages/games.scm (meandmyshadow): New variable. Ricardo Wurmus2017-12-221-0/+50
* gnu: xboing: Fix CVE-2004-0149.•••* gnu/packages/patches/xboing-CVE-2004-0149: New file. * gnu/packages/games.scm (xboing)[source]: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2017-12-211-1/+2
* gnu: Add quakespasm.•••* gnu/packages/games.scm (quakespasm): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> nee2017-12-191-0/+44
* gnu: emulation-station: Add missing file-name field.•••* gnu/packages/games.scm (emulation-station)[source]: Add missing file-name field. Efraim Flashner2017-12-191-0/+1
* gnu: Add knights.•••* gnu/packages/games.scm (knights): New variable. Ricardo Wurmus2017-12-161-0/+41
* gnu: openrct2: Always install libraries to /lib.•••* 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> Rutger Helling2017-12-081-0/+3
* gnu: pingus: Use scons-build-system.•••* gnu/packages/games.scm (pingus): Switch to scons-build-system. Arun Isaac2017-11-301-8/+4
* gnu: Add roguebox-adventures.•••* gnu/packages/games.scm (roguebox-adventures): New variable. Kei Kebreau2017-11-281-0/+86
* gnu: crawl: Update to 0.20.1.•••* 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> nee2017-11-261-3/+3
* gnu: supertuxkart: Update to 0.9.3.•••* 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> Rutger Helling2017-11-231-3/+4
* gnu: higan: Update to 106.•••* 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> Rutger Helling2017-11-231-2/+2
* gnu: retroarch: Update to 1.6.9.•••* gnu/packages/games.scm (retroarch): Update to 1.6.9. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Rutger Helling2017-11-211-2/+2
* gnu: retroarch: Update to 1.6.8.•••* gnu/packages/games.scm (retroarch): Update to 1.6.8. Signed-off-by: Leo Famulari <leo@famulari.name> Rutger Helling2017-11-211-2/+2
* gnu: cdogs-sdl: Update to 0.6.6.•••* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.6. Signed-off-by: Leo Famulari <leo@famulari.name> Rutger Helling2017-11-211-2/+2
* gnu: retroarch: Enable Wayland support.•••* gnu/packages/games.scm (retroarch)[inputs]: Add wayland. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Rutger Helling2017-11-051-0/+2
* gnu: openrct2: Fix a few paths.•••* gnu/packages/games.scm (openrct2): Fix a few paths. Rutger Helling2017-10-261-0/+6
* gnu: cowsay: Run tests after install.•••* gnu/packages/games.scm (cowsay)[arguments]: Delete 'check phase, add custom 'check phase after install. Efraim Flashner2017-10-231-1/+2
* gnu: cowsay: Swap ‘build’ and ‘install’ phases.•••* gnu/packages/games.scm (cowsay)[arguments]: Invoke ‘install.sh’ during the ‘install’ phase. Delete the ‘build’ phase, as there's nothing to be built. Tobias Geerinckx-Rice2017-10-201-3/+3
* gnu: cowsay: Update to 3.04.•••* 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. Tobias Geerinckx-Rice2017-10-201-8/+8
* gnu: games: Add openrct2.•••* gnu/packages/games.scm (openrct2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rutger Helling2017-10-141-0/+51
* gnu: games: Remove unneeded import.•••Fixes a regression introduced in 42abb842f64f5dd7834cabd445a5f4d01f1e68a4. * gnu/packages/games.scm: Remove unneeded (guix build utils) import, which led to a name clash on 'which'. Ludovic Courtès2017-10-101-1/+0
* gnu: red-eclipse: Add store "data" package path as default.•••* 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> Adonay Felipe Nogueira2017-10-101-42/+68
* gnu: no-more-secrets: Update to 0.3.3.•••* gnu/packages/games.scm (no-more-secrets): Update to 0.3.3. Tobias Geerinckx-Rice2017-10-091-2/+2
* gnu: mgba: Update to 0.6.1.•••* gnu/packages/games.scm (mgba): Update to 0.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rutger Helling2017-10-031-2/+2
* gnu: openttd-opengfx: Disable parallel build.•••* gnu/packages/games.scm (openttd-opengfx)[arguments]: Set #:parallel-build? to #f. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Arun Isaac2017-09-221-1/+2
* gnu: openttd: Include openttd-openmsx and openttd-opensfx.•••* 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> Arun Isaac2017-09-221-27/+30
* gnu: Add openttd-openmsx.•••* gnu/packages/games.scm (openttd-openmsx): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Arun Isaac2017-09-221-0/+38
* gnu: Add openttd-opensfx.•••* gnu/packages/games.scm (openttd-opensfx): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Arun Isaac2017-09-221-0/+38
* gnu: retux: Update to 1.3.5.•••* gnu/packages/games.scm (retux): Update to 1.3.5. Kei Kebreau2017-08-311-2/+2
* gnu: hyperrogue: Update to 10.0g.•••* gnu/packages/games.scm (hyperrogue): Update to 10.0g. Kei Kebreau2017-08-301-3/+3
* Update e-mail for Kei Kebreau.•••* .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. Kei Kebreau2017-08-291-1/+1
* gnu: higan: Update to 104.•••* gnu/packages/games.scm (higan): Update to 104. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Rutger Helling2017-08-231-2/+2
* gnu: retroarch: Update to 1.6.7.•••* gnu/packages/games.scm (retroarch): Update to 1.6.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Rutger Helling2017-08-231-3/+3
* gnu: Add mgba.•••* gnu/packages/games.scm (mgba): New public variable. Nicolas Goaziou2017-08-171-0/+59
* gnu: Add ltris.•••* gnu/packages/games.scm (ltris): New variable. Kei Kebreau2017-08-161-0/+41
* gnu: Update open-adventure to d43854f0f6bb8e9eea7fbce80348150e7e7fc34d.•••* gnu/packages/games.scm (open-adventure): Update to d43854f0f6bb8e9eea7fbce80348150e7e7fc34d. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-08-131-9/+22
* gnu: 0ad: Update to 0.0.22-alpha.•••* gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.22-alpha. Christopher Baines2017-08-081-4/+4
* gnu: freedoom: Update to 0.11.3.•••* gnu/packages/games.scm (freedoom): Update to 0.11.3. [arguments]: Remove unnecessary "no" phase. Kei Kebreau2017-08-061-3/+2
* gnu: hyperrogue: Update to 10.0e.•••* gnu/packages/games.scm (hyperrogue): Update to 10.0e. [arguments]: Adjust accordingly. Kei Kebreau2017-08-011-4/+4
* gnu: retroarch: Update to 1.6.3.•••* gnu/packages/games.scm (retroarch): Update to 1.6.3. 宋文武2017-07-301-3/+3
* gnu: tome4: Clean up snippet.•••* 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> Oleg Pykhalov2017-07-291-6/+4
* gnu: Add tome4.•••* gnu/packages/games.scm (tome4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Oleg Pykhalov2017-07-281-0/+120
* gnu: Add cowsay.•••* gnu/packages/games.scm (cowsay): New variable. Ricardo Wurmus2017-07-271-0/+38
* gnu: chess: Update to 6.2.5.•••* gnu/packages/games.scm (chess): Update to 6.2.5. Marius Bakke2017-07-251-2/+2
* gnu: supertuxkart: Fix build on aarch64.•••* 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. Efraim Flashner2017-07-171-0/+1