diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-08-23 20:01:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-26 19:49:45 +0100 |
commit | f6041fbd9646582e13f723037f9d81ee618fbff0 (patch) | |
tree | 913b3da343dc8a437ab86180a5fd82024a8493be /freebsd/applications/kdbusnotification | |
parent | 189334b9593bdccb053ea65515fd0de03ad7eb14 (diff) | |
download | tde-packaging-f6041fbd9646582e13f723037f9d81ee618fbff0.tar.gz tde-packaging-f6041fbd9646582e13f723037f9d81ee618fbff0.zip |
FreeBSD: Update for final release R14.0.7.
Add ports for several applications.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/kdbusnotification')
-rw-r--r-- | freebsd/applications/kdbusnotification/Makefile | 37 | ||||
-rw-r--r-- | freebsd/applications/kdbusnotification/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/kdbusnotification/pkg-descr | 4 | ||||
-rw-r--r-- | freebsd/applications/kdbusnotification/pkg-plist | 2 |
4 files changed, 46 insertions, 0 deletions
diff --git a/freebsd/applications/kdbusnotification/Makefile b/freebsd/applications/kdbusnotification/Makefile new file mode 100644 index 000000000..3109c8142 --- /dev/null +++ b/freebsd/applications/kdbusnotification/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kdbusnotification-trinity +COMMENT= DBUS notification service for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS+=\ + libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 \ + + +# 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/kdbusnotification/distinfo b/freebsd/applications/kdbusnotification/distinfo new file mode 100644 index 000000000..aac53b6f7 --- /dev/null +++ b/freebsd/applications/kdbusnotification/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1577066465 +SHA256 (TDE/applications/kdbusnotification-trinity_14.0.7.orig.tar.xz) = 72bb63ff3212c1b05bdd5741b651cd9cde43b5a584e35665ee99e86574194cce +SIZE (TDE/applications/kdbusnotification-trinity_14.0.7.orig.tar.xz) = 250212 diff --git a/freebsd/applications/kdbusnotification/pkg-descr b/freebsd/applications/kdbusnotification/pkg-descr new file mode 100644 index 000000000..bffabfa97 --- /dev/null +++ b/freebsd/applications/kdbusnotification/pkg-descr @@ -0,0 +1,4 @@ +DBUS notification service for Trinity + +kdbusnotification is a small program for Trinity that displays +DBUS notifications via unobtrusive, easily dismissed passive popups. diff --git a/freebsd/applications/kdbusnotification/pkg-plist b/freebsd/applications/kdbusnotification/pkg-plist new file mode 100644 index 000000000..0ad38911e --- /dev/null +++ b/freebsd/applications/kdbusnotification/pkg-plist @@ -0,0 +1,2 @@ +bin/notification-daemon-tde +share/autostart/kdbusnotification-autostart.desktop |