diff options
author | Slávek Banko <[email protected]> | 2023-04-22 00:00:02 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-04-22 20:51:11 +0200 |
commit | 4975402d7f239a520dfcbd48e03dbab43e491d68 (patch) | |
tree | 1fa8069b82399fccffe1736bbc8af73d1f3a4d93 /freebsd/applications/themes/twin-style-machbunt | |
parent | 718961e63499208eae72b6d4f56ae94004d41020 (diff) | |
download | tde-packaging-4975402d7f239a520dfcbd48e03dbab43e491d68.tar.gz tde-packaging-4975402d7f239a520dfcbd48e03dbab43e491d68.zip |
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.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'freebsd/applications/themes/twin-style-machbunt')
4 files changed, 49 insertions, 0 deletions
diff --git a/freebsd/applications/themes/twin-style-machbunt/Makefile b/freebsd/applications/themes/twin-style-machbunt/Makefile new file mode 100644 index 000000000..2f91d249e --- /dev/null +++ b/freebsd/applications/themes/twin-style-machbunt/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $FreeBSD$ +# +# TDE port map: applications/themes/twin-style-machbunt + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= twin-style-machbunt-trinity +COMMENT= TDE window decoration from SUSE 9.1/9.2 +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 <bsd.port.mk> diff --git a/freebsd/applications/themes/twin-style-machbunt/distinfo b/freebsd/applications/themes/twin-style-machbunt/distinfo new file mode 100644 index 000000000..1e44ad54d --- /dev/null +++ b/freebsd/applications/themes/twin-style-machbunt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045894 +SHA256 (TDE/applications/themes/twin-style-machbunt-trinity_14.1.0.orig.tar.xz) = 33dfa0c745955817e390dc83c2cc040743f683589d0262d54707a9dbbc8667d0 +SIZE (TDE/applications/themes/twin-style-machbunt-trinity_14.1.0.orig.tar.xz) = 25340 diff --git a/freebsd/applications/themes/twin-style-machbunt/pkg-descr b/freebsd/applications/themes/twin-style-machbunt/pkg-descr new file mode 100644 index 000000000..24168884f --- /dev/null +++ b/freebsd/applications/themes/twin-style-machbunt/pkg-descr @@ -0,0 +1,4 @@ +TDE window decoration from SUSE 9.1/9.2 + +This is a port of the KDE Window decoration extracted from SUSE 9.1/9.2. +An example color scheme is provided too. diff --git a/freebsd/applications/themes/twin-style-machbunt/pkg-plist b/freebsd/applications/themes/twin-style-machbunt/pkg-plist new file mode 100644 index 000000000..68524c479 --- /dev/null +++ b/freebsd/applications/themes/twin-style-machbunt/pkg-plist @@ -0,0 +1,4 @@ +lib/trinity/twin3_MachBunt.la +lib/trinity/twin3_MachBunt.so +share/apps/tdedisplay/color-schemes/MachBunt.kcsrc +share/apps/twin/MachBunt.desktop |