games/solarus-quest-editor: Updated for version 1.5.3.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-08-08 23:58:56 +01:00 committed by Willy Sudiarto Raharjo
parent ea6f5740b7
commit f86795315d
3 changed files with 5 additions and 9 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=solarus-quest-editor
VERSION=${VERSION:-1.5.2}
VERSION=${VERSION:-1.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
set -e
set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -69,10 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Add DSOLARUS_INSTALL_BINDIR and DSOLARUS_INSTALL_DATADIR
# https://github.com/solarus-games/solarus-quest-editor/commit/286fa0823c78e38f8fef128ca7f86e85dcf1ab3f
zcat $CWD/cmake.diff.gz | patch -p1
mkdir -p build
cd build
cmake \

View File

@ -1,8 +1,8 @@
PRGNAM="solarus-quest-editor"
VERSION="1.5.2"
VERSION="1.5.3"
HOMEPAGE="http://www.solarus-games.org/"
DOWNLOAD="https://github.com/christopho/solarus-quest-editor/archive/v1.5.2/solarus-quest-editor-1.5.2.tar.gz"
MD5SUM="32ce3cb8dcc780db253db8ca7ce7fa3f"
DOWNLOAD="https://github.com/christopho/solarus-quest-editor/archive/v1.5.3/solarus-quest-editor-1.5.3.tar.gz"
MD5SUM="fc72b5945c0dec121e82defc94281aad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="solarus qt5"