aboutsummaryrefslogtreecommitdiff
path: root/gnome/base/gconf/GConf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/base/gconf/GConf.SlackBuild')
-rw-r--r--gnome/base/gconf/GConf.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnome/base/gconf/GConf.SlackBuild b/gnome/base/gconf/GConf.SlackBuild
index 25234d71..565011e5 100644
--- a/gnome/base/gconf/GConf.SlackBuild
+++ b/gnome/base/gconf/GConf.SlackBuild
@@ -16,8 +16,8 @@
#
# slackbuild for GConf, by Rudson R. Alves
# requires:
-# tested: GConf-2.22.0
-# model: generic.mkSlackBuild $Rev: 796 $
+# tested: GConf-2.26.2
+# model: generic.mkSlackBuild $Rev: 822 $
#
# Look for slackbuildrc
@@ -32,7 +32,7 @@ CWD="$(pwd)"
SRC_NAME="GConf"
PKG_NAME="GConf"
ARCH=${ARCH:=i486}
-SRC_VERSION=${VERSION:=2.22.0}
+SRC_VERSION=${VERSION:=2.26.2}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
BUILD=${BUILD:=1rra}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
@@ -81,8 +81,7 @@ mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
# Dowload source if necessary
SRC="$SRC_NAME-$VERSION.tar.bz2"
-SUB_VERSION=`echo $PKG_VERSION | sed 's/\(^[0-9]\+\.[0-9]\+\)\..*$/\1/'`
-URL="http://ftp.gnome.org/pub/gnome/sources/$PKG_NAME/$SUB_VERSION/$SRC"
+URL="http://ftp.acc.umu.se/pub/gnome/sources/GConf/2.26/$SRC"
if [ ! -s "$SRC_DIR/$SRC" ] || ! bunzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET