Add qtpixmap, the gtk engine used in Geramik. Modified version of the original
GTK pixmap engine that obtains widget colors and fonts from qtrc.
This commit is contained in:
parent
5fcdc16671
commit
aff75a3a0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86504
@ -155,6 +155,7 @@
|
||||
SUBDIR += qt2-static
|
||||
SUBDIR += qt23
|
||||
SUBDIR += qt31
|
||||
SUBDIR += qtpixmap
|
||||
SUBDIR += qwt
|
||||
SUBDIR += render
|
||||
SUBDIR += rep-gtk
|
||||
|
22
x11-toolkits/qtpixmap/Makefile
Normal file
22
x11-toolkits/qtpixmap/Makefile
Normal file
@ -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>
|
1
x11-toolkits/qtpixmap/distinfo
Normal file
1
x11-toolkits/qtpixmap/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (7043-QtPixmap-0.26.tar.gz) = a2d5abb07b206d7bd5deca9199e2cc50
|
6
x11-toolkits/qtpixmap/pkg-descr
Normal file
6
x11-toolkits/qtpixmap/pkg-descr
Normal file
@ -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>
|
6
x11-toolkits/qtpixmap/pkg-plist
Normal file
6
x11-toolkits/qtpixmap/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user