aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Expand)AuthorAge
* gnu: freedink-engine: Update to 109.6.•••* gnu/packages/games.scm (freedink-engine): Update to 109.6. Tobias Geerinckx-Rice2019-03-12
* gnu: libmanette: Update to 0.2.2.•••* gnu/packages/games.scm (libmanette): Update to 0.2.2. Tobias Geerinckx-Rice2019-03-12
* gnu: crawl: Build without SSE only on some architecures.•••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. Efraim Flashner2019-03-11
* gnu: Add btanks.•••* gnu/packages/games.scm (btanks): New variable. Ricardo Wurmus2019-03-10
* gnu: Add 4dtris.•••* gnu/packages/games.scm (4dtris): New variable. Ricardo Wurmus2019-03-10
* gnu: Add slingshot.•••* gnu/packages/games.scm (slingshot): New variable. Ricardo Wurmus2019-03-10
* gnu: crawl: Find all the included headers.•••* gnu/packages/games.scm (crawl)[arguments]: Add a custom phase to change the path for some headers. Efraim Flashner2019-03-08
* gnu: crawl: Don't assume system architecture.•••This allows crawl to build on non-Intel architectures. * gnu/packages/games.scm (crawl)[arguments]: Add a custom phase to remove x86* specific CFLAGS. Efraim Flashner2019-03-08
* gnu: crawl: Build with python3-wrapper.•••* gnu/packages/games.scm (crawl)[native-inputs replace python with python-wrapper. [arguments]: Remove custom 'patch-python phase. Efraim Flashner2019-03-08
* gnu: minetest: Update to 5.0.0.•••* gnu/packages/games.scm (minetest-data, minetest): Update to 5.0.0. Kei Kebreau2019-03-07
* gnu: crawl, crawl-tiles: Update to 0.23.1.•••* 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. Kei Kebreau2019-03-06
* gnu: wesnoth: Update to 1.14.6.•••* 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. Tobias Geerinckx-Rice2019-02-27
* gnu: wesnoth: Don't use NAME in source URI.•••* gnu/packages/games.scm (wesnoth)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-27
* gnu: colobot: Update to 0.1.12-alpha.•••* 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'. Nicolas Goaziou2019-02-27
* gnu: freedink-engine: Update to 109.4.•••* 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. Kei Kebreau2019-02-22
* gnu: Remove unneeded uses of python{,2}-minimal.•••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. Marius Bakke2019-02-17
* gnu: tintin++: Update to 2.01.7.•••* gnu/packages/games.scm (tintin++): Update to 2.01.7. Tobias Geerinckx-Rice2019-02-17
* gnu: teeworlds: Update to 0.7.2.•••* gnu/packages/games.scm (teeworlds): Update to 0.7.2. Tobias Geerinckx-Rice2019-02-15
* gnu: gnubg: Update to 1.06.002.•••* gnu/packages/games.scm (gnubg): Update to 1.06.002. Tobias Geerinckx-Rice2019-02-15
* gnu: fortune-mod: Update to 2.6.2.•••* gnu/packages/games.scm (fortune-mod): Update to 2.6.2. Tobias Geerinckx-Rice2019-02-15
* gnu: chroma: Update to 1.16.•••* gnu/packages/games.scm (chroma): Update to 1.16. Tobias Geerinckx-Rice2019-02-15
* gnu: gamine: Update to 1.6.•••* gnu/packages/games.scm (gamine): Update to 1.6. Tobias Geerinckx-Rice2019-02-15
* gnu: vkquake: Don't use unstable tarball.•••* gnu/packages/games.scm (vkquake)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2019-02-15
* gnu: vkquake: Update to 1.01.0.•••* gnu/packages/games.scm (vkquake): Update to 1.01.0. Tobias Geerinckx-Rice2019-02-15
* gnu: red-eclipse: Fix build.•••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. Christopher Baines2019-02-13
* 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.•••* 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. Efraim Flashner2018-12-31
| * | | | | | gnu: supertuxkart: Fix building with mesa@18.3.•••* gnu/packages/games.scm (supertuxkart)[arguments]: Add custom phase to add newer '#define' to source. Efraim Flashner2018-12-25
| * | | | | | Merge branch 'master' into stagingMarius Bakke2018-12-23
| |\ \ \ \ \ \
| * | | | | | | gnu: pingus: Fix building.•••* 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. Efraim Flashner2018-12-23
* | | | | | | | gnu: 0ad: Update to 0.0.23b-alpha.•••* gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.23b-alpha. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Vagrant Cascadian2019-02-04
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | gnu: Remove xboing.•••* gnu/packages/games.scm (xboing): Remove variable. Ricardo Wurmus2019-01-31
* | | | | | | gnu: crawl: Use INVOKE.•••* gnu/packages/games.scm (crawl)[arguments]: Use INVOKE in "check" phase. Ricardo Wurmus2019-01-26
* | | | | | | gnu: fillets-ng: Use INVOKE.•••* gnu/packages/games.scm (fillets-ng)[arguments]: Use INVOKE in "install-data" phase. Ricardo Wurmus2019-01-26
* | | | | | | gnu: kiki: Use INVOKE.•••* gnu/packages/games.scm (kiki)[arguments]: Use INVOKE. Ricardo Wurmus2019-01-26
* | | | | | | gnu: openttd-engine: Use INVOKE.•••* gnu/packages/games.scm (openttd-engine)[arguments]: Use INVOKE in configure phase. Ricardo Wurmus2019-01-26
* | | | | | | gnu: stepmania: Fix build flags non-Intel machines.•••* gnu/packages/games.scm (stepmania)[arguments]: Add a configure-flag on non-Intel machines to disable SSE2 optimizations. Efraim Flashner2019-01-26
* | | | | | | gnu: xboing: Use INVOKE.•••* gnu/packages/games.scm (xboing)[arguments]: Use INVOKE in build phases. Do not replace "install" phase; add new "install-man-pages" phase instead. Ricardo Wurmus2019-01-26
* | | | | | | gnu: cmatrix: Use INVOKE.•••* gnu/packages/games.scm (cmatrix)[arguments]: Use INVOKE. Ricardo Wurmus2019-01-26
* | | | | | | gnu: cowsay: Use INVOKE.•••* gnu/packages/games.scm (cowsay)[arguments]: Use INVOKE in build phases. Ricardo Wurmus2019-01-26
* | | | | | | gnu: Add stepmania.•••* gnu/packages/games.scm (stepmania): * gnu/packages/video.scm (ffmpeg-for-stepmania): New variables. Nicolas Goaziou2019-01-25
| |_|_|_|_|/ |/| | | | |
* | | | | | gnu: cdogs-sdl: Update to 0.6.9.•••* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.9. Kei Kebreau2019-01-24
| |_|_|_|/ |/| | | |
* | | | | gnu: fortune-mod: Skip failing tests.•••* gnu/packages/games.scm (fortune-mod)[arguments]: Skip failing tests. Pierre Neidhardt2019-01-21
* | | | | gnu: freedink-data: Update to 1.08.20190120.•••* gnu/packages/games.scm (freedink-data): Update to 1.08.20190120. Efraim Flashner2019-01-20
* | | | | gnu: freedink-dfarc: Add upstream refresh information.•••* gnu/packages/games.scm (freedink-dfarc)[properties]: New field. Efraim Flashner2019-01-20