diff options
Diffstat (limited to 'freebsd/applications/themes/tdmtheme')
-rw-r--r-- | freebsd/applications/themes/tdmtheme/Makefile | 37 | ||||
-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, 55 insertions, 0 deletions
diff --git a/freebsd/applications/themes/tdmtheme/Makefile b/freebsd/applications/themes/tdmtheme/Makefile new file mode 100644 index 000000000..1991d8adb --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/tdmtheme + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= tdmtheme-trinity +COMMENT= Theme manager for TDM [Trinity] +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 \ + ${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 <bsd.port.mk> diff --git a/freebsd/applications/themes/tdmtheme/distinfo b/freebsd/applications/themes/tdmtheme/distinfo new file mode 100644 index 000000000..b668e9c85 --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045889 +SHA256 (TDE/applications/themes/tdmtheme-trinity_14.1.0.orig.tar.xz) = b5bfb812c4c3e3ab44a862f3fff0f73ab0d9102ec6782b28851248770d25ee4e +SIZE (TDE/applications/themes/tdmtheme-trinity_14.1.0.orig.tar.xz) = 24260 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 |