diff options
Diffstat (limited to 'freebsd/applications/themes/gtk-qt-engine')
4 files changed, 72 insertions, 0 deletions
diff --git a/freebsd/applications/themes/gtk-qt-engine/Makefile b/freebsd/applications/themes/gtk-qt-engine/Makefile new file mode 100644 index 000000000..a6e5ef876 --- /dev/null +++ b/freebsd/applications/themes/gtk-qt-engine/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= gtk-qt-engine-trinity +COMMENT= Theme engine using TQt for GTK+ 2.x and Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= g/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS+=\ + libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 \ + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/gtk-qt-engine/distinfo b/freebsd/applications/themes/gtk-qt-engine/distinfo new file mode 100644 index 000000000..dca8fbcf7 --- /dev/null +++ b/freebsd/applications/themes/gtk-qt-engine/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292501 +SHA256 (TDE/applications/themes/gtk-qt-engine-trinity_14.0.11.orig.tar.xz) = 0e8d31feae5cd47bb8b666918065d4ec141e8bac83081864f00dbe3c8895317a +SIZE (TDE/applications/themes/gtk-qt-engine-trinity_14.0.11.orig.tar.xz) = 286972 diff --git a/freebsd/applications/themes/gtk-qt-engine/pkg-descr b/freebsd/applications/themes/gtk-qt-engine/pkg-descr new file mode 100644 index 000000000..b1a3caf17 --- /dev/null +++ b/freebsd/applications/themes/gtk-qt-engine/pkg-descr @@ -0,0 +1,9 @@ +Theme engine using TQt for GTK+ 2.x and Trinity + +The GTK-Qt Theme Engine (also known as gtk-qt-engine) is a GTK 2 theme engine +that calls TQt to do the actual drawing. This makes your GTK 2 applications +look almost like real TQt applications and gives you a more unified desktop +experience. + +Please note that this package is targeted at Trinity users and therefore provides +a way to configure it from within KControl. diff --git a/freebsd/applications/themes/gtk-qt-engine/pkg-plist b/freebsd/applications/themes/gtk-qt-engine/pkg-plist new file mode 100644 index 000000000..388fa91b3 --- /dev/null +++ b/freebsd/applications/themes/gtk-qt-engine/pkg-plist @@ -0,0 +1,26 @@ +lib/trinity/kcm_kcmgtk.la +lib/trinity/kcm_kcmgtk.so +share/applications/kcmgtk.desktop +share/doc/tde/HTML/en/kcmgtk/common +share/doc/tde/HTML/en/kcmgtk/index.cache.bz2 +share/doc/tde/HTML/en/kcmgtk/index.docbook +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/nl/LC_MESSAGES/gtkqtengine.mo +share/locale/nn/LC_MESSAGES/gtkqtengine.mo +share/locale/pl/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 +/usr/local/lib/gtk-2.0/2.10.0/engines/libqtengine.la +/usr/local/lib/gtk-2.0/2.10.0/engines/libqtengine.so +/usr/local/share/themes/Qt/gtk-2.0/gtkrc +@dir /usr/local/lib/gtk-2.0/2.10.0/engines +@dir /usr/local/lib/gtk-2.0/2.10.0 +@dir /usr/local/lib/gtk-2.0 +@dir /usr/local/share/themes/Qt/gtk-2.0 +@dir /usr/local/share/themes/Qt +@dir /usr/local/share/themes |