mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/zenity: Updated for version 3.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a36919b879
commit
6cbb32247b
3 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,3 @@
|
|||
Zenity is a tool that allows you to display Gtk+ dialog boxes from
|
||||
the command line and through shell scripts. It is similar to
|
||||
gdialog, but is intended to be saner.
|
||||
|
||||
This requires libgnomecanvas.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Maintained by Erik Hanson <erik@slackbuilds.org>
|
||||
|
||||
PRGNAM=zenity
|
||||
VERSION=${VERSION:-2.32.1}
|
||||
VERSION=${VERSION:-3.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,7 +41,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zenity"
|
||||
VERSION="2.32.1"
|
||||
VERSION="3.4.0"
|
||||
HOMEPAGE="http://live.gnome.org/Zenity"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/zenity/2.32/zenity-2.32.1.tar.bz2"
|
||||
MD5SUM="aa66ec35451b16e424519b4973082170"
|
||||
DOWNLOAD="http://ftp.acc.umu.se/pub/gnome/sources/zenity/3.4/zenity-3.4.0.tar.xz"
|
||||
MD5SUM="ca34df4496a39c676215562ed5199ef9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libgnomecanvas"
|
||||
|
|
Loading…
Reference in a new issue