diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-06-16 08:46:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-06-16 08:46:17 +0000 |
commit | a0e826666fc38a5364336b8fcba8ba25d7a374d7 (patch) | |
tree | 4b280b5a72bcfd3c332dfb358e62fe85ca10fcd4 /x11-themes/gtk-qt-engine | |
parent | 5dcc37da05e8da676ac85b216e033ab642a9830a (diff) |
Notes
Diffstat (limited to 'x11-themes/gtk-qt-engine')
-rw-r--r-- | x11-themes/gtk-qt-engine/Makefile | 42 | ||||
-rw-r--r-- | x11-themes/gtk-qt-engine/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gtk-qt-engine/files/patch-CMakeLists.txt | 11 | ||||
-rw-r--r-- | x11-themes/gtk-qt-engine/pkg-descr | 6 | ||||
-rw-r--r-- | x11-themes/gtk-qt-engine/pkg-plist | 22 |
5 files changed, 0 insertions, 83 deletions
diff --git a/x11-themes/gtk-qt-engine/Makefile b/x11-themes/gtk-qt-engine/Makefile deleted file mode 100644 index 65248455f21a..000000000000 --- a/x11-themes/gtk-qt-engine/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gtk-qt-engine -# Date created: 23 February 2004 -# Whom: Danny Pansters <danny@ricin.com> -# -# $FreeBSD$ -# - -PORTNAME= gtk-qt-engine -PORTVERSION= 0.8 -PORTREVISION= 8 -CATEGORIES= x11-themes -MASTER_SITES= http://gtk-qt.ecs.soton.ac.uk/files/${PORTVERSION}/ \ - http://freebsd.ricin.com/ports/distfiles/ - -MAINTAINER= danny@ricin.com -COMMENT= GTK-QT Theme Engine allows GTK2 apps to use QT/KDE themes - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-05-10 - -BROKEN= Doesn't build with Glib 2.26.x - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gtk20 -USE_QT_VER= 3 -USE_KDEBASE_VER=3 -HAS_CONFIGURE= yes -USE_CMAKE= yes - -OPTIONS= LIBBONOBOUI "Install libbonoboui if missing" off - -WRKSRC= ${WRKDIR}/${PORTNAME} - -.include <bsd.port.pre.mk> - -.if defined(WITH_LIBBONOBOUI) -USE_GNOME+= libbonoboui -.endif - -.include <bsd.port.post.mk> diff --git a/x11-themes/gtk-qt-engine/distinfo b/x11-themes/gtk-qt-engine/distinfo deleted file mode 100644 index 4164af5c803c..000000000000 --- a/x11-themes/gtk-qt-engine/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gtk-qt-engine-0.8.tar.bz2) = 6658bdbd3f2120d34f5c59b5bc3cfed5ef83a2aa8572d775483aa304396b0d45 -SIZE (gtk-qt-engine-0.8.tar.bz2) = 59472 diff --git a/x11-themes/gtk-qt-engine/files/patch-CMakeLists.txt b/x11-themes/gtk-qt-engine/files/patch-CMakeLists.txt deleted file mode 100644 index b744c10ad78a..000000000000 --- a/x11-themes/gtk-qt-engine/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orgi 2008-05-21 13:40:34.000000000 +0200 -+++ CMakeLists.txt 2008-05-21 13:41:09.000000000 +0200 -@@ -1,6 +1,8 @@ - PROJECT (gtk-qt-engine) - INCLUDE (UsePkgConfig) - -+cmake_minimum_required(VERSION 2.4.8) -+ - # Find KDE - FIND_PACKAGE(KDE3 REQUIRED) - diff --git a/x11-themes/gtk-qt-engine/pkg-descr b/x11-themes/gtk-qt-engine/pkg-descr deleted file mode 100644 index 8a5ef142e2e9..000000000000 --- a/x11-themes/gtk-qt-engine/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GTK-QT Theme Engine allows GTK2 apps to use QT/KDE themes -so that they fit in more nicely with KDE. Includes a KDE -control center module for GTK theme selection. - -Author: David Sansome <me@davidsansome.com> -WWW: http://gtk-qt.ecs.soton.ac.uk/index.php diff --git a/x11-themes/gtk-qt-engine/pkg-plist b/x11-themes/gtk-qt-engine/pkg-plist deleted file mode 100644 index 2839c55702ac..000000000000 --- a/x11-themes/gtk-qt-engine/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libqtengine.so -lib/kde3/kcm_kcmgtk.la -lib/kde3/kcm_kcmgtk.so -share/applications/kcmgtk.desktop -share/locale/bg/LC_MESSAGES/gtkqtengine.mo -share/locale/de/LC_MESSAGES/gtkqtengine.mo -share/locale/es/LC_MESSAGES/gtkqtengine.mo -share/locale/fr/LC_MESSAGES/gtkqtengine.mo -share/locale/it/LC_MESSAGES/gtkqtengine.mo -share/locale/nn/LC_MESSAGES/gtkqtengine.mo -share/locale/ru/LC_MESSAGES/gtkqtengine.mo -share/locale/sv/LC_MESSAGES/gtkqtengine.mo -share/locale/tr/LC_MESSAGES/gtkqtengine.mo -share/themes/Qt/gtk-2.0/gtkrc -@dirrm share/themes/Qt/gtk-2.0 -@dirrm share/themes/Qt -@dirrmtry share/themes -@dirrmtry share/applications -@dirrmtry lib/kde3 -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/engines -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%% -@dirrmtry lib/gtk-2.0 |