From 7f1d96cd60f9d6890fed200ce82d88f32007f39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Apr 2024 15:26:47 +0200 Subject: FreeBSD: Update for final R14.1.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../themes/twin-style-fahrenheit/Makefile | 38 ++++++++++++++++++++++ .../themes/twin-style-fahrenheit/distinfo | 3 ++ .../themes/twin-style-fahrenheit/pkg-descr | 3 ++ .../themes/twin-style-fahrenheit/pkg-plist | 10 ++++++ 4 files changed, 54 insertions(+) create mode 100644 freebsd/applications/themes/twin-style-fahrenheit/Makefile create mode 100644 freebsd/applications/themes/twin-style-fahrenheit/distinfo create mode 100644 freebsd/applications/themes/twin-style-fahrenheit/pkg-descr create mode 100644 freebsd/applications/themes/twin-style-fahrenheit/pkg-plist (limited to 'freebsd/applications/themes/twin-style-fahrenheit') 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 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 -- cgit v1.2.1