summaryrefslogtreecommitdiffstats
path: root/dconf
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-06-26 16:03:14 +0000
committer Eric Hameleers <alien@slackware.com>2011-06-26 16:03:14 +0000
commit3f646b4394839cc5e324cca223a2d37279b585b9 (patch)
treee5940935751a2dd1a8e8251e4024bcba320732e4 /dconf
parent97db84dafce72d3e345467500772638568d5c704 (diff)
downloadasb-3f646b4394839cc5e324cca223a2d37279b585b9.tar.gz
asb-3f646b4394839cc5e324cca223a2d37279b585b9.tar.xz
Explain limitations with regard to gtk3
Diffstat (limited to 'dconf')
-rwxr-xr-xdconf/build/dconf.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dconf/build/dconf.SlackBuild b/dconf/build/dconf.SlackBuild
index a21ad93c..8770ba76 100755
--- a/dconf/build/dconf.SlackBuild
+++ b/dconf/build/dconf.SlackBuild
@@ -30,8 +30,9 @@
# URL: http://live.gnome.org/dconf/
# Needs:
# Changelog:
-# 0.7.5-1: 26/Jun/2011 by Eric Hameleers <alien@slackware.com>
-# * Initial build.
+# 0.7.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 .
@@ -42,7 +43,7 @@
# Set initial variables:
PRGNAM=dconf
-VERSION=${VERSION:-0.7.5}
+VERSION=${VERSION:-0.7.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}