diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 04:34:28 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 04:34:28 +0000 |
commit | 2555968c0573552d7e000631e90f448366d84321 (patch) | |
tree | 7a22b49bacb7cc1e31461c5b76827c82d9bee133 /x11-toolkits | |
parent | 61b1548a17630ca89ef9d4a10a1f35fca7ac24ff (diff) | |
download | ports-2555968c0573552d7e000631e90f448366d84321.tar.gz ports-2555968c0573552d7e000631e90f448366d84321.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 36 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/pkg-descr | 5 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/pkg-plist | 4 |
5 files changed, 0 insertions, 48 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 3cec9fbd0957..e0ba2af0125c 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -232,7 +232,6 @@ SUBDIR += qt33 SUBDIR += qt4-gui SUBDIR += qt4pas - SUBDIR += qtpixmap SUBDIR += qwt4 SUBDIR += qwt5 SUBDIR += qwt5-designerplugin diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile deleted file mode 100644 index 723574505ac5..000000000000 --- a/x11-toolkits/qtpixmap/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: qtpixmap -# Date created: 2003-08-07 -# Whom: arved -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/qtpixmap/Makefile,v 1.2 2006/09/30 01:16:13 mezz Exp $ -# - -PORTNAME= qtpixmap -PORTVERSION= 0.28 -PORTREVISION= 13 -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 - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-10-31 - -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} - -.if defined(WITH_GTK1) -USE_GNOME+= gtk12 imlib -PLIST_SUB= GTK1="" -.else -PLIST_SUB= GTK1="@comment " -.endif - -post-patch: - ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11-toolkits/qtpixmap/distinfo b/x11-toolkits/qtpixmap/distinfo deleted file mode 100644 index 8995cf9ce3bd..000000000000 --- a/x11-toolkits/qtpixmap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 74cdb349f6ce..000000000000 --- a/x11-toolkits/qtpixmap/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 diff --git a/x11-toolkits/qtpixmap/pkg-plist b/x11-toolkits/qtpixmap/pkg-plist deleted file mode 100644 index 383126f8ac63..000000000000 --- a/x11-toolkits/qtpixmap/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%GTK1%%lib/gtk/themes/engines/libqtpixmap.la -%%GTK1%%lib/gtk/themes/engines/libqtpixmap.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libqtpixmap.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libqtpixmap.so |