summaryrefslogtreecommitdiffstats
path: root/games/hedgewars/hedgewars.SlackBuild
diff options
context:
space:
mode:
author B. Watson2023-09-02 06:07:56 +0200
committer Willy Sudiarto Raharjo2023-09-02 13:02:32 +0200
commit1d051170d11219274944c0d250d2279fec02ebe7 (patch)
tree93d02afbb6789b820682e840f54051304cb5ac1f /games/hedgewars/hedgewars.SlackBuild
parent9f2f5f9821330d8633514c3be32e57fb9401e484 (diff)
downloadslackbuilds-1d051170d11219274944c0d250d2279fec02ebe7.tar.gz
games/hedgewars: Updated for version 1.0.2.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/hedgewars/hedgewars.SlackBuild')
-rw-r--r--games/hedgewars/hedgewars.SlackBuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/games/hedgewars/hedgewars.SlackBuild b/games/hedgewars/hedgewars.SlackBuild
index 1a421283ae..5a004ef5f1 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