summaryrefslogtreecommitdiffstats
path: root/system/gconf-editor
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-24 09:33:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-25 07:25:15 +0700
commitd7087d3ea3cec2592972ac4813b304248cf451c8 (patch)
treeb5e2de5daf0f5d523dc3caf978bd3c7fac05822f /system/gconf-editor
parent73614e0b64a8becf4467f4da59e1306626402100 (diff)
downloadslackbuilds-d7087d3ea3cec2592972ac4813b304248cf451c8.tar.gz
slackbuilds-d7087d3ea3cec2592972ac4813b304248cf451c8.tar.xz
system/gconf-editor: Updated for version 2.32.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gconf-editor')
-rw-r--r--system/gconf-editor/doinst.sh1
-rw-r--r--system/gconf-editor/gconf-editor.SlackBuild4
-rw-r--r--system/gconf-editor/gconf-editor.info6
3 files changed, 5 insertions, 6 deletions
diff --git a/system/gconf-editor/doinst.sh b/system/gconf-editor/doinst.sh
index cd2d12876a..b0a031a4ce 100644
--- a/system/gconf-editor/doinst.sh
+++ b/system/gconf-editor/doinst.sh
@@ -17,4 +17,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
-
diff --git a/system/gconf-editor/gconf-editor.SlackBuild b/system/gconf-editor/gconf-editor.SlackBuild
index f0af09f6e1..8a760cdb3d 100644
--- a/system/gconf-editor/gconf-editor.SlackBuild
+++ b/system/gconf-editor/gconf-editor.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gconf-editor
-VERSION=2.24.1
+VERSION=${VERSION:-2.32.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/system/gconf-editor/gconf-editor.info b/system/gconf-editor/gconf-editor.info
index ca60ee7f81..8d7fd8f086 100644
--- a/system/gconf-editor/gconf-editor.info
+++ b/system/gconf-editor/gconf-editor.info
@@ -1,8 +1,8 @@
PRGNAM="gconf-editor"
-VERSION="2.24.1"
+VERSION="2.32.0"
HOMEPAGE="http://projects.gnome.org/gconf/"
-DOWNLOAD="http://ftp.gnome.org/pub/gnome/desktop/2.24/2.24.3/sources/gconf-editor-2.24.1.tar.bz2"
-MD5SUM="2fe93cb2ac8ea0d34860cc6d059076d8"
+DOWNLOAD="http://ftp.gnome.org/pub/gnome/desktop/2.32/2.32.1/sources/gconf-editor-2.32.0.tar.bz2"
+MD5SUM="14e413e88380b0d7a463c2beea3bac2e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgnomeui"