From cb964b3c5a938a3e8677294b6870632bb3e94227 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 5 Jan 2016 08:15:57 +0700 Subject: games/gemrb: Updated for version 0.8.3.1. Signed-off-by: Willy Sudiarto Raharjo --- games/gemrb/README | 2 +- games/gemrb/gemrb.SlackBuild | 14 ++++++-------- games/gemrb/gemrb.info | 6 +++--- 3 files changed, 10 insertions(+), 12 deletions(-) (limited to 'games/gemrb') 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="" -- cgit v1.2.3