From 4975402d7f239a520dfcbd48e03dbab43e491d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 22 Apr 2023 00:00:02 +0200 Subject: 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/system/kcmautostart/Makefile | 38 ++++++++++++++++++++++ freebsd/applications/system/kcmautostart/distinfo | 3 ++ freebsd/applications/system/kcmautostart/pkg-descr | 4 +++ freebsd/applications/system/kcmautostart/pkg-plist | 13 ++++++++ 4 files changed, 58 insertions(+) create mode 100644 freebsd/applications/system/kcmautostart/Makefile create mode 100644 freebsd/applications/system/kcmautostart/distinfo create mode 100644 freebsd/applications/system/kcmautostart/pkg-descr create mode 100644 freebsd/applications/system/kcmautostart/pkg-plist (limited to 'freebsd/applications/system/kcmautostart') diff --git a/freebsd/applications/system/kcmautostart/Makefile b/freebsd/applications/system/kcmautostart/Makefile new file mode 100644 index 000000000..6c9dd0ce7 --- /dev/null +++ b/freebsd/applications/system/kcmautostart/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/system/kcmautostart + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= kcontrol-autostart-trinity +COMMENT= autostart module for the Trinity control center +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= misc x11 +DIST_SUBDIR= TDE/applications/system +DISTSRC= kcmautostart-trinity-${TDE_VERSION}${TDE_PREVERSION} + + +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 diff --git a/freebsd/applications/system/kcmautostart/distinfo b/freebsd/applications/system/kcmautostart/distinfo new file mode 100644 index 000000000..298718097 --- /dev/null +++ b/freebsd/applications/system/kcmautostart/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682026962 +SHA256 (TDE/applications/system/kcontrol-autostart-trinity_14.1.0.orig.tar.xz) = 24b604d4f1bdccc9fa564dfd2d67f40b6c2a79819f5e01dc5834c610498a6aa7 +SIZE (TDE/applications/system/kcontrol-autostart-trinity_14.1.0.orig.tar.xz) = 18256 diff --git a/freebsd/applications/system/kcmautostart/pkg-descr b/freebsd/applications/system/kcmautostart/pkg-descr new file mode 100644 index 000000000..9fefca64b --- /dev/null +++ b/freebsd/applications/system/kcmautostart/pkg-descr @@ -0,0 +1,4 @@ +autostart module for the Trinity control center + +Autostart is a Trinity control center module to configure which applications +start up when you login into a TDE session. diff --git a/freebsd/applications/system/kcmautostart/pkg-plist b/freebsd/applications/system/kcmautostart/pkg-plist new file mode 100644 index 000000000..0156f2437 --- /dev/null +++ b/freebsd/applications/system/kcmautostart/pkg-plist @@ -0,0 +1,13 @@ +lib/trinity/kcm_autostart.la +lib/trinity/kcm_autostart.so +share/applications/tde/autostart.desktop +share/doc/tde/HTML/en/autostart/common +share/doc/tde/HTML/en/autostart/index.cache.bz2 +share/doc/tde/HTML/en/autostart/index.docbook +share/locale/ca/LC_MESSAGES/autostart.mo +share/locale/de/LC_MESSAGES/autostart.mo +share/locale/es/LC_MESSAGES/autostart.mo +share/locale/fr/LC_MESSAGES/autostart.mo +share/locale/nl/LC_MESSAGES/autostart.mo +share/locale/pl/LC_MESSAGES/autostart.mo +share/locale/tr/LC_MESSAGES/autostart.mo -- cgit v1.2.1