From d1041abaaae1ab5909c5f4953461e56224fe49a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 27 Sep 2015 12:40:23 +0200 Subject: FreeBSD: Add ports for bunch of applications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/gtk-qt-engine/Makefile | 34 ++++++++++++++++++++++++++++ freebsd/applications/gtk-qt-engine/distinfo | 2 ++ freebsd/applications/gtk-qt-engine/pkg-descr | 9 ++++++++ freebsd/applications/gtk-qt-engine/pkg-plist | 24 ++++++++++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 freebsd/applications/gtk-qt-engine/Makefile create mode 100644 freebsd/applications/gtk-qt-engine/distinfo create mode 100644 freebsd/applications/gtk-qt-engine/pkg-descr create mode 100644 freebsd/applications/gtk-qt-engine/pkg-plist (limited to 'freebsd/applications/gtk-qt-engine') diff --git a/freebsd/applications/gtk-qt-engine/Makefile b/freebsd/applications/gtk-qt-engine/Makefile new file mode 100644 index 000000000..a05c1a60a --- /dev/null +++ b/freebsd/applications/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= ~pre2+e50a6ace +MASTER_SITE_SUBDIR= g/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/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 diff --git a/freebsd/applications/gtk-qt-engine/distinfo b/freebsd/applications/gtk-qt-engine/distinfo new file mode 100644 index 000000000..dfa969bcd --- /dev/null +++ b/freebsd/applications/gtk-qt-engine/distinfo @@ -0,0 +1,2 @@ +SHA256 (TDE/applications/gtk-qt-engine-trinity_14.0.2~pre2.orig.tar.xz) = f3488366dca6dc91b3bd340b841d379a9f35a9ad577793af944c6eb1473a5052 +SIZE (TDE/applications/gtk-qt-engine-trinity_14.0.2~pre2.orig.tar.xz) = 292992 diff --git a/freebsd/applications/gtk-qt-engine/pkg-descr b/freebsd/applications/gtk-qt-engine/pkg-descr new file mode 100644 index 000000000..b1a3caf17 --- /dev/null +++ b/freebsd/applications/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/gtk-qt-engine/pkg-plist b/freebsd/applications/gtk-qt-engine/pkg-plist new file mode 100644 index 000000000..a86d1f21f --- /dev/null +++ b/freebsd/applications/gtk-qt-engine/pkg-plist @@ -0,0 +1,24 @@ +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/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 +/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 -- cgit v1.2.3