3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

1138 commits

Author SHA1 Message Date
Nicolas Goaziou
692cce52ca
gnu: joycond: Small refactoring.
* gnu/packages/games.scm (joycond)[arguments]<#:phases>: Use (assoc-ref
outputs "out") instead of %output.
2021-10-08 12:16:15 +02:00
phodina via Guix-patches via
f44d7f68e6
gnu: Add joycond.
* gnu/packages/games.scm (joycond): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-08 12:12:44 +02:00
Lars-Dominik Braun
2a1b6c0dbf
gnu: hedgewars: Fix build.
* gnu/packages/patches/hedgewars-network-bsd.patch: Import upstream patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/games.scm (hedgewars): Use it.
2021-10-08 09:13:53 +02:00
Tobias Geerinckx-Rice
4529b763c4
gnu: powwow: Update to 1.2.23.
* gnu/packages/games.scm (powwow): Update to 1.2.23.
2021-10-06 19:16:21 +02:00
Tobias Geerinckx-Rice
705007945f
gnu: crawl: Update to 0.27.1.
* gnu/packages/games.scm (crawl): Update to 0.27.1.
2021-10-05 01:36:23 +02:00
Tobias Geerinckx-Rice
25b62e7bbb
gnu: freeorion: Update to 0.4.10.2.
* gnu/packages/games.scm (freeorion): Update to 0.4.10.2.
2021-10-03 19:23:51 +02:00
Tobias Geerinckx-Rice
d536083f33
gnu: freeorion: Don't use unstable tarball.
* gnu/packages/games.scm (freeorion)[source]: Use GIT-FETCH and
GIT-FILE-NAME.  Remove explicit #t snippet return value.
2021-10-03 19:23:50 +02:00
Tobias Geerinckx-Rice
d9ac466b7f
gnu: corsix-th: Update to 0.65.1.
* gnu/packages/games.scm (corsix-th): Update to 0.65.1.
2021-10-03 19:23:50 +02:00
phodina via Guix-patches via
87178ed29e
gnu: Add falltergeist.
* gnu/packages/games.scm (falltergeist): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-28 21:39:48 +02:00
phodina via Guix-patches via
f9ed753c7b
gnu: Add sdlpop.
* gnu/packages/games.scm (sdlpop): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-28 21:33:43 +02:00
Liliana Marie Prikler
719bbcc15e
Update copyright assignments for Liliana Marie Prikler.
* doc/guix.texi: Update copyright name for Liliana Marie Prikler.
* gnu/packages/build-tools.scm: Update copyright name and email for Liliana
Marie Prikler.
* gnu/packages/convmv.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/emacs.scm: Likewise.
* gnu/packages/esolangs.scm: Likewise.
* gnu/packages/game-development.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gnome-xyz.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/gstreamer.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/minetest.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/patches/minetest-add-MINETEST_MOD_PATH.patch: Likewise.
* gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: Likewise.
* gnu/packages/patches/webkitgtk-bind-all-fonts.patch: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/unicode.scm: Likewise.
* gnu/packages/xorg.scm: Likewise.
* gnu/services/sound.scm: Likewise.
* guix/build-system/renpy.scm: Likewise.
* guix/build/emacs-utils.scm: Likewise.
* guix/build/renpy-build-system.scm: Likewise.
2021-09-25 09:34:36 +02:00
Liliana Marie Prikler
43cf1fbdd6
gnu: cockatrice: Use qt-build-system.
This makes it so that resources baked into the executable are actually found
and used.

