summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
AgeCommit message (Collapse)Author
2019-03-19gnu: Add edgar.nee
* gnu/packages/games.scm (edgar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-18gnu: OpenTTD: Mention 'game' in synopsis.Leo Famulari
Suggested by swedebugia <swedebugia@riseup.net>. * gnu/packages/games.scm (openttd-engine)[synopsis]: Mention 'game'.
2019-03-18Correct name and email address for ng0.ng0
* .mailmap, Makefile.am, doc/guix.de.texi, doc/guix.fr.texi, doc/guix.texi, etc/completion/fish/guix.fish, gnu/packages/accessibility.scm, gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/cinnamon.scm, gnu/packages/compression.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/enlightenment.scm, gnu/packages/erlang.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm, gnu/packages/guile-wm.scm,gnu/packages/guile-xyz.scm, gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm, gnu/packages/libcanberra.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm, gnu/packages/ncurses.scm, gnu/packages/networking.scm, gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm, gnu/packages/telephony.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm, gnu/services/desktop.scm, gnu/services/version-control.scm, gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Correct name and email address for ng0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-03-17gnu: tome4: Fix build.Oleg Pykhalov
* gnu/packages/games.scm (tome4)[source]: Patch 'src/tgl.h' in snippet.
2019-03-16gnu: Add missing copyright.Pierre Neidhardt
* gnu/packages/games.scm: Do it.
2019-03-16gnu: Add arx-libertatis.Pierre Neidhardt
* gnu/packages/games.scm (arx-libertatis): New variable.
2019-03-15gnu: openrct2: Update to 0.2.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (openrct2): Update to 0.2.2. [arguments]: Re-indent.
2019-03-15gnu: openrct2-objects: Update to 1.0.9.Tobias Geerinckx-Rice
* gnu/packages/games.scm (openrct2-objects): Update to 1.0.9.
2019-03-12gnu: freedink-engine: Update to 109.6.Tobias Geerinckx-Rice
* gnu/packages/games.scm (freedink-engine): Update to 109.6.
2019-03-12gnu: libmanette: Update to 0.2.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (libmanette): Update to 0.2.2.
2019-03-11gnu: crawl: Build without SSE only on some architecures.Efraim Flashner
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.
2019-03-10gnu: Add btanks.Ricardo Wurmus
* gnu/packages/games.scm (btanks): New variable.
2019-03-10gnu: Add 4dtris.Ricardo Wurmus
* gnu/packages/games.scm (4dtris): New variable.
2019-03-10gnu: Add slingshot.Ricardo Wurmus
* gnu/packages/games.scm (slingshot): New variable.
2019-03-08gnu: crawl: Find all the included headers.Efraim Flashner
* gnu/packages/games.scm (crawl)[arguments]: Add a custom phase to change the path for some headers.
2019-03-08gnu: crawl: Don't assume system architecture.Efraim Flashner
This allows crawl to build on non-Intel architectures. * gnu/packages/games.scm (crawl)[arguments]: Add a custom phase to remove x86* specific CFLAGS.
2019-03-08gnu: crawl: Build with python3-wrapper.Efraim Flashner
* gnu/packages/games.scm (crawl)[native-inputs replace python with python-wrapper. [arguments]: Remove custom 'patch-python phase.
2019-03-07gnu: minetest: Update to 5.0.0.Kei Kebreau
* gnu/packages/games.scm (minetest-data, minetest): Update to 5.0.0.
2019-03-06gnu: crawl, crawl-tiles: Update to 0.23.1.Kei Kebreau
* 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.
2019-02-27gnu: wesnoth: Update to 1.14.6.Tobias Geerinckx-Rice
* 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.
2019-02-27gnu: wesnoth: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/games.scm (wesnoth)[source]: Hard-code NAME.
2019-02-27gnu: colobot: Update to 0.1.12-alpha.Nicolas Goaziou
* 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'.
2019-02-22gnu: freedink-engine: Update to 109.4.Kei Kebreau
* 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.
2019-02-17gnu: Remove unneeded uses of python{,2}-minimal.Marius Bakke
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.
2019-02-17gnu: tintin++: Update to 2.01.7.Tobias Geerinckx-Rice
* gnu/packages/games.scm (tintin++): Update to 2.01.7.
2019-02-15gnu: teeworlds: Update to 0.7.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (teeworlds): Update to 0.7.2.
2019-02-15gnu: gnubg: Update to 1.06.002.Tobias Geerinckx-Rice
* gnu/packages/games.scm (gnubg): Update to 1.06.002.
2019-02-15gnu: fortune-mod: Update to 2.6.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fortune-mod): Update to 2.6.2.
2019-02-15gnu: chroma: Update to 1.16.Tobias Geerinckx-Rice
* gnu/packages/games.scm (chroma): Update to 1.16.
2019-02-15gnu: gamine: Update to 1.6.Tobias Geerinckx-Rice
* gnu/packages/games.scm (gamine): Update to 1.6.
2019-02-15gnu: vkquake: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/games.scm (vkquake)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-15gnu: vkquake: Update to 1.01.0.Tobias Geerinckx-Rice
* gnu/packages/games.scm (vkquake): Update to 1.01.0.
2019-02-13gnu: red-eclipse: Fix build.Christopher Baines
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.
2019-02-09Merge branch 'staging'Ludovic Courtès
2019-02-04gnu: 0ad: Update to 0.0.23b-alpha.Vagrant Cascadian
* gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.23b-alpha. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-01-31Merge branch 'master' into stagingMarius Bakke
2019-01-31gnu: Remove xboing.Ricardo Wurmus
* gnu/packages/games.scm (xboing): Remove variable.
2019-01-26gnu: crawl: Use INVOKE.Ricardo Wurmus
* gnu/packages/games.scm (crawl)[arguments]: Use INVOKE in "check" phase.
2019-01-26gnu: fillets-ng: Use INVOKE.Ricardo Wurmus
* gnu/packages/games.scm (fillets-ng)[arguments]: Use INVOKE in "install-data" phase.
2019-01-26gnu: kiki: Use INVOKE.Ricardo Wurmus
* gnu/packages/games.scm (kiki)[arguments]: Use INVOKE.
2019-01-26gnu: openttd-engine: Use INVOKE.Ricardo Wurmus
* gnu/packages/games.scm (openttd-engine)[arguments]: Use INVOKE in configure phase.
2019-01-26gnu: stepmania: Fix build flags non-Intel machines.Efraim Flashner
* gnu/packages/games.scm (stepmania)[arguments]: Add a configure-flag on non-Intel machines to disable SSE2 optimizations.
2019-01-26gnu: xboing: Use INVOKE.Ricardo Wurmus
* gnu/packages/games.scm (xboing)[arguments]: Use INVOKE in build phases. Do not replace "install" phase; add new "install-man-pages" phase instead.
2019-01-26gnu: cmatrix: Use INVOKE.Ricardo Wurmus
* gnu/packages/games.scm (cmatrix)[arguments]: Use INVOKE.
2019-01-26gnu: cowsay: Use INVOKE.Ricardo Wurmus
* gnu/packages/games.scm (cowsay)[arguments]: Use INVOKE in build phases.
2019-01-25gnu: Add stepmania.Nicolas Goaziou
* gnu/packages/games.scm (stepmania): * gnu/packages/video.scm (ffmpeg-for-stepmania): New variables.
2019-01-25Merge branch 'master' into stagingRicardo Wurmus
2019-01-24gnu: cdogs-sdl: Update to 0.6.9.Kei Kebreau
* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.9.
2019-01-23Merge branch 'master' into stagingRicardo Wurmus
2019-01-21gnu: fortune-mod: Skip failing tests.Pierre Neidhardt
* gnu/packages/games.scm (fortune-mod)[arguments]: Skip failing tests.