From 1825a11eb64dd5a88e0626f7c1862e1a63f381a0 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 13 Jun 2018 07:46:29 +0700 Subject: games/solarus: Update source. Signed-off-by: Willy Sudiarto Raharjo --- games/solarus/solarus.SlackBuild | 14 +++++++------- games/solarus/solarus.info | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'games') diff --git a/games/solarus/solarus.SlackBuild b/games/solarus/solarus.SlackBuild index b9a583304e..77f6f5ac07 100644 --- a/games/solarus/solarus.SlackBuild +++ b/games/solarus/solarus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for solarus -# Copyright 2015-2017 Hunter Sezen California, USA +# Copyright 2015-2018 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -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 \ @@ -78,9 +78,9 @@ fi # Add SOLARUS_MANUAL_INSTALL_DESTINATION # Remove SOLARUS_BUNDLE in cmake/AddInstallTargets.cmake # Install solarus-run.6 when the gui is not compiled -# https://github.com/solarus-games/solarus/commit/a7822b3a523a7985defbe1c9daca1401c98dc7a7 -# https://github.com/solarus-games/solarus/commit/1d5cb589cc532e477d784907e776d5ce3d6fed3a -# https://github.com/solarus-games/solarus/commit/2b3a54137fbb124f87eec40ad406291acb63cf3b +# https://gitlab.com/solarus-games/solarus/commit/a7822b3a523a7985defbe1c9daca1401c98dc7a7 +# https://gitlab.com/solarus-games/solarus/commit/1d5cb589cc532e477d784907e776d5ce3d6fed3a +# https://gitlab.com/solarus-games/solarus/commit/2b3a54137fbb124f87eec40ad406291acb63cf3b zcat $CWD/cmake.patch.gz | patch -p1 mkdir -p build diff --git a/games/solarus/solarus.info b/games/solarus/solarus.info index 16617d3dad..8f9d90e27d 100644 --- a/games/solarus/solarus.info +++ b/games/solarus/solarus.info @@ -1,8 +1,8 @@ PRGNAM="solarus" VERSION="1.5.3" HOMEPAGE="http://www.solarus-games.org/" -DOWNLOAD="https://github.com/solarus-games/solarus/archive/v1.5.3/solarus-1.5.3.tar.gz" -MD5SUM="a89ef1c29d4ebd171d3e77e46fb90e0a" +DOWNLOAD="https://gitlab.com/solarus-games/solarus/-/archive/v1.5.3/solarus-v1.5.3.tar.gz" +MD5SUM="4953477094e7e0505c27733a19e74d99" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenAL SDL2_image SDL2_ttf libmodplug luajit physfs" -- cgit v1.2.3