diff options
Diffstat (limited to 'freebsd/applications/themes/gtk3-tqt-engine')
4 files changed, 58 insertions, 0 deletions
diff --git a/freebsd/applications/themes/gtk3-tqt-engine/Makefile b/freebsd/applications/themes/gtk3-tqt-engine/Makefile new file mode 100644 index 000000000..89866c355 --- /dev/null +++ b/freebsd/applications/themes/gtk3-tqt-engine/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= gtk3-tqt-engine-trinity +COMMENT= GTK3 theme engine for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= g/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +# Use gmake for automake build +USES= gmake + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS+=\ + libgdk-3.so:${PORTSDIR}/x11-toolkits/gtk30 \ + +# Build +post-patch: tde-pathfix + +do-configure: tde-autotools-prepare + ${TDE_AUTOTOOLS_CONFIGURE} + +do-build: tde-autotools-build + +do-install: tde-autotools-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/gtk3-tqt-engine/distinfo b/freebsd/applications/themes/gtk3-tqt-engine/distinfo new file mode 100644 index 000000000..0303cfa9d --- /dev/null +++ b/freebsd/applications/themes/gtk3-tqt-engine/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292616 +SHA256 (TDE/applications/themes/gtk3-tqt-engine-trinity_14.0.11.orig.tar.xz) = d308646ca4021f66ee3cb46b1c6d65688e5c0d18e3825c8b32bff55e38642b21 +SIZE (TDE/applications/themes/gtk3-tqt-engine-trinity_14.0.11.orig.tar.xz) = 327164 diff --git a/freebsd/applications/themes/gtk3-tqt-engine/pkg-descr b/freebsd/applications/themes/gtk3-tqt-engine/pkg-descr new file mode 100644 index 000000000..a22621c71 --- /dev/null +++ b/freebsd/applications/themes/gtk3-tqt-engine/pkg-descr @@ -0,0 +1,3 @@ +GTK3 theme engine for Trinity + +GTK3 style engine which uses the active TDE style to draw its widgets diff --git a/freebsd/applications/themes/gtk3-tqt-engine/pkg-plist b/freebsd/applications/themes/gtk3-tqt-engine/pkg-plist new file mode 100644 index 000000000..e64f8db98 --- /dev/null +++ b/freebsd/applications/themes/gtk3-tqt-engine/pkg-plist @@ -0,0 +1,15 @@ +lib/libtqtcairo.la +lib/libtqtcairo.so +lib/libtqtcairo.so.0 +lib/libtqtcairo.so.0.0.0 +/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.la +/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.so +/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.so.0 +/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.so.0.0.0 +/usr/local/share/themes/tdegtk/gtk-3.0/gtk.css +@dir /usr/local/lib/gtk-3.0/3.0.0/theming-engines +@dir /usr/local/lib/gtk-3.0/3.0.0 +@dir /usr/local/lib/gtk-3.0 +@dir /usr/local/share/themes/tdegtk/gtk-3.0 +@dir /usr/local/share/themes/tdegtk +@dir /usr/local/share/themes |