From 4975402d7f239a520dfcbd48e03dbab43e491d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 22 Apr 2023 00:00:02 +0200 Subject: FreeBSD: Add ports updated for final release R14.1.0. Add a script to synchronize ports to the FreeBSD ports structure. Add meta-port 'tde-meta' to install all TDE ports. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../applications/themes/tde-style-domino/Makefile | 38 ++++++++++++++++++++++ .../applications/themes/tde-style-domino/distinfo | 3 ++ .../applications/themes/tde-style-domino/pkg-descr | 4 +++ .../applications/themes/tde-style-domino/pkg-plist | 12 +++++++ 4 files changed, 57 insertions(+) create mode 100644 freebsd/applications/themes/tde-style-domino/Makefile create mode 100644 freebsd/applications/themes/tde-style-domino/distinfo create mode 100644 freebsd/applications/themes/tde-style-domino/pkg-descr create mode 100644 freebsd/applications/themes/tde-style-domino/pkg-plist (limited to 'freebsd/applications/themes/tde-style-domino') diff --git a/freebsd/applications/themes/tde-style-domino/Makefile b/freebsd/applications/themes/tde-style-domino/Makefile new file mode 100644 index 000000000..bbe75273d --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/tde-style-domino + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.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-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/tde-style-domino/distinfo b/freebsd/applications/themes/tde-style-domino/distinfo new file mode 100644 index 000000000..759c49c33 --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045882 +SHA256 (TDE/applications/themes/tde-style-domino-trinity_14.1.0.orig.tar.xz) = 41828d99681258041ebf15ce7d22af9317bc8061931748a7c7967707657a045d +SIZE (TDE/applications/themes/tde-style-domino-trinity_14.1.0.orig.tar.xz) = 116332 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 -- cgit v1.2.1