diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-27 04:21:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-29 13:25:04 +0200 |
commit | 0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch) | |
tree | 9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/applications/system/kdbusnotification | |
parent | b9d33de3622fcad3fdfdc9b1464b4bc160f205ba (diff) | |
download | tde-packaging-r14.0.11.tar.gz tde-packaging-r14.0.11.zip |
FreeBSD: Update for final release R14.0.11.r14.0.11
Adjusted to new a layout of applications folder.
Pinetry-tqt package is not built within the tree.
Switch several applications to CMake.
Add ports for several applications.
Add port for cmake-trinity.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/system/kdbusnotification')
4 files changed, 46 insertions, 0 deletions
diff --git a/freebsd/applications/system/kdbusnotification/Makefile b/freebsd/applications/system/kdbusnotification/Makefile new file mode 100644 index 000000000..d97437480 --- /dev/null +++ b/freebsd/applications/system/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/system + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/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/system/kdbusnotification/distinfo b/freebsd/applications/system/kdbusnotification/distinfo new file mode 100644 index 000000000..b76a6872f --- /dev/null +++ b/freebsd/applications/system/kdbusnotification/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635249616 +SHA256 (TDE/applications/system/kdbusnotification-trinity_14.0.11.orig.tar.xz) = e227090b7f0d4850b231a19e8cc6375eddc9764440a370a20a0f450997fc3aea +SIZE (TDE/applications/system/kdbusnotification-trinity_14.0.11.orig.tar.xz) = 7988 diff --git a/freebsd/applications/system/kdbusnotification/pkg-descr b/freebsd/applications/system/kdbusnotification/pkg-descr new file mode 100644 index 000000000..bffabfa97 --- /dev/null +++ b/freebsd/applications/system/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/system/kdbusnotification/pkg-plist b/freebsd/applications/system/kdbusnotification/pkg-plist new file mode 100644 index 000000000..0ad38911e --- /dev/null +++ b/freebsd/applications/system/kdbusnotification/pkg-plist @@ -0,0 +1,2 @@ +bin/notification-daemon-tde +share/autostart/kdbusnotification-autostart.desktop |