From c50beef08d80ff3caaf68951f1d0b3843182a4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 18 Mar 2019 02:25:34 +0100 Subject: FreeBSD: Update for final release R14.0.6 Add ports for bunch of applications. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/kcmautostart/Makefile | 34 +++++++++++++++++++++++++++++ freebsd/applications/kcmautostart/distinfo | 3 +++ freebsd/applications/kcmautostart/pkg-descr | 4 ++++ freebsd/applications/kcmautostart/pkg-plist | 11 ++++++++++ 4 files changed, 52 insertions(+) create mode 100644 freebsd/applications/kcmautostart/Makefile create mode 100644 freebsd/applications/kcmautostart/distinfo create mode 100644 freebsd/applications/kcmautostart/pkg-descr create mode 100644 freebsd/applications/kcmautostart/pkg-plist (limited to 'freebsd/applications/kcmautostart') diff --git a/freebsd/applications/kcmautostart/Makefile b/freebsd/applications/kcmautostart/Makefile new file mode 100644 index 000000000..4b01e1187 --- /dev/null +++ b/freebsd/applications/kcmautostart/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kcontrol-autostart-trinity +COMMENT= autostart module for the Trinity control center +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications +DISTSRC= kcmautostart-trinity-${TDE_VERSION}${TDE_PREVERSION} + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + +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 diff --git a/freebsd/applications/kcmautostart/distinfo b/freebsd/applications/kcmautostart/distinfo new file mode 100644 index 000000000..58fdaf42c --- /dev/null +++ b/freebsd/applications/kcmautostart/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1552243327 +SHA256 (TDE/applications/kcontrol-autostart-trinity_14.0.6.orig.tar.xz) = 41290c935d3d8518b15a7d699d1306fcfc0237157056d73cec6cf984be373abd +SIZE (TDE/applications/kcontrol-autostart-trinity_14.0.6.orig.tar.xz) = 284528 diff --git a/freebsd/applications/kcmautostart/pkg-descr b/freebsd/applications/kcmautostart/pkg-descr new file mode 100644 index 000000000..9fefca64b --- /dev/null +++ b/freebsd/applications/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/kcmautostart/pkg-plist b/freebsd/applications/kcmautostart/pkg-plist new file mode 100644 index 000000000..56de9df13 --- /dev/null +++ b/freebsd/applications/kcmautostart/pkg-plist @@ -0,0 +1,11 @@ +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/es/LC_MESSAGES/autostart.mo +share/locale/fr/LC_MESSAGES/autostart.mo +share/locale/nl/LC_MESSAGES/autostart.mo +share/locale/tr/LC_MESSAGES/autostart.mo -- cgit v1.2.1