games/zelda-roth-se: Update source.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2018-06-13 07:47:14 +07:00 committed by Willy Sudiarto Raharjo
parent 1825a11eb6
commit ac2db729bb
2 changed files with 7 additions and 7 deletions

View File

@ -59,9 +59,9 @@ set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
rm -rf $PRGNAM-v$VERSION
tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz
cd $PRGNAM-v$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -70,11 +70,11 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Update cmake file to previous fixes from zsdx
# https://github.com/solarus-games/zelda-roth-se/commit/e9b5bd907f5b50b17d65ebe2fa50760d322c537c
# https://gitlab.com/solarus-games/zelda-roth-se/commit/e9b5bd907f5b50b17d65ebe2fa50760d322c537c
zcat $CWD/cmake.patch.gz | patch -p1
# Install icons and a desktop file.
# https://github.com/solarus-games/zelda-roth-se/pull/102
# https://gitlab.com/solarus-games/zelda-roth-se/merge_requests/102
zcat $CWD/share.patch.gz | patch -p1
mkdir -p build

View File

@ -1,8 +1,8 @@
PRGNAM="zelda-roth-se"
VERSION="1.1.0"
HOMEPAGE="http://www.solarus-games.org/"
DOWNLOAD="https://github.com/christopho/zelda_roth_se/archive/v1.1.0/zelda-roth-se-1.1.0.tar.gz"
MD5SUM="b0d6f332d2c8c4542217c4cf469fb3e3"
DOWNLOAD="https://gitlab.com/solarus-games/zelda-roth-se/-/archive/v1.1.0/zelda-roth-se-v1.1.0.tar.gz"
MD5SUM="640d4898e0d75eeb70435ff9921c7572"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="solarus"