summaryrefslogtreecommitdiff
path: root/games/pasang-emas/pasang-emas.SlackBuild
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2011-12-16 19:33:53 -0200
committerNiels Horn <niels.horn@slackbuilds.org>2011-12-16 19:33:53 -0200
commit85572e84078b339f7b753c101d30f7427f55ddf7 (patch)
treeceed9717c2a1ad947e32d03c6101a416217b375d /games/pasang-emas/pasang-emas.SlackBuild
parent44638cdc7ae82230a8b71ec55f2b5136136a9a61 (diff)
downloadslackbuilds-85572e84078b339f7b753c101d30f7427f55ddf7.tar.gz
games/pasang-emas: Updated for version 3.1.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/pasang-emas/pasang-emas.SlackBuild')
-rw-r--r--games/pasang-emas/pasang-emas.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/pasang-emas/pasang-emas.SlackBuild b/games/pasang-emas/pasang-emas.SlackBuild
index a1d59d9f5a..128abe89d6 100644
--- a/games/pasang-emas/pasang-emas.SlackBuild
+++ b/games/pasang-emas/pasang-emas.SlackBuild
@@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=pasang-emas
-VERSION=3.0.0
+VERSION=3.1.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,6 +46,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-themes-1.0.tar.bz2
tar xvf $CWD/pet-marble.tar.bz2
+tar xvf $CWD/pet-fragrance.tar.bz2
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -74,6 +75,7 @@ cd $PRGNAM-themes-1.0
cd ..
cp -ar marble $PKG/usr/share/$PRGNAM/themes
+cp -ar fragrance $PKG/usr/share/$PRGNAM/themes
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true