diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-20 03:25:36 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-20 03:25:36 +0800 |
commit | 119249aa51f7bcc799a89cc3e08ee8bd5b8e5017 (patch) | |
tree | a05de5678077f1eb94aa85bb0c2f537881957403 | |
parent | ecb6b8545752939961b6bd5a79aaab40336f253f (diff) | |
download | marcuscom-ports-119249aa51f7bcc799a89cc3e08ee8bd5b8e5017.tar.gz marcuscom-ports-119249aa51f7bcc799a89cc3e08ee8bd5b8e5017.tar.zst marcuscom-ports-119249aa51f7bcc799a89cc3e08ee8bd5b8e5017.zip |
- Gtk theme engines now belong in LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6662 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 29 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/pkg-descr | 6 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/pkg-plist | 4 |
4 files changed, 42 insertions, 0 deletions
diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile new file mode 100644 index 000000000..913b562ab --- /dev/null +++ b/x11-toolkits/qtpixmap/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: qtpixmap +# Date created: 2003-08-07 +# Whom: arved +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= qtpixmap +PORTVERSION= 0.28 +PORTREVISION= 6 +CATEGORIES= x11-toolkits +MASTER_SITES= http://www.cpdrummond.freeuk.com/ +DISTNAME= QtPixmap-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt + +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} + +.if !defined(WITHOUT_GTK1) +USE_GNOME+= gtk12 imlib +PLIST_SUB= GTK1="" +.else +PLIST_SUB= GTK1="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-toolkits/qtpixmap/distinfo b/x11-toolkits/qtpixmap/distinfo new file mode 100644 index 000000000..0a323359e --- /dev/null +++ b/x11-toolkits/qtpixmap/distinfo @@ -0,0 +1,3 @@ +MD5 (QtPixmap-0.28.tar.gz) = b68557f815af944a177f25307438727a +SHA256 (QtPixmap-0.28.tar.gz) = 514090d808db0c9ff04792663e24ac5ab663ae5b15ea4914cae8b76f4663a407 +SIZE (QtPixmap-0.28.tar.gz) = 429698 diff --git a/x11-toolkits/qtpixmap/pkg-descr b/x11-toolkits/qtpixmap/pkg-descr new file mode 100644 index 000000000..a1b6a6c5a --- /dev/null +++ b/x11-toolkits/qtpixmap/pkg-descr @@ -0,0 +1,6 @@ +This is a hacked/modifed version of the original GTK pixmap engine - +which has been modified to obtain widget colours and fonts from ~/.qt/qtrc. +This means that GTK apps should follow the KDE colour scheme. + +WWW: http://www.kde-look.org/content/download.php?content=7043 +Author: Craig Drummond <Craig.Drummond@lycos.co.uk> diff --git a/x11-toolkits/qtpixmap/pkg-plist b/x11-toolkits/qtpixmap/pkg-plist new file mode 100644 index 000000000..56d180510 --- /dev/null +++ b/x11-toolkits/qtpixmap/pkg-plist @@ -0,0 +1,4 @@ +%%GTK1%%lib/gtk/themes/engines/libqtpixmap.la +%%GTK1%%lib/gtk/themes/engines/libqtpixmap.so +lib/gtk-2.0/2.4.0/engines/libqtpixmap.la +lib/gtk-2.0/2.4.0/engines/libqtpixmap.so |