diff options
author | arved <arved@FreeBSD.org> | 2003-08-07 22:09:04 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-08-07 22:09:04 +0800 |
commit | d2be944476d7a8f3963a525ff9ec1525e55673b3 (patch) | |
tree | ba0003739d76182ddbfb2a3724c062178ab82c8e | |
parent | d3c7ce0b9ba686b1fc86b4c66727be2907039ba8 (diff) | |
download | freebsd-ports-gnome-d2be944476d7a8f3963a525ff9ec1525e55673b3.tar.gz freebsd-ports-gnome-d2be944476d7a8f3963a525ff9ec1525e55673b3.tar.zst freebsd-ports-gnome-d2be944476d7a8f3963a525ff9ec1525e55673b3.zip |
Add qtpixmap, the gtk engine used in Geramik. Modified version of the original
GTK pixmap engine that obtains widget colors and fonts from qtrc.
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 22 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/pkg-descr | 6 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/pkg-plist | 6 |
5 files changed, 36 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 331ca0d52575..d73ad3d78cc9 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -155,6 +155,7 @@ SUBDIR += qt2-static SUBDIR += qt23 SUBDIR += qt31 + SUBDIR += qtpixmap SUBDIR += qwt SUBDIR += render SUBDIR += rep-gtk diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile new file mode 100644 index 000000000000..800fbf566d74 --- /dev/null +++ b/x11-toolkits/qtpixmap/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: qtpixmap +# Date created: 2003-08-07 +# Whom: arved +# +# $FreeBSD$ + +PORTNAME= QtPixmap +PORTVERSION= 0.26 +CATEGORIES= x11-toolkits +MASTER_SITES= http://www.kde-look.org/content/files/ +DISTNAME= 7043-${PORTNAME}-${PORTVERSION} + +MAINTAINER= arved@FreeBSD.org +COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt + +USE_GNOME= gtk12 imlib gtk20 +USE_X_PREFIX= yes +USE_LIBTOOL= yes +WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/x11-toolkits/qtpixmap/distinfo b/x11-toolkits/qtpixmap/distinfo new file mode 100644 index 000000000000..e11c8ed32698 --- /dev/null +++ b/x11-toolkits/qtpixmap/distinfo @@ -0,0 +1 @@ +MD5 (7043-QtPixmap-0.26.tar.gz) = a2d5abb07b206d7bd5deca9199e2cc50 diff --git a/x11-toolkits/qtpixmap/pkg-descr b/x11-toolkits/qtpixmap/pkg-descr new file mode 100644 index 000000000000..a1b6a6c5aa2f --- /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 000000000000..5463fa571f69 --- /dev/null +++ b/x11-toolkits/qtpixmap/pkg-plist @@ -0,0 +1,6 @@ +lib/gtk/themes/engines/libqtpixmap.la +lib/gtk/themes/engines/libqtpixmap.so +lib/gtk-2.0/2.2.0/engines/libqtpixmap.so +lib/gtk-2.0/2.2.0/engines/libqtpixmap.la +@dirrm lib/gtk-2.0/2.2.0/engines +@dirrm lib/gtk/themes/engines |