summaryrefslogtreecommitdiffstats
path: root/dconf
diff options
context:
space:
mode:
Diffstat (limited to 'dconf')
-rwxr-xr-xdconf/build/dconf.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dconf/build/dconf.SlackBuild b/dconf/build/dconf.SlackBuild
index 4ccb4e9d..46544a2b 100755
--- a/dconf/build/dconf.SlackBuild
+++ b/dconf/build/dconf.SlackBuild
@@ -33,8 +33,8 @@
# 0.7.5-1: 26/jun/2011 by Eric Hameleers <alien@slackware.com>
# * Initial build. Adding "--disable-editor" to configure
# removes the need for gtk-3.0.
-# 0.15.2-1: 19/nov/2013 by Eric Hameleers <alien@slackware.com>
-# * Update.
+# 0.11.0-1: 19/nov/2013 by Eric Hameleers <alien@slackware.com>
+# * Update (0.15.2 wants glib>=2.35.2 which we do not have).
#
# Run 'sh dconf.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -43,7 +43,7 @@
# -----------------------------------------------------------------------------
PRGNAM=dconf
-VERSION=${VERSION:-0.15.2}
+VERSION=${VERSION:-0.11.0}
MINVER=$(echo $VERSION | cut -d. -f1,2)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}