diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-03-18 02:25:34 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-03-18 02:25:34 +0100 |
commit | c50beef08d80ff3caaf68951f1d0b3843182a4f1 (patch) | |
tree | ff0ce343fb3cce8c222c6077bfb1320457425b01 /freebsd/applications/kcmautostart | |
parent | ef2bc56fd3d1478d216ab499f9801610cec61a0f (diff) | |
download | tde-packaging-c50beef08d80ff3caaf68951f1d0b3843182a4f1.tar.gz tde-packaging-c50beef08d80ff3caaf68951f1d0b3843182a4f1.zip |
FreeBSD: Update for final release R14.0.6
Add ports for bunch of applications.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/kcmautostart')
-rw-r--r-- | freebsd/applications/kcmautostart/Makefile | 34 | ||||
-rw-r--r-- | freebsd/applications/kcmautostart/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/kcmautostart/pkg-descr | 4 | ||||
-rw-r--r-- | freebsd/applications/kcmautostart/pkg-plist | 11 |
4 files changed, 52 insertions, 0 deletions
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 <bsd.port.mk> 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 |