summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2011-10-26 10:27:58 -0200
committer Niels Horn <niels.horn@slackbuilds.org>2011-10-26 10:27:58 -0200
commit0a505023280370f75ce09b8a0bd3fb4863cd6140 (patch)
tree73b9bb4f7bb1eb69d8a088b7f0391dcd522f84e6 /desktop
parentbf6c759d924906d7716762c310f31541c16ec863 (diff)
downloadslackbuilds-0a505023280370f75ce09b8a0bd3fb4863cd6140.tar.gz
slackbuilds-0a505023280370f75ce09b8a0bd3fb4863cd6140.tar.xz
desktop/zenity: Updated for version 2.32.1 (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/zenity/slack-desc2
-rw-r--r--desktop/zenity/zenity.SlackBuild5
-rw-r--r--desktop/zenity/zenity.info12
3 files changed, 9 insertions, 10 deletions
diff --git a/desktop/zenity/slack-desc b/desktop/zenity/slack-desc
index a08f000bdd..bda526b4fc 100644
--- a/desktop/zenity/slack-desc
+++ b/desktop/zenity/slack-desc
@@ -5,7 +5,7 @@
# exactly 11 lines for the formatting to be correct. It's also customary to
# leave one space after the ':'.
- |-----handy-ruler-------------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
zenity: zenity (display gtk dialog boxes from cli)
zenity:
zenity: Zenity is a tool that allows you to display Gtk+ dialog boxes from
diff --git a/desktop/zenity/zenity.SlackBuild b/desktop/zenity/zenity.SlackBuild
index 40b42bc4bc..cfc5f41ca3 100644
--- a/desktop/zenity/zenity.SlackBuild
+++ b/desktop/zenity/zenity.SlackBuild
@@ -1,18 +1,17 @@
#!/bin/sh
# Slackware build script for zenity
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
+# Maintained by Erik Hanson <erik@slackbuilds.org>
PRGNAM=zenity
-VERSION=${VERSION:-2.24.1}
+VERSION=${VERSION:-2.32.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/desktop/zenity/zenity.info b/desktop/zenity/zenity.info
index 7ea6e05966..c629362f3e 100644
--- a/desktop/zenity/zenity.info
+++ b/desktop/zenity/zenity.info
@@ -1,10 +1,10 @@
PRGNAM="zenity"
-VERSION="2.24.1"
+VERSION="2.32.1"
HOMEPAGE="http://live.gnome.org/Zenity"
-DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/zenity/2.24/zenity-2.24.1.tar.bz2"
-MD5SUM="a7ade5ff47716f4328d5e0547596dfb6"
+DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/zenity/2.32/zenity-2.32.1.tar.bz2"
+MD5SUM="aa66ec35451b16e424519b4973082170"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="Larry Hajali"
-EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="rworkman"
+MAINTAINER="Erik Hanson"
+EMAIL="erik@slackbuilds.org"
+APPROVED="rworkman,Niels Horn"