aboutsummaryrefslogtreecommitdiff
path: root/desktop/zenity/zenity.SlackBuild
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2022-07-03 14:39:26 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-09 10:06:15 +0700
commitc95ef72f9a930b4b80e27514e8662ebde2453f1f (patch)
tree98015ce7c19c4a4cf031c974b27f6b15b9a2d14d /desktop/zenity/zenity.SlackBuild
parent0d022089036ce46b186e8793b84de64d4ba5f63f (diff)
desktop/zenity: Updated for version 3.43.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/zenity/zenity.SlackBuild')
-rw-r--r--desktop/zenity/zenity.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/zenity/zenity.SlackBuild b/desktop/zenity/zenity.SlackBuild
index 1ee4ca3ade..36868c7c5b 100644
--- a/desktop/zenity/zenity.SlackBuild
+++ b/desktop/zenity/zenity.SlackBuild
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zenity
-VERSION=${VERSION:-3.42.1}
+VERSION=${VERSION:-3.43.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -41,9 +41,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
@@ -112,7 +109,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS ChangeLog HACKING README TODO \
+ AUTHORS ChangeLog HACKING README* TODO \
COPYING ChangeLog.pre-git NEWS THANKS \
$PKG/usr/doc/$PRGNAM-$VERSION || true