diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-10-28 01:19:11 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-10-28 01:19:11 +0200 |
commit | b5b568ce2f45981161aa438622004799aa3f7a4d (patch) | |
tree | 43dbb260f2a0799f26105f0a29074f8e55c29745 /freebsd/applications/themes/twin-style-machbunt | |
parent | ae1668c6824e2d0e9a713b18f92471e6e52720f9 (diff) | |
download | tde-packaging-b5b568ce2f45981161aa438622004799aa3f7a4d.tar.gz tde-packaging-b5b568ce2f45981161aa438622004799aa3f7a4d.zip |
FreeBSD: Update for final release R14.0.13.
Add ports for several applications.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/themes/twin-style-machbunt')
4 files changed, 46 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..b1f42ba99 --- /dev/null +++ b/freebsd/applications/themes/twin-style-machbunt/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.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 +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/twin-style-machbunt/distinfo b/freebsd/applications/themes/twin-style-machbunt/distinfo new file mode 100644 index 000000000..d8de8d85c --- /dev/null +++ b/freebsd/applications/themes/twin-style-machbunt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1666770639 +SHA256 (TDE/applications/themes/twin-style-machbunt-trinity_14.0.13.orig.tar.xz) = aecc788344b6b9aaeb34d7b935ac80c088a42fb099990cb5f285dfb3bd44f3a5 +SIZE (TDE/applications/themes/twin-style-machbunt-trinity_14.0.13.orig.tar.xz) = 25384 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 |