mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/QtCurve-Gtk2: Updated for version 1.7.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f5d544e3c6
commit
e83714799d
3 changed files with 16 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for QtCurve-Gtk2
|
# Slackware build script for QtCurve-Gtk2
|
||||||
# Written by bughunter2 (bughunter2@googlemail.com)
|
|
||||||
|
|
||||||
# Copyright 2008-2009 Michiel van Wessem, Manchester, United Kingdom
|
# Copyright 2008-2009 Michiel van Wessem, Manchester, United Kingdom
|
||||||
# Copyright 2009 Gregory J. L. Tourte, UK (artourter@gmail.com)
|
# 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.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=QtCurve-Gtk2
|
PRGNAM=QtCurve-Gtk2
|
||||||
VERSION=${VERSION:-1.6.4}
|
VERSION=${VERSION:-1.7.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -57,6 +56,7 @@ else
|
||||||
SLKCFLAGS="-O2"
|
SLKCFLAGS="-O2"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG $TMP/$PRGNAM-$VERSION
|
rm -rf $PKG $TMP/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="QtCurve-Gtk2"
|
PRGNAM="QtCurve-Gtk2"
|
||||||
VERSION="1.6.4"
|
VERSION="1.7.2"
|
||||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
|
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"
|
DOWNLOAD="http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-1.7.2.tar.bz2"
|
||||||
MD5SUM="84044f0da0d6b7176d1ca5b750583384"
|
MD5SUM="ad451aeacd70d8cda3dd786cdb0f0ce1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="ArTourter"
|
MAINTAINER="ArTourter"
|
||||||
|
|
|
@ -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
|
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.
|
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
|
If you want Gtk2 apps to use the theme system wide, create a symbolic
|
||||||
theme like this:
|
link to the new theme like this:
|
||||||
ln -s /usr/share/themes/QtCurve/gtk-2.0/gtkrc /etc/gtk-2.0/*-slackware-linux/gtkrc
|
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.
|
||||||
|
|
Loading…
Reference in a new issue