From d5a4ccdb742b28245541a4dc023c36b9a1696b26 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sun, 22 Sep 2024 17:39:18 -0700 Subject: games/peg-e: Version bump to 1.3.0 Signed-off-by: Willy Sudiarto Raharjo --- games/peg-e/README | 2 ++ games/peg-e/peg-e.SlackBuild | 14 +++++--------- games/peg-e/peg-e.info | 6 +++--- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/games/peg-e/README b/games/peg-e/README index d0b4a90be063..261d20190ace 100644 --- a/games/peg-e/README +++ b/games/peg-e/README @@ -3,3 +3,5 @@ order to remove them from the board, ultimately trying to eliminate all but one. The boards are randomly generated, with 100 levels of difficulty. The game auto-saves, and has undo-redo capability. Pieces can move horizontally, vertically, and diagonally. + +NOTE: 1.3.1 and newer require QT6. diff --git a/games/peg-e/peg-e.SlackBuild b/games/peg-e/peg-e.SlackBuild index 87a0c57846b7..7005a7ff663a 100644 --- a/games/peg-e/peg-e.SlackBuild +++ b/games/peg-e/peg-e.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for peg-e # Copyright 2012-2020 Larry Hajali +# Copyright 2024 Jeremy Hansen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=peg-e -VERSION=${VERSION:-1.2.8} +VERSION=${VERSION:-1.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 @@ -52,16 +50,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e @@ -93,7 +87,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog COPYING CREDITS INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + ChangeLog COPYING CREDITS 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/peg-e/peg-e.info b/games/peg-e/peg-e.info index cca04e31d513..dfbbb23e11f5 100644 --- a/games/peg-e/peg-e.info +++ b/games/peg-e/peg-e.info @@ -1,8 +1,8 @@ PRGNAM="peg-e" -VERSION="1.2.8" +VERSION="1.3.0" HOMEPAGE="https://gottcode.org/peg-e/" -DOWNLOAD="https://gottcode.org/peg-e/peg-e-1.2.8-src.tar.bz2" -MD5SUM="ea2659e5cf6e0d981189cbe2751588df" +DOWNLOAD="https://gottcode.org/peg-e/peg-e-1.3.0-src.tar.bz2" +MD5SUM="f1193bb93b5124c188d2168437742335" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3