summaryrefslogtreecommitdiffstats
path: root/games/gemrb
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-01-05 02:15:57 +0100
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commitcb964b3c5a938a3e8677294b6870632bb3e94227 (patch)
tree4cd338ab27b0b2acdf57c10191cbfaaac6f70af6 /games/gemrb
parentc3f0bf96a43921c0010f087ed97d15062d2b88a4 (diff)
downloadslackbuilds-cb964b3c5a938a3e8677294b6870632bb3e94227.tar.gz
games/gemrb: Updated for version 0.8.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/gemrb')
-rw-r--r--games/gemrb/README2
-rw-r--r--games/gemrb/gemrb.SlackBuild14
-rw-r--r--games/gemrb/gemrb.info6
3 files changed, 10 insertions, 12 deletions
diff --git a/games/gemrb/README b/games/gemrb/README
index 16bfbe2cf4..c1d0ca8b08 100644
--- a/games/gemrb/README
+++ b/games/gemrb/README
@@ -1,3 +1,3 @@
GemRB is a portable open-source implementation of Bioware's Infinity Engine.
-Optional dependencies: OpenAL or SDL_Mixer
+Optional dependencies: OpenAL or SDL2_Mixer
diff --git a/games/gemrb/gemrb.SlackBuild b/games/gemrb/gemrb.SlackBuild
index da9684fe68..d739ae2543 100644
--- a/games/gemrb/gemrb.SlackBuild
+++ b/games/gemrb/gemrb.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gemrb
-VERSION=${VERSION:-0.7.2}
+VERSION=${VERSION:-0.8.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p build
cd build
@@ -90,9 +90,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/games/gemrb/gemrb.info b/games/gemrb/gemrb.info
index ec688e4951..0aacd5f8da 100644
--- a/games/gemrb/gemrb.info
+++ b/games/gemrb/gemrb.info
@@ -1,8 +1,8 @@
PRGNAM="gemrb"
-VERSION="0.7.2"
+VERSION="0.8.3.1"
HOMEPAGE="http://www.gemrb.org"
-DOWNLOAD="http://downloads.sourceforge.net/project/gemrb/GemRB%20Sources/GemRB%200.7.2%20Sources/gemrb-0.7.2.tar.gz"
-MD5SUM="4260fcd42f42ce9232668b202b320b29"
+DOWNLOAD="http://sourceforge.net/projects/gemrb/files/GemRB%20Sources/GemRB%200.8.3%20Sources/gemrb-0.8.3.1.tar.gz"
+MD5SUM="e2ddb82646a772fadd3327705ec4aa91"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""