desktop/zenity: Updated for version 3.4.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-07-24 21:06:56 +02:00 committed by Robby Workman
parent a36919b879
commit 6cbb32247b
3 changed files with 5 additions and 7 deletions

View file

@ -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.

View file

@ -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 . \

View file

@ -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"