Commit Graph

304 Commits

Author SHA1 Message Date
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
Liliana Marie Prikler
be5216efcc
gnu: python2-renpy: Update to 7.4.10.
* gnu/packages/game-development.scm (python2-renpy): Update to 7.4.10.
[snippet]: No longer drop "gen" directory, it's not in this release.
2021-10-24 22:28:28 +02:00
Liliana Marie Prikler
1636acaac5
gnu: python2-pygame-sdl2: Update to renpy-version 7.4.10.
* gnu/packages/game-development.scm (python2-pygame-sdl2): Update to
renpy-version 7.4.10.
2021-10-24 22:27:31 +02:00
Tobias Geerinckx-Rice
4d82dbea45
gnu: allegro: Update to 4.4.3.1.
* gnu/packages/game-development.scm (allegro): Update to 4.4.3.1.
[arguments]: Don't explicitly return #t from phases.
2021-10-20 00:39:16 +02:00
Liliana Marie Prikler
dd9fa204eb
gnu: tsukundere: Unset LD_LIBRARY_PATH.
As of Guile-SDL2 version 0.7.0, which got committed in
73bb0b6485, LD_LIBRARY_PATH is used to determine
the location of SDL libraries if set.  However, the presence of said
environment variable does not always point to relative SDL libraries, thus
causing an import of sdl2 modules to fail.

