diff options
author | Logan Rathbone <poprocks@gmail.com> | 2022-07-03 14:39:26 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:15 +0700 |
commit | c95ef72f9a930b4b80e27514e8662ebde2453f1f (patch) | |
tree | 98015ce7c19c4a4cf031c974b27f6b15b9a2d14d /desktop | |
parent | 0d022089036ce46b186e8793b84de64d4ba5f63f (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')
-rw-r--r-- | desktop/zenity/README | 2 | ||||
-rw-r--r-- | desktop/zenity/slack-desc | 2 | ||||
-rw-r--r-- | desktop/zenity/zenity.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/zenity/zenity.info | 6 |
4 files changed, 7 insertions, 10 deletions
diff --git a/desktop/zenity/README b/desktop/zenity/README index 9ecb1efdd879e..125286c90e540 100644 --- a/desktop/zenity/README +++ b/desktop/zenity/README @@ -4,7 +4,7 @@ similar to the classic `dialog` program, but with a GUI interface. OPTIONAL DEPENDENCIES: -* webkit2gtk >= 2.8.1 +* webkit2gtk-4.1 To enable: pass `WEBKITGTK=true` as an option to the slackbuild. If this is not specified, it will default to `false`. diff --git a/desktop/zenity/slack-desc b/desktop/zenity/slack-desc index 71bb6d175c695..6fcfa116a9cad 100644 --- a/desktop/zenity/slack-desc +++ b/desktop/zenity/slack-desc @@ -12,7 +12,7 @@ zenity: Zenity is a tool that allows you to display Gtk+ dialog boxes from zenity: the command line and through shell scripts. It is designed to be zenity: similar to the classic `dialog` program, but with a GUI interface. zenity: -zenity: Homepage: http://live.gnome.org/Zenity +zenity: Homepage: https://gitlab.gnome.org/GNOME/zenity/ zenity: zenity: zenity: diff --git a/desktop/zenity/zenity.SlackBuild b/desktop/zenity/zenity.SlackBuild index 1ee4ca3ade735..36868c7c5b97b 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 diff --git a/desktop/zenity/zenity.info b/desktop/zenity/zenity.info index 68da16c21a8cc..1d4d33605d1e7 100644 --- a/desktop/zenity/zenity.info +++ b/desktop/zenity/zenity.info @@ -1,8 +1,8 @@ PRGNAM="zenity" -VERSION="3.42.1" +VERSION="3.43.0" HOMEPAGE="https://gitlab.gnome.org/GNOME/zenity" -DOWNLOAD="https://download.gnome.org/sources/zenity/3.42/zenity-3.42.1.tar.xz" -MD5SUM="876ce3ab0304ad7591736238ad97795a" +DOWNLOAD="https://download.gnome.org/sources/zenity/3.43/zenity-3.43.0.tar.xz" +MD5SUM="726363494eee5514736d19e51a7ecede" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |