diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/solarus-quest-editor/cmake.diff.gz | bin | 510 -> 0 bytes | |||
-rw-r--r-- | games/solarus-quest-editor/solarus-quest-editor.SlackBuild | 8 | ||||
-rw-r--r-- | games/solarus-quest-editor/solarus-quest-editor.info | 6 |
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 Binary files differdeleted file mode 100644 index 72d44e11e7..0000000000 --- a/games/solarus-quest-editor/cmake.diff.gz +++ /dev/null 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" |