* gnu/packages/game-development.scm (tsukundere)[#:phases]: Unset
LD_LIBRARY_PATH in tsukundere.scm.
2021-10-10 17:32:52 +02:00
Liliana Marie Prikler
5464af0765
gnu: tsukundere: Update to 0.4.1.
* gnu/packages/game-development.scm (tsukundere): Update to 0.4.1.
[#:phases]<patch-command>: Use tsukundere.scm instead of the now missing
bin/tsukundere.
[inputs]: Add pango and sdl2.
[native-inputs]: Add libtool.
2021-10-10 17:20:27 +02:00
Liliana Marie Prikler
c4595fdedf
gnu: tsukundere: Update home-page.
* gnu/packages/game-development.scm (tsukundere)[home-page]: Update.
2021-10-10 15:59:32 +02:00
Liliana Marie Prikler
338dfc928e
gnu: guile-chickadee: Update to 0.8.0.
* gnu/packages/game-development.scm (guile-chickadee): Update to 0.8.0.
[propagated-inputs]: Use guile-sdl2 instead of the deprecated guile3.0-sdl2.
[inputs]: Use guile-3.0-latest.  Add readline.
[native-inputs]: Add guile-3.0-latest.
2021-10-09 11:19:12 +02:00
Liliana Marie Prikler
80aeefd517
gnu: love-nuklear: Install to lib/love.
* gnu/packages/game-development.scm (love-nuklear)[#:phases]: Add
‘patch-cmake’ phase to change install destination.
2021-09-25 11:14:52 +02:00
Liliana Marie Prikler
744fe9ee25
gnu: love-nuklear: Update to 2.6.1.
* gnu/packages/game-development.scm (love-nuklear): Update to 2.6.1.
2021-09-25 11:14:33 +02:00
Liliana Marie Prikler
8a3bcbec8b
gnu: tiled: Update to 1.7.2.
* gnu/packages/game-development.scm (tiled): Update to 1.7.2.
2021-09-25 10:39:56 +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
James Smith
bd20d1781f
gnu: Add slade.
* gnu/packages/game-development.scm (slade): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-22 16:14:39 +02:00
Liliana Marie Prikler
cd5145875e
gnu: allegro: Update to 5.2.7.0.
* gnu/packages/game-development.scm (allegro): Update to 5.2.7.0.
[inputs]: Use gtk+ instead of gtk+-2.
2021-09-22 13:41:49 +02:00
Leo Prikler
bca5d7dbb0
gnu: Add python-pyxel.
* gnu/packages/game-development.scm (python-pyxel): New variable.
2021-08-31 23:20:09 +02:00
Leo Prikler
047d792d14
gnu: python2-renpy: Update to 7.4.8.
* gnu/packages/game-development.scm (python2-renpy): Update to 7.4.8.
2021-08-04 15:44:09 +02:00
Leo Prikler
6c2d39a0fc
gnu: python-pygame-sdl2: Update to renpy-version 7.4.8.
* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
renpy-version 7.4.8.
2021-08-04 15:44:09 +02:00
Dmitry Polyakov
2e0ddc74f6
gnu: Add instead.
* gnu/packages/game-development.scm (instead): New variable.
* gnu/packages/patches/instead-use-games-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
2021-08-04 15:44:09 +02:00
Leo Prikler
313d5e6286
gnu: Add python-pygame-sdl2.
* gnu/packages/game-development.scm (python-pygame-sdl2): New variable.
Reuse package definition from previous python2-pygame-sdl2, with the
following additions:
[source]: Also drop “gen3” in snippet.
[arguments]: Drop #:python.
[native-inputs]: Use ‘python-cython’ instead of ‘python2-cython’.
(python2-pygame-sdl2): Define in terms of python-pygame-sdl2.
2021-07-15 13:13:40 +02:00
Leo Prikler
769f7d2ccf
gnu: renpy: Correct inputs.
* gnu/packages/game-development.scm (renpy)[#:modules]: Add SRFI-1.
[#:imported-modules]: Likewise.
[#:phases]<fix-commands>: Search for ‘python2’ and ‘xdg-open’ in inputs.
<start-xserver>: Search for ‘xorg-server’ in native-inputs.
<install>: Search for ‘python2’ in inputs.
<wrap>: Search for python dependencies in inputs.
[inputs]: Add python2, drop python2-pygame (already propagated by
python2-renpy). Move xorg-server from here…
[native-inputs]: … to here.
[propagated-inputs]: Empty.
2021-07-15 13:13:40 +02:00
Leo Prikler
3d7dea0906
gnu: python2-renpy: Correct inputs.
* gnu/packages/game-development.scm (python2-renpy)[#:phases]<fix-commands>:
Search for ‘xdg-open’ in inputs.
<set-build-vars>: Search for ‘cython’ in native-inputs.
[native-inputs]: Move ‘xdg-utils’ from here…
[inputs]: … to here.
2021-07-15 13:13:40 +02:00
Leo Prikler
a613e6268d
gnu: python2-renpy: Update description.
* gnu/packages/game-development.scm (python2-renpy)[description]: Mention,
that it's only used for bootstrapping renpy.
2021-07-15 13:13:40 +02:00
Leo Prikler
d4bef961b5
gnu: python2-renpy: Drop unused Ren'py sources.
These sources are written in Ren'py (the language) and thus not particularly
useful before renpy itself is built.  In particular, they serve no purpose
when installed without prior compilation.

* gnu/packages/game-development.scm (python2-renpy)[#:phases]<install>:
Drop installed "common" folder.
(renpy)[#:phases]<install>: Adjust comment accordingly.
2021-07-15 13:13:39 +02:00
Leo Prikler
7f580c27da
gnu: tsukundere: Update to 0.3.2.
* gnu/packages/game-development.scm (tsukundere): Update to 0.3.2.
2021-07-02 14:33:14 +02:00
Leo Prikler
3734d3d0c2
gnu: renpy: Update to 7.4.6.
* gnu/packages/game-development.scm (python2-pygame-sdl2): Update to
renpy-version 7.4.6.
(python2-renpy): Update to version 7.4.6.
2021-07-02 14:33:07 +02:00
Efraim Flashner
920a36392a
gnu: Add box2d.
* gnu/packages/game-development.scm (box2d): New variable.
2021-06-22 13:49:05 +03:00
Maxim Cournoyer
ea0a51071e
gnu: Rename qtbase to qtbase-5.
This change was automated via the following command:

$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc    # to clear some spurious changes

This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Leo Prikler
cccab9bf17
gnu: tsukundere: Update to 0.3.1.
* gnu/packages/game-development.scm (tsukundere): Update to 0.3.1.
[native-inputs]: Add gettext.
2021-06-10 12:00:19 +02:00
Leo Prikler
8229b2b562
gnu: renpy: Update to 7.4.5.
* gnu/packages/game-development.scm (python2-pygame-sdl2): Bump renpy-version.
(python2-renpy): Update to 7.4.5.
2021-06-08 21:05:27 +02:00
Tobias Geerinckx-Rice
1c4144a159
gnu: ois: Update to 1.5.1.
* gnu/packages/game-development.scm (ois): Update to 1.5.1.
2021-05-23 21:56:20 +02:00
Leo Prikler
13b1319092
gnu: tsukundere: Update to 0.3.0.
* gnu/packages/game-development.scm (tsukundere): Update to 0.3.0.
[patch-command]: Patch path to guile.  Construct load paths directly from
inputs.
[propagated-inputs]: Remove.
[inputs]: Add guile and guile-sdl2.
2021-05-17 00:24:02 +02:00
Leo Prikler
c8c336f92c
gnu: guile-chickadee: Update to 0.7.0.
* gnu/packages/game-development.scm (guile-chickadee): Update to 0.7.0.
2021-05-15 10:14:48 +02:00
Kei Kebreau
ff9c881ffe
gnu: python-sge: Update to 2.0.post0.
* gnu/packages/game-development.scm (python-sge): Update to 2.0.post0.
2021-05-09 18:50:11 -04:00
Tobias Geerinckx-Rice
d3480fbfaf
gnu: entt: Update to 3.7.1.
* gnu/packages/game-development.scm (entt): Update to 3.7.1.
2021-04-19 19:22:59 +02:00
Leo Prikler
331666862c
gnu: renpy: Update to 7.4.4.
* gnu/packages/game-development.scm (python2-renpy): Update to 7.4.4.
(python2-pygame-sdl2)[renpy-version]: Likewise.
2021-04-12 13:13:11 +02:00
David Thompson
1ccc5cfc38
gnu: tiled: Update to 1.5.0. 2021-04-07 17:09:50 -04:00
Alexandru-Sergiu Marton
a060977239
gnu: Add entt.
* gnu/packages/cpp.scm (entt): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-04-07 13:43:40 +02:00
Tobias Geerinckx-Rice
b6df89efb0
gnu: dhewm3: Update to 1.5.1.
* gnu/packages/game-development.scm (dhewm3): Update to 1.5.1.
2021-03-18 17:08:11 +01:00
Maxime Devos
ce10e2b3e9
gnu: Use autoconf instead of autoconf-wrapper when possible.
This should reduce confusion on when to use the "autoconf"
package and when to use "autoconf-wrapper" instead in
package definitions.

Fixes <https://bugs.gnu.org/46564>.

* gnu/packages/autotools.scm (autoconf-wrapper):
  advise to use the "autoconf" package instead where
  possible.
* gnu/packages/game-development.scm (tsukundere)[native-inputs]:
  use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gimp.scm
  (glimpse)[native-inputs]: likewise.
  (gimp-resynthesizer)[native-inputs]: add comment on why
  "autoconf-wrapper" is used.
* gnu/packages/gnunet.scm (gnunet)[native-inputs]:
  use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gnupg.scm (signing-party)[native-inputs]:
  add comment on why "autoconf-wrapper" is used.
* gnu/packages/guile-xyz.scm
  (guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]:
  use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/libevent.scm (libuv)[native-inputs]: indicates
  "autoconf-wrapper" needs to be replaced with "autoconf"
  on core-updates.
* gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf"
  instead of "autoconf-wrapper".
* gnu/packages/mail.scm (libetpan)[native-inputs]: likewise.
* gnu/packages/mate.scm
  (mate-icon-theme-faenza)[native-inputs]: add comment on why
  "autoconf-wrapper" is used.
  (mate-screensaver)[native-inputs]: use "autoconf" instead of
  "autoconf-wrapper".
* gnu/packages/package-management.scm (guix)[native-inputs]: likewise.
* gnu/packages/sawfish.scm (librep)[native-inputs]: likewise.
* gnu/packages/video.scm (motion)[native-inputs]: likewise.
* gnu/packages/zile.scm (zile)[native-inputs]: likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-17 23:10:19 +01:00
Tobias Geerinckx-Rice
497a4646b3
gnu: surgescript: Do not want static libraries.
* gnu/packages/game-development.scm (surgescript)[arguments]:
Add "-DWANT_STATIC=NO" to #:configure-flags.
2021-03-06 18:44:19 +01:00
Tobias Geerinckx-Rice
94466f9594
gnu: surgescript: Update to 0.5.5.
* gnu/packages/game-development.scm (surgescript): Update to 0.5.5.
2021-03-06 18:44:18 +01:00
Nicolas Goaziou
dfb67d2cc9
gnu: python2-pygame-sdl2: Use HTTPS home page URI.
* gnu/packages/game-development.scm (python2-pygame-sdl2)[home-page]: Use HTTPS URI.
2021-02-28 11:32:55 +01:00
Leo Prikler
771e1e7521
gnu: python2-renpy: Update to 7.4.2.
* gnu/packages/game-development.scm (python2-renpy): Update to 7.4.2.
[native-inputs]: Add gcc-8.
2021-02-07 20:25:54 +01:00
Leo Prikler
bab3110d44
gnu: python2-pygame-sdl2: Update to renpy-version 7.4.2.
* gnu/packages/game-development.scm (python2-pygame-sdl2): Update to
renpy-version 7.4.2.
2021-02-07 20:25:53 +01:00
Leo Prikler
4db5addbdd
gnu: Minor whitespace cleanup.
* gnu/packages/game-development.scm: Update copyright line for previous renpy commits.
(love-nuklear): Strip space at the end of the line.
2021-02-07 15:17:55 +01:00
Leo Prikler
eaa998577b
gnu: python2-renpy: Update to 7.4.0.
* gnu/packages/game-development.scm (python2-renpy): Update to 7.4.0.
(inputs): Move python2-pygame...
(propagated-inputs): ... to here.  Add python2-future.
(#:phases)[install]: Infer python version from input.
* gnu/packages/patches/renpy-use-system-fribidi.patch: Update to renpy 7.4.0.

python2-renpy: propagate python inputs
2021-02-07 15:17:55 +01:00
Leo Prikler
b4d71a62ad
gnu: python2-pygame-sdl2: Update to renpy-version 7.4.0.
* gnu/packages/game-development.scm (python2-pygame-sdl2): Update to
renpy-version 7.4.0.
2021-02-07 15:17:54 +01:00
Leo Prikler
1e1e6ebf3e
gnu: tsukundere: Update to 0.2.3.
* gnu/packages/game-development.scm (tsukundere): Update to 0.2.3.
[#:modules] Add guile-build-system for target-guile-effective-version.
[#:imported-modules] Likewise.
[#:phases] Add patch-command.
[native-inputs]: Add texinfo.
[description]: Update.
2021-01-28 13:18:45 +01:00
Tobias Geerinckx-Rice
d6660ef6ee
gnu: deutex: Update to 5.2.2.
* gnu/packages/game-development.scm (deutex): Update to 5.2.2.
[source]: Change tarball extension.
[native-inputs]: Add zstd.
2021-01-02 18:54:14 +01:00
Ricardo Wurmus
958789035f
gnu: gzochi: Update to 0.13.
* gnu/packages/game-development.scm (gzochi): Update to 0.13.
[inputs]: Replace guile-2.2 with guile-3.0.
2020-12-30 19:44:45 +01:00