summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Tim Dickson <dickson.tim@googlemail.com>2020-02-08 01:53:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-08 01:53:55 +0700
commitcaa74f6e4bced3102026fa166bb6c99f017b86a3 (patch)
treee1a4b2a14df074165ff76730c2eceb73a656dff4 /games
parent4a144bf45acfe031790a64a569db8a5e36e2b0cf (diff)
downloadslackbuilds-caa74f6e4bced3102026fa166bb6c99f017b86a3.tar.gz
slackbuilds-caa74f6e4bced3102026fa166bb6c99f017b86a3.tar.xz
games/waterCloset: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/waterCloset/waterCloset.SlackBuild12
-rw-r--r--games/waterCloset/waterCloset.info8
2 files changed, 8 insertions, 12 deletions
diff --git a/games/waterCloset/waterCloset.SlackBuild b/games/waterCloset/waterCloset.SlackBuild
index e548b8f0e8..01837f73c7 100644
--- a/games/waterCloset/waterCloset.SlackBuild
+++ b/games/waterCloset/waterCloset.SlackBuild
@@ -2,15 +2,16 @@
# Slackware build script for waterCloset
# Written by Tim Dickson dickson.tim@googlemail.com
-# (C) 2019
+# (C) 2019/20
# changelog
#
# 14/11/2019. version 0.9.2 first version for this script
# fix doc dir for slackware defaults.
+# 06/02/2020. version 1.0 first major "full" version.
PRGNAM=waterCloset
GITNAM=wc
-VERSION=${VERSION:-0.9.2}
+VERSION=${VERSION:-1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -47,7 +48,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.src.tar.gz
-cd $GITNAM-$VERSION
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -55,11 +56,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-#fix hard-coded manual location
-#sed -i "s_blobwars/man_blobwars-$VERSION/man_" data/titleWidgets
-
-#doc dir fixed for slackware and help display bug.
-#note. the trailing / on the first make command is intentional.
make
make install DESTDIR=$PKG
diff --git a/games/waterCloset/waterCloset.info b/games/waterCloset/waterCloset.info
index 2632f81859..d06025d9c8 100644
--- a/games/waterCloset/waterCloset.info
+++ b/games/waterCloset/waterCloset.info
@@ -1,10 +1,10 @@
PRGNAM="waterCloset"
-VERSION="0.9.2"
+VERSION="1.0"
HOMEPAGE="https://www.parallelrealities.co.uk/games/wc/"
-DOWNLOAD="https://github.com/stephenjsweeney/wc/archive/v0.9.2/waterCloset-0.9.2.src.tar.gz"
-MD5SUM="eacb67347c3918af3c20c1e2f473568e"
+DOWNLOAD="https://github.com/stephenjsweeney/wc/archive/v1.0/waterCloset-1.0.src.tar.gz"
+MD5SUM="1f3d4a94145be98484ed25c060314c8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_image SDL2_mixer SDL2_ttf"
-MAINTAINER="Tim Dickson (timsoft)"
+MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"