summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen2017-08-09 00:58:56 +0200
committer Willy Sudiarto Raharjo2017-08-12 01:57:36 +0200
commitf86795315d8931447a8c9f7c82eb22b67340f376 (patch)
tree63fb0a1e71ceb46006e6a1da3037da0c406b2d11 /games
parentea6f5740b7f90bb5bdd7737721c20fd9cb32d471 (diff)
downloadslackbuilds-f86795315d8931447a8c9f7c82eb22b67340f376.tar.gz
games/solarus-quest-editor: Updated for version 1.5.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/solarus-quest-editor/cmake.diff.gzbin510 -> 0 bytes
-rw-r--r--games/solarus-quest-editor/solarus-quest-editor.SlackBuild8
-rw-r--r--games/solarus-quest-editor/solarus-quest-editor.info6
3 files changed, 5 insertions, 9 deletions
diff --git a/games/solarus-quest-editor/cmake.diff.gz b/games/solarus-quest-editor/cmake.diff.gz
deleted file mode 100644
index 72d44e11e7..0000000000
--- a/games/solarus-quest-editor/cmake.diff.gz
+++ /dev/null
Binary files differ
diff --git a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild
index 4d795b5ff9..4e09d86609 100644
--- a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild
+++ b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild
@@ -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 \
diff --git a/games/solarus-quest-editor/solarus-quest-editor.info b/games/solarus-quest-editor/solarus-quest-editor.info
index 2fac6200e9..4cf728020e 100644
--- a/games/solarus-quest-editor/solarus-quest-editor.info
+++ b/games/solarus-quest-editor/solarus-quest-editor.info
@@ -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"