diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-07-26 14:47:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-26 19:08:07 +0700 |
commit | 8a44ac150f59094d095653e43be6f75546cd76c7 (patch) | |
tree | ebacdc3029519032045e070cf174be84fc01f7f6 /games/tome4/tome4.SlackBuild | |
parent | c44cab6bd5efd706b6e5fd698b5a1ed5c51fce7d (diff) | |
download | slackbuilds-8a44ac150f59094d095653e43be6f75546cd76c7.tar.gz |
games/tome4: Updated for version 1.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tome4/tome4.SlackBuild')
-rw-r--r-- | games/tome4/tome4.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/tome4/tome4.SlackBuild b/games/tome4/tome4.SlackBuild index 09d09b26e6..e18859afad 100644 --- a/games/tome4/tome4.SlackBuild +++ b/games/tome4/tome4.SlackBuild @@ -24,8 +24,8 @@ PRGNAM=tome4 SRCNAM=t-engine4-src -VERSION=${VERSION:-1.1.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -64,7 +64,7 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 cd $SRCNAM-$VERSION # extract icons -unzip -oj -qq game/engines/te4-1.1.5.teae -d icons +unzip -oj -qq game/engines/te4-1.2.3.teae -d icons chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -73,7 +73,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # correction of SDL2 headers directory -patch -p1 < $CWD/premake4_sdl.patch +sed -i "s/opt\/SDL-2.0/usr/" premake4.lua # build game premake4 gmake |