diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-04-28 15:26:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-04-28 16:43:13 +0200 |
commit | 7f1d96cd60f9d6890fed200ce82d88f32007f39a (patch) | |
tree | f7269ecba7852debada6f39d2565d405e517e8f1 /freebsd/applications/themes/twin-style-fahrenheit | |
parent | b0218c5e3ba43b95b7108c098ed6d27ac2f4a3c4 (diff) | |
download | tde-packaging-7f1d96cd60f9d6890fed200ce82d88f32007f39a.tar.gz tde-packaging-7f1d96cd60f9d6890fed200ce82d88f32007f39a.zip |
FreeBSD: Update for final R14.1.2.
Forced C++14 for cases where distribution ports are not ready for C++17.
Add ports for several applications.
Switch several ports to CMake.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/themes/twin-style-fahrenheit')
4 files changed, 54 insertions, 0 deletions
diff --git a/freebsd/applications/themes/twin-style-fahrenheit/Makefile b/freebsd/applications/themes/twin-style-fahrenheit/Makefile new file mode 100644 index 000000000..5346daeda --- /dev/null +++ b/freebsd/applications/themes/twin-style-fahrenheit/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/twin-style-fahrenheit + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= twin-style-fahrenheit-trinity +COMMENT= TDE window decoration Fahrenheit +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-fahrenheit/distinfo b/freebsd/applications/themes/twin-style-fahrenheit/distinfo new file mode 100644 index 000000000..9391c1607 --- /dev/null +++ b/freebsd/applications/themes/twin-style-fahrenheit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1713857995 +SHA256 (TDE/applications/themes/twin-style-fahrenheit-trinity_14.1.2.orig.tar.xz) = 7b1984e6f5e50478859966ad6625f8656661c893418dda5ec6dae4c228a55cfe +SIZE (TDE/applications/themes/twin-style-fahrenheit-trinity_14.1.2.orig.tar.xz) = 20412 diff --git a/freebsd/applications/themes/twin-style-fahrenheit/pkg-descr b/freebsd/applications/themes/twin-style-fahrenheit/pkg-descr new file mode 100644 index 000000000..f37666873 --- /dev/null +++ b/freebsd/applications/themes/twin-style-fahrenheit/pkg-descr @@ -0,0 +1,3 @@ +TDE window decoration Fahrenheit + +This is a port of the KDE 3.2's version of Fahrenheit window decoration. diff --git a/freebsd/applications/themes/twin-style-fahrenheit/pkg-plist b/freebsd/applications/themes/twin-style-fahrenheit/pkg-plist new file mode 100644 index 000000000..015bbfe61 --- /dev/null +++ b/freebsd/applications/themes/twin-style-fahrenheit/pkg-plist @@ -0,0 +1,10 @@ +lib/trinity/twin_fahrenheit.la +lib/trinity/twin_fahrenheit.so +share/apps/twin/fahrenheit.desktop +share/apps/twin/fahrenheit/close.png +share/apps/twin/fahrenheit/help.png +share/apps/twin/fahrenheit/maximize.png +share/apps/twin/fahrenheit/minimize.png +share/apps/twin/fahrenheit/minmax.png +share/apps/twin/fahrenheit/sticky.png +share/apps/twin/fahrenheit/unsticky.png |