summaryrefslogtreecommitdiffstats
path: root/games/redeclipse
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+SBo@gmail.com>2018-01-01 10:07:40 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-06 06:55:11 +0700
commit4b876bf488914b2bd9de517f0d785a6145618802 (patch)
treea24302da4faebd8f0ddfe9e0edb0c0d70c1c56c5 /games/redeclipse
parentaaf4aa6295ce2edbd8a60955813cd37b4b167dc0 (diff)
downloadslackbuilds-4b876bf488914b2bd9de517f0d785a6145618802.tar.gz
slackbuilds-4b876bf488914b2bd9de517f0d785a6145618802.tar.xz
games/redeclipse: Updated for version 1.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/redeclipse')
-rw-r--r--games/redeclipse/README2
-rw-r--r--games/redeclipse/redeclipse.SlackBuild11
-rw-r--r--games/redeclipse/redeclipse.info154
-rw-r--r--games/redeclipse/submodules-list1
4 files changed, 88 insertions, 80 deletions
diff --git a/games/redeclipse/README b/games/redeclipse/README
index a9b471784b..68f9a75780 100644
--- a/games/redeclipse/README
+++ b/games/redeclipse/README
@@ -4,7 +4,7 @@ Red Eclipse is a single-player and multi-player first-person
ego-shooter, built as a total conversion of Cube Engine 2, which lends
itself toward a balanced gameplay, completely at the control of map
makers, while maintaining a general theme of agility in a variety of
-environments.
+environments.
This package is a re-build rather than a re-packaging of the
Red Eclipse release, respecting your custom SLKCFLAGS.
diff --git a/games/redeclipse/redeclipse.SlackBuild b/games/redeclipse/redeclipse.SlackBuild
index e11e9c3117..9fc132f829 100644
--- a/games/redeclipse/redeclipse.SlackBuild
+++ b/games/redeclipse/redeclipse.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=redeclipse
-VERSION=${VERSION:-1.5.8}
+VERSION=${VERSION:-1.6.0}
SRCNAM=base
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,10 +67,14 @@ cd $SRCNAM-$VERSION
# Unpack the submodules
for SUBMODULE in `cat $CWD/submodules-list`; do
- rm -r data/$SUBMODULE
+ if [ -d data/$SUBMODULE ]; then
+ rm -r data/$SUBMODULE
+ fi
tar xvf $CWD/${SUBMODULE}-${VERSION}.tar.gz
mv ${SUBMODULE}-${VERSION} data/${SUBMODULE}
- rm data/${SUBMODULE}/.gitmodules
+ if [ -e data/${SUBMODULE}/.gitmodules ]; then
+ rm data/${SUBMODULE}/.gitmodules
+ fi
done
chown -R root:root .
@@ -99,6 +103,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+# Copy slack-desc and doinst.sh into ./install
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
diff --git a/games/redeclipse/redeclipse.info b/games/redeclipse/redeclipse.info
index 11ac8da3db..eb8dd486e4 100644
--- a/games/redeclipse/redeclipse.info
+++ b/games/redeclipse/redeclipse.info
@@ -1,82 +1,84 @@
PRGNAM="redeclipse"
-VERSION="1.5.8"
+VERSION="1.6.0"
HOMEPAGE="http://www.redeclipse.net"
-DOWNLOAD="https://github.com/red-eclipse/base/archive/v1.5.8/base-1.5.8.tar.gz \
-https://github.com/red-eclipse/acerspyro/archive/v1.5.8/acerspyro-1.5.8.tar.gz \
-https://github.com/red-eclipse/actors/archive/v1.5.8/actors-1.5.8.tar.gz \
-https://github.com/red-eclipse/appleflap/archive/v1.5.8/appleflap-1.5.8.tar.gz \
-https://github.com/red-eclipse/blendbrush/archive/v1.5.8/blendbrush-1.5.8.tar.gz \
-https://github.com/red-eclipse/caustics/archive/v1.5.8/caustics-1.5.8.tar.gz \
-https://github.com/red-eclipse/crosshairs/archive/v1.5.8/crosshairs-1.5.8.tar.gz \
-https://github.com/red-eclipse/dziq/archive/v1.5.8/dziq-1.5.8.tar.gz \
-https://github.com/red-eclipse/elyvisions/archive/v1.5.8/elyvisions-1.5.8.tar.gz \
-https://github.com/red-eclipse/fonts/archive/v1.5.8/fonts-1.5.8.tar.gz \
-https://github.com/red-eclipse/freezurbern/archive/v1.5.8/freezurbern-1.5.8.tar.gz \
-https://github.com/red-eclipse/john/archive/v1.5.8/john-1.5.8.tar.gz \
-https://github.com/red-eclipse/jojo/archive/v1.5.8/jojo-1.5.8.tar.gz \
-https://github.com/red-eclipse/jwin/archive/v1.5.8/jwin-1.5.8.tar.gz \
-https://github.com/red-eclipse/luckystrike/archive/v1.5.8/luckystrike-1.5.8.tar.gz \
-https://github.com/red-eclipse/maps/archive/v1.5.8/maps-1.5.8.tar.gz \
-https://github.com/red-eclipse/mayhem/archive/v1.5.8/mayhem-1.5.8.tar.gz \
-https://github.com/red-eclipse/mikeplus64/archive/v1.5.8/mikeplus64-1.5.8.tar.gz \
-https://github.com/red-eclipse/misc/archive/v1.5.8/misc-1.5.8.tar.gz \
-https://github.com/red-eclipse/nieb/archive/v1.5.8/nieb-1.5.8.tar.gz \
-https://github.com/red-eclipse/nobiax/archive/v1.5.8/nobiax-1.5.8.tar.gz \
-https://github.com/red-eclipse/particles/archive/v1.5.8/particles-1.5.8.tar.gz \
-https://github.com/red-eclipse/philipk/archive/v1.5.8/philipk-1.5.8.tar.gz \
-https://github.com/red-eclipse/projectiles/archive/v1.5.8/projectiles-1.5.8.tar.gz \
-https://github.com/red-eclipse/props/archive/v1.5.8/props-1.5.8.tar.gz \
-https://github.com/red-eclipse/skyboxes/archive/v1.5.8/skyboxes-1.5.8.tar.gz \
-https://github.com/red-eclipse/snipergoth/archive/v1.5.8/snipergoth-1.5.8.tar.gz \
-https://github.com/red-eclipse/sounds/archive/v1.5.8/sounds-1.5.8.tar.gz \
-https://github.com/red-eclipse/textures/archive/v1.5.8/textures-1.5.8.tar.gz \
-https://github.com/red-eclipse/torley/archive/v1.5.8/torley-1.5.8.tar.gz \
-https://github.com/red-eclipse/trak/archive/v1.5.8/trak-1.5.8.tar.gz \
-https://github.com/red-eclipse/ulukai/archive/v1.5.8/ulukai-1.5.8.tar.gz \
-https://github.com/red-eclipse/unnamed/archive/v1.5.8/unnamed-1.5.8.tar.gz \
-https://github.com/red-eclipse/vanities/archive/v1.5.8/vanities-1.5.8.tar.gz \
-https://github.com/red-eclipse/vegetation/archive/v1.5.8/vegetation-1.5.8.tar.gz \
-https://github.com/red-eclipse/weapons/archive/v1.5.8/weapons-1.5.8.tar.gz \
-https://github.com/red-eclipse/wicked/archive/v1.5.8/wicked-1.5.8.tar.gz"
-MD5SUM="847ba27b605be12ecd81f32fa6e63632 \
-4cf932dab1a81627c3039d1a7d6c139e \
-b9ebca89084c42c03990a861d0e62d6a \
-d28d9deb0d58cbcdd939d0a14b1d502f \
-3d0cdd1d361bac79f39b4bf0509f2b0a \
-db43fd5c3c6d6586bf7a5250b71dadcb \
-c055e7970408c557345b31a637bcd310 \
-1d86961db63fe79fc287a24d26f7dd3c \
-62855ca4c0138d1f7c473f07d82712a5 \
-2ac6271d8c0b39e9ea45c34be22f0e94 \
-499af84a47bdbf0e181fd2d9bdb9e9c1 \
-42977d41e3a78e1934128edd3231adb8 \
-ec29a0ed72d9f2a1efe6bcac2b86aefb \
-174b7d9d5c5fe19d42a36758ce986577 \
-e1b7ddc65576a488ffc2bb8c1862b512 \
-28224b47ec08317b08b377328e77c39d \
-4ed06dae44455afea522ff468117ec09 \
-ac6950584ed9bf7feb092d06fb06d6da \
-0a9630ee2f41818ffb735984905dd8dd \
-81212f015c0036ff08ee67a44bf8e22c \
-64aee980afc452494e38d51fb1d294db \
-270dad16387a38b37eb60764f6d523b6 \
-861c647c4b17aa1978cba5e741dadc1d \
-3513a09ae4cbf146c3df877a74302579 \
-4cf2255b7a935e9db41fc4cd6ba98b81 \
-fadc95b08bd802804d115f4fbcf5411a \
-0598bd2f37dfd9639bb46bdaf41a2b78 \
-60a40a66518fce41ee1144642261afe4 \
-213990cfdc6fd23232960a9c434daf97 \
-2fca5c7188c2ac32e1b1b97f8173799c \
-bbdac099ac7797848f49fd5b8e1b200c \
-cf8bc0457efac4275c9f1f00d1f8de61 \
-07f12c2f2d0f6d81208a2b72508f3ea9 \
-fd99a5c0f70ec6d5f14e8e05bca7bc24 \
-002d037766ad0d5b3cfc8ae5d6649893 \
-ed60dbc37a24570199729d80b7af58e7 \
-b1e62f954af2429dead148f676fcf8af"
+DOWNLOAD="https://github.com/red-eclipse/base/archive/v1.6.0/base-1.6.0.tar.gz \
+https://github.com/red-eclipse/acerspyro/archive/v1.6.0/acerspyro-1.6.0.tar.gz \
+https://github.com/red-eclipse/actors/archive/v1.6.0/actors-1.6.0.tar.gz \
+https://github.com/red-eclipse/appleflap/archive/v1.6.0/appleflap-1.6.0.tar.gz \
+https://github.com/red-eclipse/blendbrush/archive/v1.6.0/blendbrush-1.6.0.tar.gz \
+https://github.com/red-eclipse/caustics/archive/v1.6.0/caustics-1.6.0.tar.gz \
+https://github.com/red-eclipse/crosshairs/archive/v1.6.0/crosshairs-1.6.0.tar.gz \
+https://github.com/red-eclipse/decals/archive/v1.6.0/decals-1.6.0.tar.gz \
+https://github.com/red-eclipse/dziq/archive/v1.6.0/dziq-1.6.0.tar.gz \
+https://github.com/red-eclipse/elyvisions/archive/v1.6.0/elyvisions-1.6.0.tar.gz \
+https://github.com/red-eclipse/fonts/archive/v1.6.0/fonts-1.6.0.tar.gz \
+https://github.com/red-eclipse/freezurbern/archive/v1.6.0/freezurbern-1.6.0.tar.gz \
+https://github.com/red-eclipse/john/archive/v1.6.0/john-1.6.0.tar.gz \
+https://github.com/red-eclipse/jojo/archive/v1.6.0/jojo-1.6.0.tar.gz \
+https://github.com/red-eclipse/jwin/archive/v1.6.0/jwin-1.6.0.tar.gz \
+https://github.com/red-eclipse/luckystrike/archive/v1.6.0/luckystrike-1.6.0.tar.gz \
+https://github.com/red-eclipse/maps/archive/v1.6.0/maps-1.6.0.tar.gz \
+https://github.com/red-eclipse/mayhem/archive/v1.6.0/mayhem-1.6.0.tar.gz \
+https://github.com/red-eclipse/mikeplus64/archive/v1.6.0/mikeplus64-1.6.0.tar.gz \
+https://github.com/red-eclipse/misc/archive/v1.6.0/misc-1.6.0.tar.gz \
+https://github.com/red-eclipse/nieb/archive/v1.6.0/nieb-1.6.0.tar.gz \
+https://github.com/red-eclipse/nobiax/archive/v1.6.0/nobiax-1.6.0.tar.gz \
+https://github.com/red-eclipse/particles/archive/v1.6.0/particles-1.6.0.tar.gz \
+https://github.com/red-eclipse/philipk/archive/v1.6.0/philipk-1.6.0.tar.gz \
+https://github.com/red-eclipse/projectiles/archive/v1.6.0/projectiles-1.6.0.tar.gz \
+https://github.com/red-eclipse/props/archive/v1.6.0/props-1.6.0.tar.gz \
+https://github.com/red-eclipse/skyboxes/archive/v1.6.0/skyboxes-1.6.0.tar.gz \
+https://github.com/red-eclipse/snipergoth/archive/v1.6.0/snipergoth-1.6.0.tar.gz \
+https://github.com/red-eclipse/sounds/archive/v1.6.0/sounds-1.6.0.tar.gz \
+https://github.com/red-eclipse/textures/archive/v1.6.0/textures-1.6.0.tar.gz \
+https://github.com/red-eclipse/torley/archive/v1.6.0/torley-1.6.0.tar.gz \
+https://github.com/red-eclipse/trak/archive/v1.6.0/trak-1.6.0.tar.gz \
+https://github.com/red-eclipse/ulukai/archive/v1.6.0/ulukai-1.6.0.tar.gz \
+https://github.com/red-eclipse/unnamed/archive/v1.6.0/unnamed-1.6.0.tar.gz \
+https://github.com/red-eclipse/vanities/archive/v1.6.0/vanities-1.6.0.tar.gz \
+https://github.com/red-eclipse/vegetation/archive/v1.6.0/vegetation-1.6.0.tar.gz \
+https://github.com/red-eclipse/weapons/archive/v1.6.0/weapons-1.6.0.tar.gz \
+https://github.com/red-eclipse/wicked/archive/v1.6.0/wicked-1.6.0.tar.gz"
+MD5SUM="b33238fb8124b4c640efdb2bb71623d1 \
+8155244c455c36a9b23f95ae83ca0784 \
+6acd2805729afaebfe5bf9d4f976ff3d \
+0871aad5d3f4b09cba6ed330776ddfc5 \
+69713dccf2a52d20b7361dbc8c46a04e \
+74b65cf48f831411d4e2e4559aabb626 \
+59300ea9052c798ec50a4c892ee8d592 \
+d2b03e43f558c2caf56d669a58552142 \
+78d637df6128c47b17e9f5cecd7827d9 \
+f249bb74e105cee198d5d34023d38c99 \
+0cb052d339f31e28b5d74339af1f5a90 \
+95becd0174d6c29f6841fba55c006f38 \
+72ea902c747addc3bfb00d84a7553c1b \
+5d1e4969f42aca35d48778d49d33b56c \
+e4a7cb44dbc7491102800bb88859cff6 \
+7462d25389550d10dcb62ea0364319ca \
+9473fc2f51e00637d7c0338fc9291cbf \
+efd8bc4390d1c344d6ac52ee78f65ee1 \
+924c14f7d5f1bb5a5ed2e5ab4474c8cc \
+37f03531ff2a721aecd9d82f9f3e61b5 \
+c558685cc88987e0996ee17c633db91f \
+299d0a9be904edd3af02f3243f3c4e18 \
+d451edbc96e1850f59a90085aef0c2d0 \
+a52c5fafba5bac0229c2b997e416e4f3 \
+98e530be7e84758a09fd44486718c899 \
+f99cc75fbb64ddf02a510bffb51ef5ee \
+2e09209f10f2258528c17717e445b83c \
+9c125b4bed097234d98238e961bb49da \
+52fc78f595b1ac96f5b0702cbc6d67a8 \
+06058110789ca846ebd7ce411e2be614 \
+88c975dd3376e3bcb537660cab1b9875 \
+c62dae957c88c75fe94b151d9eba4d58 \
+45c63159959bf6932c7fea016608cc51 \
+4f2a53536103cf8c918532f447300377 \
+ad80d8c0480f7250a501a280a206f231 \
+e51968e4ad040cb8bc01c849580698dd \
+bba5d43b78667f1973985b39f3d04c21 \
+a7c15faf02a7a300d94b5640802396a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="SDL2_image SDL2_mixer"
+REQUIRES="SDL2 SDL2_image SDL2_mixer"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"
diff --git a/games/redeclipse/submodules-list b/games/redeclipse/submodules-list
index 693b967aba..36083edb37 100644
--- a/games/redeclipse/submodules-list
+++ b/games/redeclipse/submodules-list
@@ -4,6 +4,7 @@ appleflap
blendbrush
caustics
crosshairs
+decals
dziq
elyvisions
fonts