summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Collapse)AuthorAge
* gnu: tome4: Fix build.Oleg Pykhalov2019-03-17
| | | | * gnu/packages/games.scm (tome4)[source]: Patch 'src/tgl.h' in snippet.
* gnu: Add missing copyright.Pierre Neidhardt2019-03-16
| | | | * gnu/packages/games.scm: Do it.
* gnu: Add arx-libertatis.Pierre Neidhardt2019-03-16
| | | | * gnu/packages/games.scm (arx-libertatis): New variable.
* gnu: openrct2: Update to 0.2.2.Tobias Geerinckx-Rice2019-03-15
| | | | | * gnu/packages/games.scm (openrct2): Update to 0.2.2. [arguments]: Re-indent.
* gnu: openrct2-objects: Update to 1.0.9.Tobias Geerinckx-Rice2019-03-15
| | | | * gnu/packages/games.scm (openrct2-objects): Update to 1.0.9.
* gnu: freedink-engine: Update to 109.6.Tobias Geerinckx-Rice2019-03-12
| | | | * gnu/packages/games.scm (freedink-engine): Update to 109.6.
* gnu: libmanette: Update to 0.2.2.Tobias Geerinckx-Rice2019-03-12
| | | | * gnu/packages/games.scm (libmanette): Update to 0.2.2.
* gnu: crawl: Build without SSE only on some architecures.Efraim Flashner2019-03-11
| | | | | | | This is a follow-up to b89284407fd5d865ca7cc8622459692cec9297cf. * gnu/packages/games.scm (crawl)[arguments]: Remove custom 'patch-flags phase, add make-flag on non-x86* architectures to build without SSE.
* gnu: Add btanks.Ricardo Wurmus2019-03-10
| | | | * gnu/packages/games.scm (btanks): New variable.
* gnu: Add 4dtris.Ricardo Wurmus2019-03-10
| | | | * gnu/packages/games.scm (4dtris): New variable.
* gnu: Add slingshot.Ricardo Wurmus2019-03-10
| | | | * gnu/packages/games.scm (slingshot): New variable.
* gnu: crawl: Find all the included headers.Efraim Flashner2019-03-08
| | | | | * gnu/packages/games.scm (crawl)[arguments]: Add a custom phase to change the path for some headers.
* gnu: crawl: Don't assume system architecture.Efraim Flashner2019-03-08
| | | | | | | This allows crawl to build on non-Intel architectures. * gnu/packages/games.scm (crawl)[arguments]: Add a custom phase to remove x86* specific CFLAGS.
* gnu: crawl: Build with python3-wrapper.Efraim Flashner2019-03-08
| | | | | | * gnu/packages/games.scm (crawl)[native-inputs replace python with python-wrapper. [arguments]: Remove custom 'patch-python phase.
* gnu: minetest: Update to 5.0.0.Kei Kebreau2019-03-07
| | | | * gnu/packages/games.scm (minetest-data, minetest): Update to 5.0.0.
* gnu: crawl, crawl-tiles: Update to 0.23.1.Kei Kebreau2019-03-06
| | | | | | | * gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.23.1. [native-inputs]: Add python and python-pyyaml. [arguments]: Add 'patch-python' phase, modify the 'check' phase and move the 'check' phase back after the 'build' phase.
* gnu: wesnoth: Update to 1.14.6.Tobias Geerinckx-Rice2019-02-27
| | | | | | | * gnu/packages/games.scm (wesnoth): Update to 1.14.6. [source]: Remove upstreamed patch. * packages/patches/wesnoth-newer-boost.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: wesnoth: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-27
| | | | * gnu/packages/games.scm (wesnoth)[source]: Hard-code NAME.
* gnu: colobot: Update to 0.1.12-alpha.Nicolas Goaziou2019-02-27
| | | | | | | * gnu/packages/games.scm (colobot): Update to 0.1.12-alpha. [source]: Do not use unstable tarball. [native-inputs]: Remove "colobot-data", now fetched with recursive `git-fetch'.
* gnu: freedink-engine: Update to 109.4.Kei Kebreau2019-02-22
| | | | | | | | * gnu/packages/games.scm (freedink-engine): Update to 109.4. [arguments]: Add 'disable-graphical-tests' phase. [native-inputs]: Add autoconf, automake, cxxtest and help2man. Remove check. [inputs]: Add glm and sdl-union of sdl2, sdl2-image, sdl2-mixer, sdl2-ttf and sdl2-gfx. Remove sdl, sdl-image, sdl-mixer, sdl-ttf and sdl-gfx.
* gnu: Remove unneeded uses of python{,2}-minimal.Marius Bakke2019-02-17
| | | | | | | | | | | | | | | | | The "python-minimal" package exists mostly to resolve a dependency cycle. To reduce duplication, packages should prefer the regular Python variants. * gnu/packages/admin.scm (htop)[native-inputs]: Change PYTHON-MINIMAL-WRAPPER to PYTHON-WRAPPER. * gnu/packages/crypto.scm (botan)[native-inputs]: Likewise. * gnu/packages/bioinformatics.scm (sambamba)[native-inputs]: Change PYTHON-MINIMAL to PYTHON. * gnu/packages/dictionaries.scm (apertium)[native-inputs]: Likewise. * gnu/packages/databases.scm (mongodb)[native-inputs]: Change PYTHON2-MINIMAL to PYTHON2. * gnu/packages/games.scm (openttd-opensfx, openttd-openmsx)[native-inputs]: Likewise. * gnu/packages/gnome.scm (deja-dup)[native-inputs]: Likewise.
* gnu: tintin++: Update to 2.01.7.Tobias Geerinckx-Rice2019-02-17
| | | | * gnu/packages/games.scm (tintin++): Update to 2.01.7.
* gnu: teeworlds: Update to 0.7.2.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (teeworlds): Update to 0.7.2.
* gnu: gnubg: Update to 1.06.002.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (gnubg): Update to 1.06.002.
* gnu: fortune-mod: Update to 2.6.2.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (fortune-mod): Update to 2.6.2.
* gnu: chroma: Update to 1.16.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (chroma): Update to 1.16.
* gnu: gamine: Update to 1.6.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (gamine): Update to 1.6.
* gnu: vkquake: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-15
| | | | | * gnu/packages/games.scm (vkquake)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: vkquake: Update to 1.01.0.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (vkquake): Update to 1.01.0.
* gnu: red-eclipse: Fix build.Christopher Baines2019-02-13
| | | | | | | | | | | | Add a patch from the upstream repository [1] that resolves some errors that prevent the package from building [2]. 1: https://github.com/red-eclipse/base/commit/b16b4963c1ad81bb9ef784bc49 2: error: ‘____gammal_r_finite’ was not declared in this scope * gnu/packages/games.scm (red-eclipse)[source] Add patch. * gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch: New file * gnu/local.mk (dist_patch_DATA): Add new patch.
* Merge branch 'staging'Ludovic Courtès2019-02-09
|\
| * Merge branch 'master' into stagingMarius Bakke2019-01-31
| |\
| * \ Merge branch 'master' into stagingRicardo Wurmus2019-01-25
| |\ \
| * \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-23
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingLudovic Courtès2019-01-20
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into stagingMarius Bakke2019-01-13
| |\ \ \ \ \
| * | | | | | gnu: wesnoth: Fix building with newer boost.Efraim Flashner2018-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (wesnoth)[source]: Add patch. * gnu/packages/patches/wenoth-newer-boost.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * | | | | | gnu: supertuxkart: Fix building with mesa@18.3.Efraim Flashner2018-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (supertuxkart)[arguments]: Add custom phase to add newer '#define' to source.
| * | | | | | Merge branch 'master' into stagingMarius Bakke2018-12-23
| |\ \ \ \ \ \
| * | | | | | | gnu: pingus: Fix building.Efraim Flashner2018-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (pingus)[source]: Use 'git-fetch'. Add patch to update used boost headers. * gnu/packages/patches/pingus-boost-headers.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | | | | | | | gnu: 0ad: Update to 0.0.23b-alpha.Vagrant Cascadian2019-02-04
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.23b-alpha. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* | | | | | | gnu: Remove xboing.Ricardo Wurmus2019-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (xboing): Remove variable.
* | | | | | | gnu: crawl: Use INVOKE.Ricardo Wurmus2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (crawl)[arguments]: Use INVOKE in "check" phase.
* | | | | | | gnu: fillets-ng: Use INVOKE.Ricardo Wurmus2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (fillets-ng)[arguments]: Use INVOKE in "install-data" phase.
* | | | | | | gnu: kiki: Use INVOKE.Ricardo Wurmus2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (kiki)[arguments]: Use INVOKE.
* | | | | | | gnu: openttd-engine: Use INVOKE.Ricardo Wurmus2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (openttd-engine)[arguments]: Use INVOKE in configure phase.
* | | | | | | gnu: stepmania: Fix build flags non-Intel machines.Efraim Flashner2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (stepmania)[arguments]: Add a configure-flag on non-Intel machines to disable SSE2 optimizations.
* | | | | | | gnu: xboing: Use INVOKE.Ricardo Wurmus2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (xboing)[arguments]: Use INVOKE in build phases. Do not replace "install" phase; add new "install-man-pages" phase instead.
* | | | | | | gnu: cmatrix: Use INVOKE.Ricardo Wurmus2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (cmatrix)[arguments]: Use INVOKE.
* | | | | | | gnu: cowsay: Use INVOKE.Ricardo Wurmus2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (cowsay)[arguments]: Use INVOKE in build phases.