aboutsummaryrefslogtreecommitdiff
path: root/games/opensurge
diff options
context:
space:
mode:
authorJohannes Schoepfer <slackbuilds@schoepfer.info>2024-08-27 19:07:53 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-27 21:14:08 +0700
commit9464bcbee153b53fc5cd598bfd56abc5aed282ea (patch)
tree4cb7cfc06ec0bd9afd78d6768cd67f1c9e4f75f0 /games/opensurge
parent0bca3391f5fed30d370ef4419b1781b3b913ebab (diff)
games/opensurge: Updated for version 0.6.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/opensurge')
-rw-r--r--games/opensurge/opensurge.SlackBuild11
-rw-r--r--games/opensurge/opensurge.info6
2 files changed, 7 insertions, 10 deletions
diff --git a/games/opensurge/opensurge.SlackBuild b/games/opensurge/opensurge.SlackBuild
index 2495f6b116fb..683901774fb6 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 a20aef6aed47..63ff2ecf23bd 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"