diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-05-24 20:50:31 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-05-24 21:00:15 -0400 |
commit | 8698d986db21d6399fb57f1af1e38d6223bf9b92 (patch) | |
tree | 815c3736f860bfb6402ebc0f03aafd0d455f0a4c /gnu/local.mk | |
parent | 608d148c50962bc217b6481f60507873801464cf (diff) | |
download | guix-8698d986db21d6399fb57f1af1e38d6223bf9b92.tar guix-8698d986db21d6399fb57f1af1e38d6223bf9b92.tar.gz |
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.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index d0745b0056..57d3590b57 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1283,6 +1283,8 @@ dist_patch_DATA = \ %D%/packages/patches/superlu-dist-awpm-grid.patch \ %D%/packages/patches/superlu-dist-fix-mpi-deprecations.patch \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ + %D%/packages/patches/supertux-fix-build-with-gcc5.patch \ + %D%/packages/patches/supertux-unbundle-squirrel.patch \ %D%/packages/patches/swig-guile-gc.patch \ %D%/packages/patches/swish-e-search.patch \ %D%/packages/patches/swish-e-format-security.patch \ |