From f86795315d8931447a8c9f7c82eb22b67340f376 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Tue, 8 Aug 2017 23:58:56 +0100 Subject: games/solarus-quest-editor: Updated for version 1.5.3. Signed-off-by: David Spencer --- games/solarus-quest-editor/cmake.diff.gz | Bin 510 -> 0 bytes .../solarus-quest-editor/solarus-quest-editor.SlackBuild | 8 ++------ games/solarus-quest-editor/solarus-quest-editor.info | 6 +++--- 3 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 games/solarus-quest-editor/cmake.diff.gz (limited to 'games/solarus-quest-editor') 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 Binary files a/games/solarus-quest-editor/cmake.diff.gz and /dev/null 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" -- cgit v1.2.3-65-gdbad