From 31662e22aba8fde2bed0ece6e53d0a027769007a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 22 Feb 2022 12:09:09 -0500 Subject: games/tome: Updated for version 1.6.0. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/tome/tome.SlackBuild | 12 ++++++------ games/tome/tome.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'games/tome') diff --git a/games/tome/tome.SlackBuild b/games/tome/tome.SlackBuild index d7d371fea5..6314d41aca 100644 --- a/games/tome/tome.SlackBuild +++ b/games/tome/tome.SlackBuild @@ -22,11 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220221 bkw: Modified by SlackBuilds.org: fix build on 15.0, +# by upgrading to 1.6.0 (not the latest version). + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tome SRCNAM=t-engine4-src -VERSION=${VERSION:-1.5.10} +VERSION=${VERSION:-1.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -78,9 +78,9 @@ unzip -oj -qq game/engines/te4-${VERSION}.teae -d icons chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ # correction of SDL2 headers directory sed -i "s/opt\/SDL-2.0/usr/" premake4.lua diff --git a/games/tome/tome.info b/games/tome/tome.info index 854e79a042..67ccbedfb5 100644 --- a/games/tome/tome.info +++ b/games/tome/tome.info @@ -1,8 +1,8 @@ PRGNAM="tome" -VERSION="1.5.10" +VERSION="1.6.0" HOMEPAGE="https://te4.org/" -DOWNLOAD="https://te4.org/dl/t-engine/t-engine4-src-1.5.10.tar.bz2" -MD5SUM="bd5274590190c32d51411cb05d82bd5f" +DOWNLOAD="https://te4.org/dl/t-engine/t-engine4-src-1.6.0.tar.bz2" +MD5SUM="a73a7c2f41cec91afe5dc8392b63c502" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="premake" -- cgit v1.2.3-65-gdbad