libraries/GConf: Updated for version 2.28.1.

New maintainer Robby Workman.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Robby Workman 2010-06-12 22:06:25 -05:00
parent 236bad4713
commit 2296385c3f
2 changed files with 7 additions and 9 deletions

View file

@ -24,16 +24,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=GConf
VERSION=2.26.0
VERSION=2.28.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

View file

@ -1,10 +1,10 @@
PRGNAM="GConf"
VERSION="2.26.0"
VERSION="2.28.1"
HOMEPAGE="http://www.gnome.org/projects/gconf/"
DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-2.26.0.tar.bz2"
MD5SUM="b010f0de356ea093c6a73778b13de956"
DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/GConf/2.28/GConf-2.28.1.tar.bz2"
MD5SUM="27663faf0af4f6a6d534de9270f6d24a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="grey"
EMAIL="ginolovesyou@gmail.com"
APPROVED="rworkman"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="Erik Hanson"