* gnu/packages/games.scm (cockatrice)[build-system]: Change to qt-build-system.
2021-09-20 21:49:36 +02:00
c38cca1e3e
gnu: teeworlds: Enable tests.
* gnu/packages/games.scm (teeworlds)[arguments]: Enable tests. Set
test-target.
[native-inputs]: Add googletest.
2021-09-14 16:29:16 +03:00
a0d38c01e8
gnu: teeworlds: Replace bundled font.
* gnu/packages/games.scm (teeworlds)[arguments]: Add phase to replace
bundled font.
[inputs]: Add font-dejagnu.
2021-09-14 16:23:55 +03:00
Andrew Tropin
157547f4a4
gnu: Add fheroes2
* gnu/packages/games.scm (fheroes2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-13 22:24:35 +02:00
Felix Gruber
3e9d717e54
gnu: pioneer: Update to 20210723.
* gnu/packages/games.scm (pioneer): Update to 20210723.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-09-12 16:04:28 +02:00
Nicolas Goaziou
0e801db11e
gnu: cataclysm-dda: Update to 0.F-2.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.F-2.
2021-09-01 10:41:46 +02:00
1a657497ac
gnu: Remove harmonist-tk.
harmonist-tk has been superseded by harmonist-sdl.  Current harmonist-tk
package fails to build due to upgrade of harmonist to 0.4.1.

* gnu/packages/games.scm (harmonist-tk): Remove variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-09-01 03:34:10 +02:00
26119328aa
gnu: harmonist: Update to 0.4.1.
* gnu/packages/games.scm (harmonist): Update to 0.4.1.
[propagated-inputs]: Add go-github-com-gdamore-tcell-v2,
go-github-com-anaseto-gruid, and go-github-com-anaseto-gruid-tcell.

Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
Co-authored-by: Brice Waegeneire <brice@waegenei.re>
Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: Julien Lepiller <julien@lepiller.eu>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-30 15:45:17 -04:00
efb7565549
gnu: Add go-github-com-anaseto-gruid-tcell.
* gnu/packages/games.scm (go-github-com-anaseto-gruid-tcell): New variable.

Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
Co-authored-by: Brice Waegeneire <brice@waegenei.re>
Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: Julien Lepiller <julien@lepiller.eu>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-30 15:32:40 -04:00
f48156dc9d
gnu: Add go-github-com-anaseto-gruid.
* gnu/packages/games.scm (go-github-com-anaseto-gruid): New variable.

Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
Co-authored-by: Brice Waegeneire <brice@waegenei.re>
Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: Julien Lepiller <julien@lepiller.eu>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-30 15:16:09 -04:00
Lars-Dominik Braun
4d1157fca7
gnu: ocl-icd: Replace with opencl-icd-loader.
ocl-icd’s project page is dead and the source code is unavailable.

* gnu/packages/opencl.scm (ocl-icd): Alias to opencl-icd-loader.
(clinfo)[inputs]: Use opencl-icd-loader.
(beignet)[inputs]: Dito.
(pocl)[inputs]: Dito.
(python-pyopencl)[inputs]: Dito.
* gnu/packages/games.scm (leela-zero)[inputs]: Dito.
* gnu/packages/photo.scm (darktable)[inputs]: Dito.
* gnu/packages/rocm.scm (rocm-opencl-runtime)[inputs]: Dito.
2021-08-27 20:50:56 +02:00
Nicolas Goaziou
4b51d045a8
gnu: colobot: Update to 0.2.0-alpha.
* gnu/packages/games.scm (colobot): Update to 0.2.0-alpha.
2021-08-26 16:43:33 +02:00
Leo Prikler
b7d1698f7f
gnu: minetest: move to minetest.scm.
* gnu/packages/games.scm (minetest, minetest-data): Move from here...
* gnu/packages/minetest.scm (minetest, minetest-data): ... to here.
* guix/build-system/minetest.scm (default-minetest): Adjust accordingly.
2021-08-20 13:37:32 +02:00
Leo Prikler
cd8df9aab2
gnu: minetest-mineclone: move to minetest.scm.
* gnu/packages/games.scm (minetest-mineclone): Move from here...
* gnu/packages/minetest.scm (minetest-mineclone): ... to here.
2021-08-20 12:45:56 +02:00
bb61100ee3
gnu: minetest: Search for mods in MINETEST_MOD_PATH.
* gnu/packages/patches/minetest-add-MINETEST_MOD_PATH.patch: New file.
* gnu/packages/games.scm
  (minetest)[source]{patches}: Add it.
  (minetest)[native-search-paths]: Add "MINETEST_MOD_PATH".
* gnu/local.mk (dist_patch_DATA): Add the patch.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:41:30 +02:00
bfadab9177
gnu: minetest: Respect --without-tests.
* gnu/packages/games.scm
  (minetest)[arguments]<#:phases>{check}: Use 'tests?' instead
  of ',(%current-target-system)'. Remove trailing #t.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-20 12:26:58 +02:00
Nicolas Goaziou
0fa49fd2a8
gnu: cataclysm-dda: Update to 0.F-1.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.F-1.
2021-08-16 11:03:21 +02:00
f8b5286d4a
gnu: stockfish: Update aarch64-linux build target.
* gnu/packages/games.scm (stockfish)[arguments]: Build for armv8 on
aarch64-linux.
2021-08-08 16:48:27 +03:00
nee
c64c49b152
gnu: yamagi-quake2: Patch dynamically loaded libraries.
* gnu/packages/games.scm (yamagi-quake2)
[arguments]{make-flags}: Remove the DLOPEN_OPENAL=no make flag, which was
not working as intended.
[phases]{patch-libraries}: New phase.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-06 00:00:02 -04:00
Pkill -9
f8f096d1e8
gnu: Add tetrinet.
* gnu/packages/games.scm (tetrinet): New variable.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05 23:18:16 -04:00
Nicolas Goaziou
4be98fbe7e
gnu: crawl: Update to 0.27.0.
* gnu/packages/games.scm (crawl): Update to 0.27.0.
2021-08-05 22:38:21 +02:00
Nicolas Goaziou
447ce7d57e
gnu: tome4: Update to 1.7.4.
* gnu/packages/games.scm (tome4): Update to 1.7.4.
2021-08-05 22:27:13 +02:00
Nicolas Goaziou
12aedf0015
gnu: endless-sky: Remove #t at the end of phase.
* gnu/packages/games.scm (endless-sky): Remove #t at the end of phase.  Fix
indentation.
2021-08-05 09:03:36 +02:00
Timotej Lazar
6f248b947f
gnu: endless-sky: Enable tests.
* gnu/packages/games.scm (endless-sky)[arguments]: Enable tests.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-08-05 09:02:59 +02:00
Timotej Lazar
fd85c59d1e
gnu: endless-sky: Clean up phases.
* gnu/packages/games.scm (endless-sky)[arguments]: Drop unused substitution
and merge existing phases into 'fix-paths.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-08-05 09:02:29 +02:00
Timotej Lazar
79eb05f84f
gnu: endless-sky: Update to 0.9.14.
* gnu/packages/games.scm (endless-sky): Update to 0.9.14.
[arguments]: Add 'use-gcc-ar phase to support LTO used by the new version.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-08-05 09:01:58 +02:00
Nicolas Goaziou
47a7b9d5e4
gnu: flare-game: Update to 1.12.
* gnu/packages/games.scm (flare-game): Update to 1.12.
(flare-engine): Update to 1.12.
2021-08-05 00:36:11 +02:00
Leo Prikler
311cc4ee65
gnu: openttd-opensmx: Update to 0.4.0.
* gnu/packages/games.scm (openttd-opensmx): Update to 0.4.0.
[native-inputs]: Add tar.
[#:make-flags]: Drop INSTALL_DIR.  Add DIR_NAME and TAR.
[#:tests?]: New argument.
[#:phases]: Replace ‘install’ with a simple copy operation and drop
post-install.
2021-07-30 15:22:16 +02:00
Leo Prikler
0a1df50e9f
gnu: Fix OpenSFX build.
OpenSFX 1.0.1 uses a different build system from the old one, which causes
weird errors.

* gnu/packages/games.scm (openttd-opensfx)[native-inputs]: Add tar.
[#:make-flags]: Drop INSTALL_DIR.  Add DIR_NAME and TAR.
[#:tests?]: New argument.
[#:phases]: Add ‘prebuild’.  Replace ‘install’ with a simple copy.
2021-07-30 15:22:16 +02:00
Leo Prikler
1484de9eff
gnu: Fix OpenSFX URI.
In commit 1cdf1cd7fe, the URI was updated to the
wrong value and the hash not updated at all, so people would erroneously fetch
the old package from a wrong description.

* gnu/packages/games.scm (openttd-opensfx)[uri]: Use
<https://cdn.openttd.org/opensfx-releases>.
[sha256]: Update accordingly.
2021-07-30 14:29:21 +02:00
Leo Prikler
e638a9a1f7
gnu: openttd-opengfx: Update to 0.6.1.
* gnu/packages/games.scm (openttd-opengfx): Update to 0.6.1.
2021-07-30 10:01:31 +02:00
Ron Nazarov
1cdf1cd7fe
gnu: openttd-opensfx: Update to 1.0.1.
* gnu/packages/games.scm (openttd-opensfx): Update to 1.0.1.
[source]: Use <https://cdn.openttd.org>.
[license]: Update to CC BY-SA 3.0.
2021-07-30 10:00:42 +02:00
Pierre Neidhardt
9591f68550
gnu: arx-libertatis: Update to 1.2.
* gnu/packages/games.scm (arx-libertatis): Update to 1.2.
[inputs]: Replace sdl with sdl2 and mesa with libepoxy.
2021-07-17 17:48:26 +02:00
2847022dc7
gnu: chess: Update to 6.2.9.
* gnu/packages/games.scm (chess): Update to 6.2.9.
2021-07-14 09:17:52 +03:00
Nicolas Goaziou
8d61edbc2f
gnu: burgerspace: Update to 1.9.4.
* gnu/packages/games.scm (burgerspace): Update to 1.9.4.
2021-07-04 09:00:04 +02:00
Christopher Lemmer Webber
b65af6ed91
gnu: cataclysm-dda: Update to 0.F.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.F.
2021-07-03 17:20:56 -04:00
Tobias Geerinckx-Rice
c33e2009d4
gnu: stockfish: Factor out the neural network revision.
* gnu/packages/games.scm (stockfish): Factor out the neural-network-revision.
2021-07-03 00:14:37 +02:00
Michael Rohleder
8630017e2e
gnu: stockfish: Update to 14.
* gnu/packages/games.scm (stockfish): Update to 14.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-07-03 00:05:31 +02:00
Tobias Geerinckx-Rice
912617979f
gnu: opensurge: Update to 0.5.2.1.
* gnu/packages/games.scm (opensurge): Update to 0.5.2.1.
[arguments]: Keep installing into /bin.
2021-06-28 08:09:16 +02:00