diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-06-13 07:45:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-13 07:45:46 +0700 |
commit | 76025af0f12bcc07bf68855d4d7504721eabfc79 (patch) | |
tree | 2404a31a0200d9aed76ec14fe07e8161c12e5d2f /games | |
parent | a847e17abd0ca232867475a10f4472668c22b1f8 (diff) | |
download | slackbuilds-76025af0f12bcc07bf68855d4d7504721eabfc79.tar.gz |
games/solarus-quest-editor: Update source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/solarus-quest-editor/solarus-quest-editor.SlackBuild | 10 | ||||
-rw-r--r-- | games/solarus-quest-editor/solarus-quest-editor.info | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild index 6acf4d0e00..064e59fbc2 100644 --- a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild +++ b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild @@ -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 \ @@ -70,11 +70,11 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Correctly guess the assets directory for installed builds -# https://github.com/solarus-games/solarus-quest-editor/commit/6bb12e5e6029652e471054b71487ad9777b5d3d7 +# https://gitlab.com/solarus-games/solarus-quest-editor/commit/6bb12e5e6029652e471054b71487ad9777b5d3d7 zcat $CWD/assets.patch | patch -p1 # Install a png logo to pixmaps -# https://github.com/solarus-games/solarus-quest-editor/pull/298 +# https://gitlab.com/solarus-games/solarus-quest-editor/commit/ff61343c0786c19d8bd4272187dc3d423b289381 zcat $CWD/pixmaps.patch | patch -p1 mkdir -p build diff --git a/games/solarus-quest-editor/solarus-quest-editor.info b/games/solarus-quest-editor/solarus-quest-editor.info index 57220f8dc5..6b10219280 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.3" HOMEPAGE="http://www.solarus-games.org/" -DOWNLOAD="https://github.com/christopho/solarus-quest-editor/archive/v1.5.3/solarus-quest-editor-1.5.3.tar.gz" -MD5SUM="fc72b5945c0dec121e82defc94281aad" +DOWNLOAD="https://gitlab.com/solarus-games/solarus-quest-editor/-/archive/v1.5.3/solarus-quest-editor-v1.5.3.tar.gz" +MD5SUM="a6e50ca14e43134ce3850f7efa49d3fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="solarus qt5" |