diff options
Diffstat (limited to 'games/hedgewars/hedgewars.SlackBuild')
-rw-r--r-- | games/hedgewars/hedgewars.SlackBuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/games/hedgewars/hedgewars.SlackBuild b/games/hedgewars/hedgewars.SlackBuild index 1a421283ae9a9..5a004ef5f1449 100644 --- a/games/hedgewars/hedgewars.SlackBuild +++ b/games/hedgewars/hedgewars.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for Hedgewars. -# Rubén Llorente <porting@use.startmail.com> +# Original author: Rubén Llorente # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,6 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20230902 bkw: update for v1.0.2. + # 20230808 bkw: BUILD=2 # - take over maintenance. # - binary in /usr/games. @@ -39,8 +41,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hedgewars -VERSION=${VERSION:-1.0.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.0.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -52,9 +54,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 @@ -90,9 +89,6 @@ chown -R root:root . find . -type f -a -exec chmod 644 {} + \ -o -type d -a -exec chmod 755 {} + -patch -p1 < $CWD/fpc-3.2.0.patch -patch -p1 < $CWD/include.qpainterpath.diff - SLKCFLAGS+=" -fcommon" mkdir -p build |