summaryrefslogtreecommitdiffstats
path: root/dconf
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-11-19 11:38:18 +0000
committer Eric Hameleers <alien@slackware.com>2013-11-19 11:38:18 +0000
commitd1c611474e3727cf55a9bd343d64d994ca0b2ed6 (patch)
tree8005f2863658e0b168d8f599c4e4239023f72232 /dconf
parent9911a9cb0c59017b8e81219883898db82f2a376c (diff)
downloadasb-d1c611474e3727cf55a9bd343d64d994ca0b2ed6.tar.gz
asb-d1c611474e3727cf55a9bd343d64d994ca0b2ed6.tar.xz
Try 0.11.0 instead. The 0.15.2 is too new for Slackware
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 "}