diff options
author | B. Watson <urchlay@slackware.uk> | 2023-09-02 00:07:56 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:32 +0700 |
commit | 1d051170d11219274944c0d250d2279fec02ebe7 (patch) | |
tree | 93d02afbb6789b820682e840f54051304cb5ac1f /games | |
parent | 9f2f5f9821330d8633514c3be32e57fb9401e484 (diff) |
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')
-rw-r--r-- | games/hedgewars/hedgewars.SlackBuild | 14 | ||||
-rw-r--r-- | games/hedgewars/hedgewars.info | 6 |
2 files changed, 8 insertions, 12 deletions
diff --git a/games/hedgewars/hedgewars.SlackBuild b/games/hedgewars/hedgewars.SlackBuild index 1a421283ae9a..5a004ef5f144 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 diff --git a/games/hedgewars/hedgewars.info b/games/hedgewars/hedgewars.info index ac58dd47c0b8..8e52fa0217da 100644 --- a/games/hedgewars/hedgewars.info +++ b/games/hedgewars/hedgewars.info @@ -1,8 +1,8 @@ PRGNAM="hedgewars" -VERSION="1.0.0" +VERSION="1.0.2" HOMEPAGE="http://www.hedgewars.org" -DOWNLOAD="https://hedgewars.org/download/releases/hedgewars-src-1.0.0.tar.bz2" -MD5SUM="5463c05cd69abe2a256d9bbd41d4c923" +DOWNLOAD="https://www.hedgewars.org/download/releases/hedgewars-src-1.0.2.tar.bz2" +MD5SUM="1a91a973201c91bba2a494d428cadfbf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fpc lua physfs" |