summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
AgeCommit message (Expand)Author
2018-03-01gnu: golly: Fix source url....* gnu/packages/games.scm (golly): Fix source url. Christopher Lemmer Webber
2018-02-22gnu: Adjust and remove copyright lines for moved packages....* gnu/packages/games.scm: Adjust and remove copyright lines for packages that got moved to emulators.scm Rutger Helling
2018-02-22gnu: Remove copyright line for moved package....* gnu/packages/games.scm: Remove copyright line for package that got moved to emulators.scm Rutger Helling
2018-02-22gnu: Move emulation packages from games to emulators....* gnu/packages/games.scm (desmume) (dosbox) (emulation-station) (higan) (mgba) (mupen64plus-audio-sdl) (mupen64plus-core) (mupen64plus-input-sdl) (mupen64plus-rsp-hle) (mupen64plus-rsp-z64) (mupen64plus-ui-console) (mupen64plus-video-arachnoid) (mupen64plus-video-glide64) (mupen64plus-video-glide64mk2) (mupen64plus-video-rice) (mupen64plus-video-z64) (nestopia-ue) (retroarch): Move to... * gnu/packages/emulators.scm: ... here. Rutger Helling
2018-02-19gnu: retroarch: Update to 1.7.1....* gnu/packages/games.scm (retroarch): Update to 1.7.1. Rutger Helling
2018-02-19gnu: Add gzdoom....* gnu/packages/games.scm (gzdoom): New variable. * gnu/packages/patches/gzdoom-search-in-installed-share.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> okapi
2018-02-18Merge branch 'master' into core-updatesRicardo Wurmus
2018-02-16gnu: Add colobot....* gnu/packages/games.scm (colobot): New variable. Nicolas Goaziou
2018-02-16Merge branch 'master' into core-updatesMark H Weaver
2018-02-16gnu: Use HTTPS for supported nongnu.org home pages....* gnu/packages/acl.scm (acl)[home-page]: Use HTTPS. * gnu/packages/admin.scm (dmidecode)[home-page]: Likewise. * gnu/packages/attr.scm (attr)[home-page]: Likewise. * gnu/packages/audio.scm (lash)[home-page]: Likewise. * gnu/packages/avr.scm (avr-libc)[home-page]: Likewise. * gnu/packages/backup.scm (rdiff-backup, libchop)[home-page]: Likewise. * gnu/packages/compression.scm (fastjar, lzip, lziprecover, atool) (lunzip, clzip, lzlib, plzip)[home-page]: Likewise. * gnu/packages/emacs.scm (geiser, bbdb, m17n-lib, m17n-lib)[home-page]: Likewise. * gnu/packages/flashing-tools.scm (avrdude)[home-page]: Likewise. * gnu/packages/fontutils.scm (libotf)[home-page]: Likewise. * gnu/packages/game-development.scm (gzochi)[home-page]: Likewise. * gnu/packages/games.scm (enigma)[home-page]: Likewise. * gnu/packages/gsasl.scm (libntlm)[home-page]: Likewise. * gnu/packages/gtk.scm (guile-cairo)[home-page]: Likewise. * gnu/packages/guile.scm (guile-reader, guile-lib, guile-json) (guile-redis, g-wrap)[home-page]: Likewise. * gnu/packages/libunwind.scm (libunwind)[home-page]: Likewise. * gnu/packages/lout.scm (lout)[home-page]: Likewise. * gnu/packages/mpd.scm (sonata)[home-page]: Likewise. * gnu/packages/networking.scm (quagga)[home-page]: Likewise. * gnu/packages/ratpoison.scm (ratpoison)[home-page]: Likewise. * gnu/packages/skribilo.scm (skribilo)[home-page]: Likewise. * gnu/packages/telephony.scm (exosip)[home-page]: Likewise. * gnu/packages/texinfo.scm (texi2html)[home-page]: Likewise. * gnu/packages/xdisorg.scm (xbindkeys)[home-page]: Likewise. Tobias Geerinckx-Rice
2018-02-11Merge branch 'master' into core-updatesMark H Weaver
2018-02-10gnu: knights: Fix build....* gnu/packages/games.scm (knights)[native-inputs]: Add pkg-config. Ricardo Wurmus
2018-02-09gnu: Add wesnoth-server....* gnu/packages/games.scm (wesnoth-server): New variable. Arun Isaac
2018-02-01Merge branch 'master' into core-updatesMarius Bakke
2018-02-01gnu: Add vkquake....* gnu/packages/games.scm (vkquake): New variable. Rutger Helling
2018-01-30gnu: tintin++: Update to 2.01.4....* gnu/packages/games.scm (tintin++): Update to 2.01.4. Kei Kebreau
2018-01-30gnu: red-eclipse: Update to 1.6.0....* gnu/packages/games.scm (red-eclipse): Update to 1.6.0. Kei Kebreau
2018-01-30gnu: mgba: Fix install libdir....* gnu/packages/games.scm (mgba)[arguments]: Force the install libdir to be in the store. Rutger Helling
2018-01-29gnu: Add badass....* gnu/packages/games.scm (badass): New variable. ng0
2018-01-28gnu: Add golly....* gnu/packages/games.scm (golly): New variable. Kei Kebreau
2018-01-26gnu: supertuxkart: Use HTTPS home page....* gnu/packages/games.scm (supertuxkart)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-01-19Merge branch 'master' into core-updatesMark H Weaver
2018-01-16gnu: freedom: add native search-paths....* gnu/packages/games.scm (freedoom) [native-search-paths]: Set DOOMWADDIR and DOOMWADPATH, so source ports and map editors can find the freedoom IWAD. Signed-off-by: Ludovic Courtès <ludo@gnu.org> nee
2018-01-11Merge branch 'master' into core-updatesLeo Famulari
2018-01-06gnu: crawl, craw-titles: Update to 0.21.0....* gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.21.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> nee
2018-01-03Merge branch 'master' into core-updatesLeo Famulari
2017-12-31gnu: packages: 0ad: Tweak the build options....Use the -C make option, rather than changing directory before the build phase. Add config=release to the make flags as this might improve performance, and verbose=1 as this might make the build process clearer. Also remove --minimal-flags, as I don't quite understand what this does, but using it seems to remove lots of flags that would be used by default. * gnu/packages/games.scm (0ad)[arguments]: Add #:make-flags, remove the --minimal-flags argument from the configure phase, remove the 'chdir phase, and change the chdir argument in the install phase. Christopher Baines
2017-12-31Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-12-27gnu: Add Pioneer....* gnu/packages/games.scm (pioneer): New variable. Eric Bavier
2017-12-26gnu: retroarch: Update to 1.7.0....* gnu/packages/games.scm (retroarch): Update to 1.7.0. Rutger Helling
2017-12-24gnu: games: Add the-butterfly-effect....* gnu/packages/games.scm (the-butterfly-effect): New variable. Nicolas Goaziou
2017-12-23gnu: Add yamagi-quake2....* gnu/packages/games.scm (yamagi-quake2): New variable. nee
2017-12-23gnu: open-adventure: Fix comment about linenoise....* gnu/packages/games.scm (open-adventure): Fix comment. ng0
2017-12-22gnu: Add meandmyshadow....* gnu/packages/games.scm (meandmyshadow): New variable. Ricardo Wurmus
2017-12-21Merge branch 'master' into core-updatesLeo Famulari
2017-12-21gnu: 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 Flashner
2017-12-19gnu: Remove redundant cmake libdir configure flags....* gnu/packages/bioinformatics.scm (imp)[arguments]: Remove CMAKE_INSTALL_LIBDIR flag. * gnu/packages/calendar.scm (libical): Same. * gnu/packages/engineering.scm (kicad): Same. * gnu/packages/games.scm (openrct2, mgba): Same. * gnu/packages/gl.scm (virtualgl): Same. * gnu/packages/image-processing.scm (mia): Same. * gnu/packages/linux.scm (rdma-core): Same. * gnu/packages/machine-learning.scm (dlib): Same. * gnu/packages/maths.scm (lapack, superlu, z3): Same. * gnu/packages/password-utils.scm (keepassxc): Same. * gnu/packages/photo.scm (darktable): Same. * gnu/packages/rdesktop.scm (freerdp): Same. Efraim Flashner
2017-12-19gnu: Add quakespasm....* gnu/packages/games.scm (quakespasm): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> nee
2017-12-19gnu: emulation-station: Add missing file-name field....* gnu/packages/games.scm (emulation-station)[source]: Add missing file-name field. Efraim Flashner
2017-12-19Merge branch 'master' into core-updatesMarius Bakke
2017-12-18gnu: retroarch: Enable Vulkan support....* 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> Rutger Helling
2017-12-16gnu: Add knights....* gnu/packages/games.scm (knights): New variable. Ricardo Wurmus
2017-12-08gnu: 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 Helling
2017-11-30gnu: pingus: Use scons-build-system....* gnu/packages/games.scm (pingus): Switch to scons-build-system. Arun Isaac
2017-11-28gnu: Add roguebox-adventures....* gnu/packages/games.scm (roguebox-adventures): New variable. Kei Kebreau
2017-11-26gnu: 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> nee
2017-11-23gnu: 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 Helling
2017-11-23gnu: 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 Helling
2017-11-21gnu: 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 Helling
2017-11-21gnu: 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 Helling