me
/
guix
Archived
1
0
Fork 0
Commit Graph

1162 Commits (11446953baabef5174731bbec42b5ece9645c474)

Author SHA1 Message Date
Michael Rohleder dd1b0d9d76
gnu: stockfish: Update to 14.1.
* gnu/packages/games.scm (stockfish): Update to 14.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-15 11:33:24 +01:00
phodina f8ac788b95
gnu: sdlpop: Fix executable location.
* gnu/packages/games.scm (sdlpop)[arguments]: Substitute location of executable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-09 13:23:52 +01:00
Tobias Geerinckx-Rice 9b14b26f0a
gnu: packages: Remove last year's deprecations.
* gnu/packages/admin.scm (guile3.0-shepherd): Remove variable.
* gnu/packages/benchmark.scm (imb-openmpi): Likewise.
* gnu/packages/boost.scm (boost-with-python3): Likewise.
* gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly.
* gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise.
* gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly.
* gnu/packages/cups.scm (escpr): Likewise.
* gnu/packages/django.scm (python-django-jsonfield): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme)
(emacs-modus-vivendi-theme): Likewise.
* gnu/packages/engineering.scm (kicad-i18l): Likewise.
* gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise.
* gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u):
Likewise.
* gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic):
Likewise.
* gnu/packages/game-development.scm (guile3.0-chickadee)
(python-sge-pygame): Likewise.
* gnu/packages/games.scm (retux)[inputs]: Adjust accordingly.
* gnu/packages/gnome-xyz.scm (numix-theme): Likewise.
* gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise.
* gnu/packages/gstreamer.scm (gst-transcoder): Likewise.
* gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg):
Likewise.
* gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark)
(guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi)
(guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics)
(guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren)
(guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted)
(guile3.0-pfds, guile3.0-picture-language, guile3.0-semver)
(guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight)
(guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise.
* gnu/packages/guile.scm (define-deprecated-guile3.0-package)
(guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3)
(guile3.0-bytestructures, guile3.0-git): Likewise.
* gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise.
* gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise.
* gnu/packages/mail.scm (guile3.0-mailutils): Likewise.
* gnu/packages/monitoring.scm (python2-graphite-web): Likewise.
* gnu/packages/package-management.scm (guile3.0-guix): Likewise.
* gnu/packages/package-management.scm (python-conda): Likewise.
* gnu/packages/phabricator.scm (libphutil): Likewise.
* gnu/packages/plotutils.scm (guile3.0-charting): Likewise.
* gnu/packages/python-xyz.scm (python2-smmap2, python-glances)
(python-smmap2): Likewise.
* gnu/packages/shells.scm (oil-shell): Likewise.
* gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise.
* gnu/packages/ssh.scm (guile3.0-ssh): Likewise.
* gnu/packages/terminals.scm (et): Likewise.
* gnu/packages/tls.scm (guile3.0-gnutls): Likewise.
* gnu/packages/vlang.scm (v): Likewise.
* gnu/packages/vpn.scm (wireguard): Likewise.
* gnu/packages/web-browsers.scm (next, sbcl-next): Likewise.
* gnu/packages/xorg.scm (transset-df): Likewise.
2021-11-08 23:00:55 +01:00
Tobias Geerinckx-Rice 3f4eb02fe5
gnu: fheroes2: Update to 0.9.9.
* gnu/packages/games.scm (fheroes2): Update to 0.9.9.
2021-11-08 02:15:24 +01:00
Brendan Tildesley dab2ac2ed5
gnu: 0ad: Update to 0.0.25b-alpha.
* gnu/packages/games.scm (0ad-data): Update to 0.0.25b-alpha.
Unpack .zip files without need for a snippet.
(0ad): Update to 0.0.25b-alpha.
[arguments]<#:phases>: Properly unbundle cxxtest. Respect #:tests?.
Install Freedesktop mimeinfo.
Install icon to hicolor theme instead of share/pixmaps, which I don't
think is used.
<#:tests> Disable tests for now since they don't run.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-07 22:57:05 +01:00
Felix Gruber 92af2ec5d0
gnu: openttd: Fix build failure.
* packages/games.scm (openttd)[native-inputs]: Use gcc-9 to fix build
  failure.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-11-07 22:13:37 +01:00
Felix Gruber c9b9919858
gnu: openttd-openmsx: Update to 0.4.2.
* packages/games.scm (openttd-openmsx): Update to 0.4.2.
  [native-inputs]: Replace python-2 with python-wrapper.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-11-07 22:13:37 +01:00
Felix Gruber 574f4b7d3f
gnu: openttd-opensfx: Update to 1.0.2.
* packages/games.scm (openttd-opensfx): Update to 1.0.2.
  [native-inputs]: Replace python-2 with python.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-11-07 22:13:37 +01:00
Felix Gruber c2759211fc
gnu: openttd-opengfx: Update to 7.1.
* packages/games.scm (openttd-opengfx): Update to 7.1.
  [native-inputs]: Replace python-2 with python.
  [arguments]: Use cc-for-target.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-11-07 22:13:36 +01:00
Felix Gruber b6bb7720eb
gnu: openttd-engine: Update to 12.0.
* gnu/packages/games.scm (openttd-engine): Update engine to 12.0.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-11-07 22:13:36 +01:00
Efraim Flashner 19c38b2acc
gnu: flightgear: Prepare to run test suite.
* gnu/packages/games.scm (flightgear)[arguments]: Add phase to build
test binary. Add phase to skip some failing tests. Move 'check phase to
after 'install-data.
2021-11-04 00:11:09 +02:00
Efraim Flashner b93e06a964
gnu: flightgear: Use system cppunit.
* gnu/packages/games.scm (flightgear)[source]: Adjust snippet to remove
bundled cppunit.
[arguments]: Add configure-flag to use system cppunit.
2021-11-04 00:11:09 +02:00
Efraim Flashner d3abd5cd8b
gnu: simgear: Remove bundled expat.
* gnu/packages/games.scm (simgear)[source]: Add snippet to remove
bundled expat.
[arguments]: Add configure-flag to use system expat.
2021-11-04 00:11:08 +02:00
Efraim Flashner aae82f2a95
gnu: flightgear: Build with newer inputs.
* gnu/packages/games.scm (flightgear)[inputs]: Replace
openscenegraph-3.4 with openscenegraph, boost-for-mysql with boost.
(simgear)[inputs]: Same.
2021-11-04 00:11:08 +02:00
Efraim Flashner 230b34cb5c
gnu: simgear: Honor #:tests? flag.
* gnu/packages/games.scm (simgear)[arguments]: Adjust custom 'check
phase to honor the #:tests? flag.
2021-11-04 00:11:08 +02:00
Efraim Flashner 3a5b1cc32a
gnu: flightgear: Build with qt-build-system.
* gnu/packages/games.scm (flightgear)[build-system]: Switch to
qt-build-system.
[arguments]: Remove 'wrap-executable phase.
2021-11-04 00:11:08 +02:00
phodina 347227efc1
gnu: flightgear: Update to 2020.3.11.
* gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.11.
(flightgear-data): Update uri.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-04 00:11:07 +02:00
Tobias Geerinckx-Rice b2721c3656
gnu: odamex: Update to 0.9.5.
* gnu/packages/games.scm (odamex): Update to 0.9.5.
2021-11-03 13:10:44 +01:00
Nicolas Goaziou 9775d22f8c
gnu: Add naev.
* gnu/packages/games.scm (naev): New variable.
2021-11-02 21:29:52 +01:00
Felix Gruber 4e5000114e
gnu: wesnoth: Update to 1.16.0.
* gnu/packages/games.scm (wesnoth): Update to 1.16.0.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-10-31 15:13:25 +05:30
Tobias Geerinckx-Rice 3af75416e7
gnu: chroma: Update to 1.19.
* gnu/packages/games.scm (chroma): Update to 1.19.
[arguments]: Remove "CFLAGS=-fgnu89-inline" work-around.
2021-10-29 21:14:39 +02:00
Tobias Geerinckx-Rice dfbc2236ee
gnu: angband: Update to 4.2.3.
* gnu/packages/games.scm (angband): Update to 4.2.3.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Remove custom 'bootstrap phase.
2021-10-16 17:30:29 +02:00
Tobias Geerinckx-Rice 27238d4530
gnu: fheroes2: Update to 0.9.8.
* gnu/packages/games.scm (fheroes2): Update to 0.9.8.
2021-10-13 01:20:20 +02:00
Efraim Flashner 27e33695b3
gnu: supertuxkart: Update to 1.3.
* gnu/packages/games.scm (supertuxkart): Update to 1.3.
[source]: Download from github. Update snippet to remove different
bundled libraries.
[arguments]: Adjust configure-flags for new version.
[inputs]: Add sqlite.
2021-10-08 16:59:32 +03:00
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
Efraim Flashner 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
Efraim Flashner 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
jgart 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
Guix Together 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
Guix Together 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
Guix Together 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
Maxime Devos 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