diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-27 04:21:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-29 13:25:04 +0200 |
commit | 0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch) | |
tree | 9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/applications/themes/tdmtheme | |
parent | b9d33de3622fcad3fdfdc9b1464b4bc160f205ba (diff) | |
download | tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.tar.gz tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.zip |
FreeBSD: Update for final release R14.0.11.r14.0.11
Adjusted to new a layout of applications folder.
Pinetry-tqt package is not built within the tree.
Switch several applications to CMake.
Add ports for several applications.
Add port for cmake-trinity.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/themes/tdmtheme')
-rw-r--r-- | freebsd/applications/themes/tdmtheme/Makefile | 34 | ||||
-rw-r--r-- | freebsd/applications/themes/tdmtheme/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/themes/tdmtheme/pkg-descr | 4 | ||||
-rw-r--r-- | freebsd/applications/themes/tdmtheme/pkg-plist | 11 |
4 files changed, 52 insertions, 0 deletions
diff --git a/freebsd/applications/themes/tdmtheme/Makefile b/freebsd/applications/themes/tdmtheme/Makefile new file mode 100644 index 000000000..9b293888d --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tdmtheme-trinity +COMMENT= Theme manager for TDM [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 + +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/tdmtheme/distinfo b/freebsd/applications/themes/tdmtheme/distinfo new file mode 100644 index 000000000..5088a4ca8 --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292868 +SHA256 (TDE/applications/themes/tdmtheme-trinity_14.0.11.orig.tar.xz) = 6d9e835dc47bc62d1070f6e1f09e625165076aa60b1c5d6aa6f6029f3a30179a +SIZE (TDE/applications/themes/tdmtheme-trinity_14.0.11.orig.tar.xz) = 24240 diff --git a/freebsd/applications/themes/tdmtheme/pkg-descr b/freebsd/applications/themes/tdmtheme/pkg-descr new file mode 100644 index 000000000..643fe5b00 --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/pkg-descr @@ -0,0 +1,4 @@ +Theme manager for TDM [Trinity] + +tdmtheme is a theme manager for TDM. It provides a Trinity Control Module (KCM) +that allows you to easily install, remove and change your TDM themes. diff --git a/freebsd/applications/themes/tdmtheme/pkg-plist b/freebsd/applications/themes/tdmtheme/pkg-plist new file mode 100644 index 000000000..83d0c82a8 --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/pkg-plist @@ -0,0 +1,11 @@ +lib/trinity/kcm_tdmtheme.la +lib/trinity/kcm_tdmtheme.so +share/applications/tde/tdmtheme.desktop +share/doc/tde/HTML/en/tdmtheme/common +share/doc/tde/HTML/en/tdmtheme/index.cache.bz2 +share/doc/tde/HTML/en/tdmtheme/index.docbook +share/locale/de/LC_MESSAGES/tdmtheme.mo +share/locale/el/LC_MESSAGES/tdmtheme.mo +share/locale/pl/LC_MESSAGES/tdmtheme.mo +share/locale/pt/LC_MESSAGES/tdmtheme.mo +share/locale/ru/LC_MESSAGES/tdmtheme.mo |