diff options
Diffstat (limited to 'freebsd/applications/themes/twin-style-crystal')
4 files changed, 52 insertions, 0 deletions
diff --git a/freebsd/applications/themes/twin-style-crystal/Makefile b/freebsd/applications/themes/twin-style-crystal/Makefile new file mode 100644 index 000000000..5d4c997b6 --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= twin-style-crystal-trinity +COMMENT= Semi transparant window decoration for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \ + ${TDE_PREFIX}/share/cmake/twin.cmake:${PORTSDIR}/x11/trinity/core/tdebase + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/twin-style-crystal/distinfo b/freebsd/applications/themes/twin-style-crystal/distinfo new file mode 100644 index 000000000..e230deda5 --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292893 +SHA256 (TDE/applications/themes/twin-style-crystal-trinity_14.0.11.orig.tar.xz) = f0cbae2ce06f85119d83bfb986abb26f24c82ad676436809556547b6c7e1916d +SIZE (TDE/applications/themes/twin-style-crystal-trinity_14.0.11.orig.tar.xz) = 386708 diff --git a/freebsd/applications/themes/twin-style-crystal/pkg-descr b/freebsd/applications/themes/twin-style-crystal/pkg-descr new file mode 100644 index 000000000..2ae46a8cb --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/pkg-descr @@ -0,0 +1,9 @@ +Semi transparant window decoration for Trinity + +Crystal offers you pseudo transparent titlebar, buttons and borders +transparent, so you can see more of your lovely background image +Transparancy and buttons can be costumized to match your wishes. +Offers rounded corners as well + +And it is of course nice to look at. Upstream says: +"- Don't forget to breathe, while drooling." diff --git a/freebsd/applications/themes/twin-style-crystal/pkg-plist b/freebsd/applications/themes/twin-style-crystal/pkg-plist new file mode 100644 index 000000000..3afd7881f --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/pkg-plist @@ -0,0 +1,5 @@ +lib/trinity/twin3_crystal.la +lib/trinity/twin3_crystal.so +lib/trinity/twin_crystal_config.la +lib/trinity/twin_crystal_config.so +share/apps/twin/crystal.desktop |