summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild4
-rw-r--r--desktop/QtCurve-Gtk2/QtCurve-Gtk2.info6
-rw-r--r--desktop/QtCurve-Gtk2/README14
3 files changed, 16 insertions, 8 deletions
diff --git a/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild b/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild
index e4ca244a0d..b6038dbce4 100644
--- a/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild
+++ b/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild
@@ -1,7 +1,6 @@
#!/bin/sh
# Slackware build script for QtCurve-Gtk2
-# Written by bughunter2 (bughunter2@googlemail.com)
# Copyright 2008-2009 Michiel van Wessem, Manchester, United Kingdom
# Copyright 2009 Gregory J. L. Tourte, UK (artourter@gmail.com)
@@ -27,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=QtCurve-Gtk2
-VERSION=${VERSION:-1.6.4}
+VERSION=${VERSION:-1.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,6 +56,7 @@ else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
+
set -e
rm -rf $PKG $TMP/$PRGNAM-$VERSION
diff --git a/desktop/QtCurve-Gtk2/QtCurve-Gtk2.info b/desktop/QtCurve-Gtk2/QtCurve-Gtk2.info
index f6af3cdbd7..77794eaad1 100644
--- a/desktop/QtCurve-Gtk2/QtCurve-Gtk2.info
+++ b/desktop/QtCurve-Gtk2/QtCurve-Gtk2.info
@@ -1,8 +1,8 @@
PRGNAM="QtCurve-Gtk2"
-VERSION="1.6.4"
+VERSION="1.7.2"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-DOWNLOAD="http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-1.6.4.tar.bz2"
-MD5SUM="84044f0da0d6b7176d1ca5b750583384"
+DOWNLOAD="http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-1.7.2.tar.bz2"
+MD5SUM="ad451aeacd70d8cda3dd786cdb0f0ce1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="ArTourter"
diff --git a/desktop/QtCurve-Gtk2/README b/desktop/QtCurve-Gtk2/README
index bb17e6246c..58799db4ae 100644
--- a/desktop/QtCurve-Gtk2/README
+++ b/desktop/QtCurve-Gtk2/README
@@ -3,6 +3,14 @@ This is a set of widget styles for Gtk2 based apps.
The fonts and colours for the GTK themes will be read in from your Qt
settings so any KDE font/colour changes will also affect your GTK apps.
-If you want Gtk2 apps to use the theme, create a symbolic link to the new
-theme like this:
- ln -s /usr/share/themes/QtCurve/gtk-2.0/gtkrc /etc/gtk-2.0/*-slackware-linux/gtkrc
+If you want Gtk2 apps to use the theme system wide, create a symbolic
+link to the new theme like this:
+ ln -s /usr/share/themes/QtCurve/gtk-2.0/gtkrc /etc/gtk-2.0/gtkrc
+
+Note that in Slackware 13.1, KDE and GTK assume different things. The GTK+2
+package is compiled to use /etc/gtk-2.0/*-slackware-linux/gtkrc, while KDE
+is hardcoded to look in /etc/gtk-2.0/gtkrc. Consequently, you will probably
+want to put your preferred gtkrc in the GTK path, and then put a symlink to
+it at /etc/gtk-2.0/gtkrc for KDE to use (or vice versa - either will work).
+
+Alternatively, gtk-chtheme works fine on a per user basis.