Mark H Weaver
893c2df00d
Merge branch 'master' into core-updates
2019-08-22 15:53:27 -04:00
Tobias Geerinckx-Rice
074dd909a2
gnu: manaplus: Use HTTPS origin & home page.
...
* gnu/packages/games.scm (manaplus)[source, home-page]: Use HTTPS.
2019-08-21 22:07:13 +02:00
Tobias Geerinckx-Rice
2b744c21cb
gnu: manaplus: Update to 1.9.3.23.
...
* gnu/packages/games.scm (manaplus): Update to 1.9.3.23.
2019-08-21 22:07:13 +02:00
Tobias Geerinckx-Rice
e5e2481912
gnu: angband: Update to 4.2.0.
...
* gnu/packages/games.scm (angband): Update to 4.2.0.
2019-08-21 22:07:13 +02:00
Efraim Flashner
d4cf5b018a
gnu: einstein: Use mirror for source download.
...
* gnu/packages/games.scm (einstein)[source]: Use 'mirror' syntax.
2019-08-15 21:03:19 +03:00
Marius Bakke
462ad9f56b
Merge branch 'master' into core-updates
2019-08-13 20:42:06 +02:00
Marius Bakke
ba73c434e0
gnu: ToME4: Disable parallel build.
...
* gnu/packages/games.scm (tome4)[arguments]: Add <#:parallel-build?>.
2019-08-08 16:45:14 +02:00
Marius Bakke
51d4c79dc2
gnu: Remove workarounds for < https://bugs.gnu.org/36721 >.
...
These are no longer needed since 941ef1a1e5
.
* gnu/packages/compression.scm (innoextract)[arguments]: Remove
"-DBoost_NO_BOOST_CMAKE=ON" from <#:configure-flags>.
* gnu/packages/game-development.scm (openmw)[arguments]: Likewise.
* gnu/packages/games.scm (supertux, colobot, leela-zero)[arguments]: Likewise.
* gnu/packages/graphics.scm (openimageio)[arguments]: Likewise.
* gnu/packages/ibus.scm (librime)[arguments]: Likewise.
2019-07-31 14:54:59 +02:00
Marius Bakke
6a2e54236e
Merge branch 'master' into core-updates
2019-07-31 14:28:56 +02:00
Nicolas Goaziou
ffbaefc71a
gnu: flare-game: Update to 1.11.
...
* gnu/packages/games.scm (flare-game): Update to 1.11.
2019-07-30 22:47:44 +02:00
Nicolas Goaziou
f9622ec713
gnu: flare-engine: Update to 1.11.
...
* gnu/packages/games.scm (flare-engine): Update to 1.11.
2019-07-30 22:39:33 +02:00
Kei Kebreau
8172ab2dde
gnu: starfighter: Update to 2.0.0.3.
...
* gnu/packages/games.scm (starfighter): Update to 2.0.0.3.
[source]: Use url-fetch and remove 'file-name' field.
[native-inputs]: Remove autoconf and automake.
2019-07-24 21:48:07 -04:00
Julien Lepiller
3755d5cb5e
gnu: harmonist: Update to 0.2.
...
* gnu/packages/games.scm (harmonist): Update to 0.2.
2019-07-22 23:10:48 +02:00
Marius Bakke
da9adfc7f7
gnu: colobot, leela-zero: Add Boost workaround.
...
This works around and incompatibility with CMake 3.14 and Boost 1.70,
see <https://bugs.gnu.org/36721 >.
* gnu/packages/games.scm (colobot, leela-zero)[arguments]: Add
"-DBoost_NO_BOOST_CMAKE=ON" in <#:configure-flags>.
2019-07-19 18:02:43 +02:00
Marius Bakke
57d87f435f
gnu: supertux: Adjust for recent GCC and Boost.
...
* gnu/packages/patches/supertux-fix-build-with-gcc5.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/games.scm (supertux)[source](patches): Remove.
[arguments]: Adjust <#:configure-flags>.
2019-07-19 18:00:41 +02:00
Marius Bakke
2ee70a5b11
Merge branch 'master' into core-updates
2019-07-19 01:15:59 +02:00
Kei Kebreau
1fe84f5dd0
gnu: starfighter: Update to 2.0.0.2.
...
* gnu/packages/games.scm (starfighter): Update to 2.0.0.2.
[source]: Use 'git-fetch' and 'git-file-name'.
[native-inputs]: Add autoconf and automake.
[inputs]: Add pango and sdl2-ttf.
[home-page]: Update project home page.
2019-07-17 22:58:41 -04:00
Ludovic Courtès
64de896a71
Merge branch 'master' into core-updates
2019-07-17 15:51:10 +02:00
Marius Bakke
5ba856aba3
gnu: Adjust CPATH overrides to work with GCC 7 search paths.
...
* gnu/packages/education.scm (gcompris)[arguments]: Preserve original CPATH,
if any.
* gnu/packages/games.scm (ltris, prboom-plus, abbaye, red-eclipse, btanks,
4dtris, edgar)[arguments]: Likewise.
2019-07-15 19:46:40 +02:00
Rutger Helling
6862766cf2
gnu: openrct2: Update to 0.2.3.
...
* gnu/packages/games.scm (openrct2): Update to 0.2.3.
2019-07-15 14:22:24 +02:00
Marius Bakke
97149c5767
gnu: Adjust uses of C{,PLUS}_INCLUDE_PATH for GCC 7.
...
These variables are no longer set in the build environment by default. GCC
still respects these search paths and treats them as "system headers" so we
can continue to use them, just not expect them to be available.
* gnu/packages/mpi.scm (openmpi)[arguments]: Do not attempt to read from
C_INCLUDE_PATH, nor CPLUS_INCLUDE_PATH.
* gnu/packages/games.scm (kiki)[arguments]: Likewise.
* gnu/packages/networking.scm (hcxtools)[arguments]: Likewise.
* gnu/packages/synergy.scm (synergy)[arguments]: Likewise.
* gnu/packages/bioinformatics.scm (gemma, sailfish)[arguments]: Likewise.
* gnu/packages/maths.scm (dune-alugrid)[arguments]: Likewise.
2019-07-14 18:13:34 +02:00
Marius Bakke
fa0d5854ef
gnu: ToME4: Fix FTBFS with GCC 7.
...
* gnu/packages/games.scm (tome4)[arguments]: Preserve CPATH in 'set-sdl-paths'
phase..
2019-07-10 20:23:46 +02:00
Ludovic Courtès
5cc1075a76
Merge branch 'master' into core-updates
2019-06-27 23:33:48 +02:00
Nicolas Goaziou
cac6c3bad5
gnu: supertux: Fix homepage.
...
* gnu/packages/games.scm (supertux)[homepage]: Fix URL.
2019-06-26 19:45:34 +02:00
Guillaume LE VAILLANT
fbfc07bd86
gnu: Add leela-zero.
...
* gnu/packages/games.scm (leela-zero): New variable.
* gnu/packages/patches/leela-zero-gtest.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-25 17:41:24 +02:00
Julien Lepiller
453365bcf7
gnu: Add harmonist-tk.
...
* gnu/packages/games.scm (harmonist-tk): New variable.
2019-06-22 17:11:37 +02:00
Marius Bakke
c69959f054
gnu: Replace uses of 'cmake' with 'cmake-minimal'.
...
This follows up commit 2f33a7321e
which
introduced a new CMAKE-MINIMAL variant for use in package inputs.
* gnu/packages/databases.scm (python-pyarrow)[native-inputs]: Replace CMAKE
with CMAKE-MINIMAL.
* gnu/packages/emacs-xyz.scm (emacs-scel)[native-inputs]: Likewise.
* gnu/packages/firmware.scm (ath9k-htc-firmware)[native-inputs]: Likewise.
* gnu/packages/games.scm (0ad, the-butterfly-effect)[native-inputs]: Likewise.
* gnu/packages/gnome.scm (deja-dup)[native-inputs]: Likewise.
* gnu/packages/ibus.scm (ibus-rime)[native-inputs]: Likewise.
* gnu/packages/rust.scm (rust-1.19)[native-inputs]: Likewise.
* gnu/packages/simulation.scm (fenics)[native-inputs]: Likewise.
* gnu/packages/squirrel.scm (squirrel)[native-inputs]: Likewise.
* gnu/packages/video.scm (handbrake)[native-inputs]: Likewise.
* gnu/packages/virtualization.scm (xen)[native-inputs]: Likewise.
* gnu/packages/vulkan.scm (shaderc)[native-inputs]: Likewise.
2019-06-20 23:56:57 +02:00
Marius Bakke
6cb1ef9ea2
Merge branch 'staging' into core-updates
2019-06-20 23:38:56 +02:00
Dan Frumin
3f9a027ce2
gnu: Add crispy-doom.
...
* gnu/packages/games.scm (crispy-doom): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-19 22:56:28 +02:00
Nicolas Goaziou
7658904a34
gnu: Fix freeorion build.
...
* gnu/packages/games.scm (freeorion)[arguments]: Fix font unbundling.
2019-06-17 17:37:04 +02:00
Jesse Gibbons
562a2a4095
gnu: Add freeorion
...
* gnu/packages/games.scm (freeorion): New variable.
2019-06-16 21:40:09 +02:00
Nicolas Goaziou
3745909dc9
gnu: Add ri-li.
...
* gnu/packages/games.scm (ri-li): New variable.
* gnu/packages/patches/ri-li-modernize_cpp.patch: New file.
* gnu/local.mk (dist_patch_DATA): Reference patch.
2019-06-13 13:59:58 +02:00
Ludovic Courtès
d9bbfe042e
Merge branch 'master' into core-updates
2019-06-13 13:24:35 +02:00
Jesse Gibbons
08c2fb8fe9
gnu: Add gnurobots.
...
* gnu/packages/games.scm (gnurobots): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2019-06-06 12:16:48 +02:00
Kei Kebreau
8698d986db
gnu: supertux: Update to 0.6.0.
...
* gnu/packages/games.scm (supertux): Update to 0.6.0.
[source]: Add patches.
[arguments]: Add -DUSE_SYSTEM_PHYSFS=ON. Add 'patch-squirrel-path' phase.
[inputs]: Add freetype and squirrel.
* gnu/packages/patches/supertux-fix-build-with-gcc5.patch,
gnu/packages/patches/supertux-unbundle-squirrel.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2019-05-24 21:00:15 -04:00
Marius Bakke
57df83e07d
Merge branch 'staging' into core-updates
2019-05-25 00:25:15 +02:00
Jakob L. Kreuze
fc16bbb7aa
gnu: Add chocolate-doom.
...
* gnu/packages/games.scm (chocolate-doom): New variables.
2019-05-24 10:49:49 -04:00
Nicolas Goaziou
3425fbc69f
gnu: flare-game: Update to 1.10.
...
* gnu/packages/games.scm (flare-game): Update to 1.10.
2019-05-23 16:46:45 +02:00
Nicolas Goaziou
729f0ccbb5
gnu: flare-engine: Update to 1.10.
...
* gnu/packages/games.scm (flare-engine): Update to 1.10.
2019-05-23 16:46:32 +02:00
Nicolas Goaziou
e93352d6ea
gnu: Add drascula.
...
* gnu/packages/games.scm (drascula): New variable.
2019-05-20 23:35:07 +02:00
Julien Lepiller
1bba3e8ca8
gnu: Add harmonist.
...
gnu/packages/games.scm (harmonist): New variable.
2019-05-13 23:20:00 +02:00
Tobias Geerinckx-Rice
ef81faeec0
gnu: nethack: Update to 3.6.2.
...
* gnu/packages/games.scm (nethack): Update to 3.6.2.
2019-05-11 23:35:32 +02:00
Tobias Geerinckx-Rice
90d37addbe
gnu: powwow: Update to 1.2.19.
...
* gnu/packages/games.scm (powwow): Update to 1.2.19.
2019-05-11 19:55:38 +02:00
Tobias Geerinckx-Rice
93ce003741
gnu: wesnoth: Update to 1.14.7.
...
* gnu/packages/games.scm (wesnoth): Update to 1.14.7.
2019-05-11 19:55:38 +02:00
Tobias Geerinckx-Rice
9cf65f051c
gnu: chroma: Update to 1.17.
...
* gnu/packages/games.scm (chroma): Update to 1.17.
2019-05-11 19:55:38 +02:00
Marius Bakke
3b458d5462
Merge branch 'master' into core-updates
2019-05-01 23:11:41 +02:00
Nicolas Goaziou
649220adae
gnu: Rename some games to match upstream project name.
...
* gnu/packages/games.scm (armagetronad):
(cataclysm-dda):
(abbaye):
(wesnoth):
(wesnoth-server):
(starfighter):
(kiki):
(fillets-ng):
(crawl):
(crawl-tiles):
(tome4):
(btanks):
(battle-tanks):
(edgar): Use these as the package definition.
(armagetron-advanced):
(cataclysm-dark-days-ahead):
(l-abbaye-des-morts):
(the-battle-for-wesnoth):
(the-battle-for-wesnoth-server):
(project-starfighter):
(kiki-the-nano-bot):
(fish-fillets-ng):
(dungeon-crawl-stone-soup):
(dungeon-crawl-stone-soup-tiles):
(tales-of-maj-eyal):
(the-legend-of-edgar): Turn these into obsolete aliases.
This reverts renames made by the following commits:
f95e33a7ad
b1aee9fce2
f6a21d61de
24a67aef2a
36a0b5b48c
8b6e2bc15f
6639295f2f
184f5c8db1
ecdb1348ad
375cb94130
c91ed484d0
973bd8a62c
df42e0f9c9
2019-04-30 02:02:39 +02:00
Nicolas Goaziou
fdd9ab3721
gnu: Add missing module in games.scm.
2019-04-29 15:08:59 +02:00
Nicolas Goaziou
1abe2e2a29
gnu: Add missing modules in games.scm.
2019-04-29 14:56:32 +02:00
Nicolas Goaziou
a3d4a631fe
gnu: Add hedgewars.
...
* gnu/packages/games.scm (hedgewars): New variable.
2019-04-29 14:37:58 +02:00