games/solarus: Update source.

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

View File

@ -2,7 +2,7 @@
# Slackware build script for solarus
# Copyright 2015-2017 Hunter Sezen California, USA
# Copyright 2015-2018 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -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 \
@ -78,9 +78,9 @@ fi
# Add SOLARUS_MANUAL_INSTALL_DESTINATION
# Remove SOLARUS_BUNDLE in cmake/AddInstallTargets.cmake
# Install solarus-run.6 when the gui is not compiled
# https://github.com/solarus-games/solarus/commit/a7822b3a523a7985defbe1c9daca1401c98dc7a7
# https://github.com/solarus-games/solarus/commit/1d5cb589cc532e477d784907e776d5ce3d6fed3a
# https://github.com/solarus-games/solarus/commit/2b3a54137fbb124f87eec40ad406291acb63cf3b
# https://gitlab.com/solarus-games/solarus/commit/a7822b3a523a7985defbe1c9daca1401c98dc7a7
# https://gitlab.com/solarus-games/solarus/commit/1d5cb589cc532e477d784907e776d5ce3d6fed3a
# https://gitlab.com/solarus-games/solarus/commit/2b3a54137fbb124f87eec40ad406291acb63cf3b
zcat $CWD/cmake.patch.gz | patch -p1
mkdir -p build

View File

@ -1,8 +1,8 @@
PRGNAM="solarus"
VERSION="1.5.3"
HOMEPAGE="http://www.solarus-games.org/"
DOWNLOAD="https://github.com/solarus-games/solarus/archive/v1.5.3/solarus-1.5.3.tar.gz"
MD5SUM="a89ef1c29d4ebd171d3e77e46fb90e0a"
DOWNLOAD="https://gitlab.com/solarus-games/solarus/-/archive/v1.5.3/solarus-v1.5.3.tar.gz"
MD5SUM="4953477094e7e0505c27733a19e74d99"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenAL SDL2_image SDL2_ttf libmodplug luajit physfs"