diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-09-22 17:25:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-27 23:12:01 +0700 |
commit | e11e4be41e001119ff6cfa4a6028b3e683573ac9 (patch) | |
tree | 985b8c56f00a49a10172fc3816858f5abbc1b62f /games | |
parent | 4de0d333affc2d42e50f40a4d0a1cda5db92b63c (diff) |
games/pasang-emas: Version bump to 6.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/pasang-emas/pasang-emas.SlackBuild | 13 | ||||
-rw-r--r-- | games/pasang-emas/pasang-emas.info | 6 |
2 files changed, 8 insertions, 11 deletions
diff --git a/games/pasang-emas/pasang-emas.SlackBuild b/games/pasang-emas/pasang-emas.SlackBuild index dc5791ba67e7..f968995dc2f5 100644 --- a/games/pasang-emas/pasang-emas.SlackBuild +++ b/games/pasang-emas/pasang-emas.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for pasang-emas # Copyright 2009-2018 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pasang-emas -VERSION=${VERSION:-5.2.0} +VERSION=${VERSION:-6.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +39,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 @@ -82,9 +80,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Fix .desktop item. -sed -i 's|\.png||' data/pasang-emas.desktop.in - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -113,7 +108,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + AUTHORS ChangeLog COPYING NEWS README \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/games/pasang-emas/pasang-emas.info b/games/pasang-emas/pasang-emas.info index 7822c9998477..6c009169d359 100644 --- a/games/pasang-emas/pasang-emas.info +++ b/games/pasang-emas/pasang-emas.info @@ -1,11 +1,11 @@ PRGNAM="pasang-emas" -VERSION="5.2.0" +VERSION="6.3.0" HOMEPAGE="http://pasang-emas.sourceforge.net/index.xhtml" -DOWNLOAD="https://downloads.sourceforge.net/pasang-emas/pasang-emas-5.2.0.tar.xz \ +DOWNLOAD="https://downloads.sourceforge.net/pasang-emas/pasang-emas-6.3.0.tar.xz \ https://downloads.sourceforge.net/pasang-emas/pasang-emas-themes-1.0.tar.bz2 \ https://downloads.sourceforge.net/pasang-emas/pet-marble.tar.bz2 \ https://downloads.sourceforge.net/pasang-emas/pet-fragrance.tar.bz2" -MD5SUM="04648454a3b73366feb838e9e13c2986 \ +MD5SUM="0dfe5e816feea53e9c60428a7b1d8bbe \ b0cc4af9ec0f3b0a7b74ecfc13ce9399 \ 925f78cc8fb25f3bb8ca5f5ba9d3ae64 \ 4710b67c37f85e7d542ad8a02755471b" |