From 9464bcbee153b53fc5cd598bfd56abc5aed282ea Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Tue, 27 Aug 2024 19:07:53 +0700 Subject: [PATCH] games/opensurge: Updated for version 0.6.1.2. Signed-off-by: Willy Sudiarto Raharjo --- games/opensurge/opensurge.SlackBuild | 11 ++++------- games/opensurge/opensurge.info | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/games/opensurge/opensurge.SlackBuild b/games/opensurge/opensurge.SlackBuild index 2495f6b116..683901774f 100644 --- a/games/opensurge/opensurge.SlackBuild +++ b/games/opensurge/opensurge.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for opensurge -# Copyright 2022 Johannes Schoepfer, Germany +# Copyright 2022-2024 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=opensurge -VERSION=${VERSION:-0.6.1.1} +VERSION=${VERSION:-0.6.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -68,9 +68,9 @@ cd $PRGNAM-$VERSION 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 {} + mkdir -p build cd build @@ -83,9 +83,6 @@ cd build make install/strip DESTDIR=$PKG cd .. -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENSE *.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/opensurge/opensurge.info b/games/opensurge/opensurge.info index a20aef6aed..63ff2ecf23 100644 --- a/games/opensurge/opensurge.info +++ b/games/opensurge/opensurge.info @@ -1,8 +1,8 @@ PRGNAM="opensurge" -VERSION="0.6.1.1" +VERSION="0.6.1.2" HOMEPAGE="https://opensurge2d.org" -DOWNLOAD="https://github.com/alemart/opensurge/archive/v0.6.1.1/opensurge-0.6.1.1.tar.gz" -MD5SUM="55709322a3785caceb75a64443687f59" +DOWNLOAD="https://github.com/alemart/opensurge/archive/v0.6.1.2/opensurge-0.6.1.2.tar.gz" +MD5SUM="429c362c103d4b7c8a142ede8bdf98eb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="allegro surgescript"