diff options
Diffstat (limited to 'freebsd/applications/themes/tde-style-domino')
4 files changed, 54 insertions, 0 deletions
diff --git a/freebsd/applications/themes/tde-style-domino/Makefile b/freebsd/applications/themes/tde-style-domino/Makefile new file mode 100644 index 000000000..1ec8b5bd6 --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tde-style-domino-trinity +COMMENT= Domino widget style and twin decoration for TDE +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/tde-style-domino/distinfo b/freebsd/applications/themes/tde-style-domino/distinfo new file mode 100644 index 000000000..fea89f0c1 --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292785 +SHA256 (TDE/applications/themes/tde-style-domino-trinity_14.0.11.orig.tar.xz) = b532cbd1b2bd25b3f2779a74a92cada5a209a5bbad1ae685c3f3dca2d391f233 +SIZE (TDE/applications/themes/tde-style-domino-trinity_14.0.11.orig.tar.xz) = 116388 diff --git a/freebsd/applications/themes/tde-style-domino/pkg-descr b/freebsd/applications/themes/tde-style-domino/pkg-descr new file mode 100644 index 000000000..e5e9f9e69 --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/pkg-descr @@ -0,0 +1,4 @@ +Domino widget style and twin decoration for TDE + +Domino is a style with a soft look. It allows to fine adjust the shininess +of the widgets by customizable color gradients. diff --git a/freebsd/applications/themes/tde-style-domino/pkg-plist b/freebsd/applications/themes/tde-style-domino/pkg-plist new file mode 100644 index 000000000..c168d20ed --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/pkg-plist @@ -0,0 +1,12 @@ +lib/trinity/plugins/styles/domino.la +lib/trinity/plugins/styles/domino.so +lib/trinity/tdestyle_domino_config.la +lib/trinity/tdestyle_domino_config.so +lib/trinity/twin3_domino.la +lib/trinity/twin3_domino.so +lib/trinity/twin_domino_config.la +lib/trinity/twin_domino_config.so +share/apps/tdedisplay/color-schemes/Domino.kcsrc +share/apps/tdestyle/themes/domino.themerc +share/apps/twin/domino.desktop +share/locale/de/LC_MESSAGES/tdestyle_domino_config.mo |