summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
AgeCommit message (Collapse)Author
2018-08-15gnu: cataclysm-dda: Allow localization.Nicolas Goaziou
* gnu/packages/games.scm (cataclysm-dda): Allow localization.
2018-08-13gnu: fortune-mod: Clean up empty directory.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fortune-mod)[arguments]: RMDIR ‘games/’ after emptying it.
2018-08-11gnu: angband: Update to 4.1.3.Tobias Geerinckx-Rice
* gnu/packages/games.scm (angband): Update to 4.1.3.
2018-08-11gnu: fortune-mod: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fortune-mod)[arguments]: Return #t rather than undefined from phases.
2018-08-11gnu: fortune-mod: Update to 2.6.1.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fortune-mod): Update to 2.6.1.
2018-08-11gnu: fortune-mod: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fortune-mod)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2018-08-02gnu: minetest: Add console support.Efraim Flashner
* gnu/packages/games.scm (minetest)[inputs]: Add ncurses.
2018-08-02gnu: games.scm: Arrange modules alphabetically.Efraim Flashner
* gnu/packages/games.scm: Arrange imported modules alphabetically.
2018-08-02gnu: minetest: Use more system libraries.Efraim Flashner
* gnu/packages/games.scm (minetest)[source]: Remove bundled libraries in a snippet. [arguments]: Add flag to use system jsoncpp. [inputs]: Add gmp, jsoncpp. Arrange alphabetically.
2018-08-02gnu: irrlicht: Don't use bundled libraries.Efraim Flashner
* gnu/packages/patches/irrlicht-use-system-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/games.scm (irrlicht)[source]: Add patch. Remove bundled code and binaries in a snippet. [native-inputs]: Remove unzip. [inputs]: Remove glu, add bzip2, libjpeg, libpng, libx11, libxx86vm. [arguments]: Remove custom 'unpack phase, add custom 'chdir-to-source phase and adjust 'fix-build-env phase to changes.
2018-08-02gnu: minetest: Don't use unstable tarball.Efraim Flashner
* gnu/packages/games.scm (minetest)[source]: Download from git repository.
2018-08-02gnu: minetest-data: Don't use autogenerated tarball.Efraim Flashner
* gnu/packages/games.scm (minetest-data)[source]: Download from git repository. [native-inputs]: Remove gzip, tar. [arguments]: Adjust custom build accordingly.
2018-07-30gnu: minetest: Update to 0.4.17.1.Kei Kebreau
* gnu/packages/games.scm (minetest): Update to 0.4.17.1.
2018-07-30gnu: retux: Return #t from all phases.Kei Kebreau
* gnu/packages/games.scm (retux)[arguments]: Return #t from the 'install' phase.
2018-07-30gnu: gnubg: Update to 1.06.001.Kei Kebreau
* gnu/packages/games.scm (gnubg): Update to 1.06.001.
2018-07-30gnu: golly: Update to 3.2.Kei Kebreau
* gnu/packages/games.scm (golly): Update to 3.2.
2018-07-30gnu: warzone2100: Update to 3.2.3.Kei Kebreau
* gnu/packages/games.scm (warzone2100): Update to 3.2.3. [arguments]: Add "--with-distributor=Guix" to #:configure-flags. Remove 'remove-reference-to-missing-file' and 'patch-for-qt5.8' phases. Add 'fix-ivis-linktest' phase. [native-inputs]: Add gettext-minimal. [inputs]: Add harfbuzz and remove quesoglc.
2018-07-29gnu: Add chroma.Christopher Lemmer Webber
* gnu/packages/games.scm (chroma): New variable.
2018-07-26gnu: freeciv: Update to 2.6.0.Kei Kebreau
* gnu/packages/games.scm (freeciv): Update to 2.6.0.
2018-07-23gnu: wesnoth: Update to 1.14.4 [fixes CVE-2018-1999023].Leo Famulari
* gnu/packages/games.scm (wesnoth): Update to 1.14.4.
2018-07-22gnu: hyperrogue: Update to 10.4j.Kei Kebreau
* gnu/packages/games.scm (hyperrogue): Update to 10.4j. [arguments]: Modify 'configure' phase and substitute invoke for system*.
2018-07-21gnu: minetest: Update to 0.4.17.Kei Kebreau
* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.17.
2018-07-18gnu: nethack: Make builds bit-reproducible.Ludovic Courtès
* gnu/packages/games.scm (nethack)[arguments]: In 'patch-paths' phase, define REPRODUCIBLE_BUILD in config.h and set SOURCE_DATE_EPOCH.
2018-07-18gnu: Add nethack.Anonymous
* gnu/packages/games.scm (nethack): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-17gnu: angband: Update to 4.1.2.Efraim Flashner
* gnu/packages/games.scm (angband): Update to 4.1.2. [source]: Parameterize source uri. [arguments]: Use custom 'autogen.sh phase to replace 'bootstrap phase.
2018-07-03gnu: vkquake: Add vulkan-headers.Rutger Helling
* gnu/packages/games.scm (vkquake)[inputs]: Add vulkan-headers.
2018-07-03gnu: openrct2: Update to 0.2.0.Rutger Helling
* gnu/packages/games.scm (openrct2): Update to 0.2.0. [configure-flags]: Add -DDOWNLOAD_OBJECTS=OFF configure flag. [arguments]: Add 'fixgcc7, 'get-rid-of-errors phases. [native-inputs]: Add gcc@7.
2018-07-02gnu: Add freedink-dfarc.Kei Kebreau
* gnu/packages/games.scm (freedink-dfarc): New variable.
2018-07-02gnu: bambam: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/games.scm (bambam)[source]: Use GIT-FETCH.
2018-07-02gnu: bambam: Update to 0.6.Tobias Geerinckx-Rice
* gnu/packages/games.scm (bambam): Update to 0.6.
2018-07-02gnu: teeworlds: Add missing dependency.Tim Gesthuizen
* gnu/packages/games.scm (teeworlds)[native-inputs]: Add pkg-config. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-07-02gnu: cdogs-sdl: Update to 0.6.7.Tobias Geerinckx-Rice
* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.7. [source]: Use version tag.
2018-06-29gnu: cataclysm-dda: Update snapshot.Kei Kebreau
* gnu/packages/games.scm (cataclysm-dda): Update snapshot to ad3b0c3d5. [source]: Use git-fetch and remove snippet. [arguments]: Remove 'configure' phase. Use 'invoke' in 'build-tiles' and 'install-tiles' phases.
2018-06-23gnu: tome4: Update to 1.5.10.Oleg Pykhalov
* gnu/packages/games.scm (tome4): Update to 1.5.10.
2018-06-23gnu: tome4: Use invoke.Oleg Pykhalov
* gnu/packages/games.scm (tome4)[arguments]: Use invoke.
2018-06-20gnu: meandmyshadow: Update to 0.4.1.Tobias Geerinckx-Rice
* gnu/packages/games.scm (meandmyshadow): Update to 0.4.1.
2018-06-20gnu: meandmyshadow: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/games.scm (meandmyshadow)[arguments]: Return #t rather than undefined from phases.
2018-06-20gnu: extremetuxracer: Fix typo in synopsis.Tobias Geerinckx-Rice
* gnu/packages/games.scm (extremetuxracer)[synopis]: Hyphenate.
2018-06-20gnu: extremetuxracer: Update to 0.7.5.Tobias Geerinckx-Rice
* gnu/packages/games.scm (extremetuxracer): Update to 0.7.5.
2018-06-20gnu: quakespasm: Update to 0.93.1.Tobias Geerinckx-Rice
* gnu/packages/games.scm (quakespasm): Update to 0.93.1.
2018-06-20gnu: fizmo: Update home page.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fizmo)[source, home-page]: Update URIs.
2018-06-20gnu: fizmo: Update to 0.8.5.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fizmo): Update to 0.8.5. [arguments]: Adjust #:configure-flags to improved library detection.
2018-06-20gnu: pioneers: Update to 15.5.Tobias Geerinckx-Rice
* gnu/packages/games.scm (pioneers): Update to 15.5. [native-inputs]: Add itstool and libxml2.
2018-06-20gnu: mrrescue: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/games.scm (mrrescue)[description]: Hyphenate.
2018-06-19gnu: mrrescue: Work on Löve 11.Tobias Geerinckx-Rice
* gnu/packages/games.scm (mrrescue)[arguments]: Extract & patch the game data, and point ‘love’ to this modified copy. Minor cosmetic tweaks. [native-inputs]: Add unzip, patch, and the love-11.patch which is... * gnu/packages/patches/mrrescue-support-love-11.patch: ...a new file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-06-19Revert "gnu: Remove Mr. Rescue."Tobias Geerinckx-Rice
This reverts commit 33f61dc1b5e14f8a2e3dfb3fb48102bda0fd6b13. The game can be patched to run on Löve 11 (done in a separate commit for clarity).
2018-06-17gnu: Remove Mr. Rescue.宋文武
It's not compatible with love-11.1. * gnu/packages/game.scm (mrrescue): Remove variable.
2018-06-16gnu: wesnoth: Update to 1.14.3.宋文武
* gnu/packages/games.scm (wesnoth): Update to 1.14.3.
2018-06-14gnu: openrct2: Downgrade to 0.1.1.Rutger Helling
* gnu/packages/games.scm (openrct2): Downgrade to 0.1.1 due to audio not working on 0.1.2+. Needs fixing before upgrade. [arguments]: Add "-DDOWNLOAD_TITLE_SEQUENCES=OFF" configure-flag. Remove 'fixgcc7 and 'get-rid-of-errors phases. [native-inputs]: Remove gcc@7.
2018-06-13gnu: openrct2: Update to 0.2.0.Rutger Helling
* gnu/packages/games.scm (openrct2-title-sequences): New variable. * gnu/packages/games.scm (openrct2-objects): New variable. * gnu/packages/games.scm (openrct2): Update to 0.2.0. [arguments]: Add phases 'fix-usr-share-path&add-data, 'fix-gcc7 and 'get-rid-of-errors. [inputs]: Add icu4c, openrct2-objects, openrct2-title-sequences. [native-inputs]: Add gcc@7.