summaryrefslogtreecommitdiffstats
path: root/dconf
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-06-26 16:11:01 +0000
committer Eric Hameleers <alien@slackware.com>2011-06-26 16:11:01 +0000
commitb6124aae2beb430d51dff3f5d226680617454f4a (patch)
treec1400245af1ad4519f05cbafc923ac945f252cab /dconf
parent3f646b4394839cc5e324cca223a2d37279b585b9 (diff)
downloadasb-b6124aae2beb430d51dff3f5d226680617454f4a.tar.gz
asb-b6124aae2beb430d51dff3f5d226680617454f4a.tar.xz
Damn... need to go back to 0.7.3 (newer versions require gtk-3.0)
Diffstat (limited to 'dconf')
-rwxr-xr-xdconf/build/dconf.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dconf/build/dconf.SlackBuild b/dconf/build/dconf.SlackBuild
index 8770ba76..a71cfc4e 100755
--- a/dconf/build/dconf.SlackBuild
+++ b/dconf/build/dconf.SlackBuild
@@ -30,9 +30,8 @@
# URL: http://live.gnome.org/dconf/
# Needs:
# Changelog:
-# 0.7.4-1: 26/Jun/2011 by Eric Hameleers <alien@slackware.com>
+# 0.3.4-1: 26/Jun/2011 by Eric Hameleers <alien@slackware.com>
# * Initial build. Higher versions need gtk3.
-# And Slackware-13.1 can not build anything newer than 0.7.3.
#
# 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 +42,7 @@
# Set initial variables:
PRGNAM=dconf
-VERSION=${VERSION:-0.7.4}
+VERSION=${VERSION:-0.7.3}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}