pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/knotifications knotifications: update to 5.93.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6afc97ee42f9
branches: trunk
changeset: 377806:6afc97ee42f9
user: markd <markd%pkgsrc.org@localhost>
date: Mon Apr 25 04:43:20 2022 +0000
description:
knotifications: update to 5.93.0
5.81.0
Relicense files to LGPL-2.0-or-later
Don't close resident notifications when action is invoked
Implement inline replies on Android
Add an inline reply notification to the example
Add KNotificationReplyAction for using inline-reply Notification API
5.82.0
Allow to build KNotifications without QtWidgets on Android
Remove the taskbar and external process backends on Android
Don't install the notification plugin servicetype file on Android
5.84.0
Let SNI users be activated using xdg_activation_v1
notifybysnore: add inline notifications support to Windows backend
5.85.0
Add placeholders for window title and application display name
5.87.0
Add support for static builds
Correct the version of Phonon that we use
5.88.0
Fix Windows build
warn when notifybypopup has pending notifications on destruction
Add KNotifications QML plugin
KWindowSystem is also not required on Android - but unlike Phonon is also
needed on Windows
Phonon is not required for KNotifications on Windows or Android
5.89.0
[Tester] Support urgency for inline reply notification
5.90.0
Use the org.freedesktop.Notifications.ActivationToken signal
Unify WITH_KWINDOWSYSTEM and HAVE_KWINDOWSYSTEM build vars
Offer API to support xdg_activation_v1
5.91.0
Remove Phonon from Linux CI
Add KStatusNotifierItem::hideAssociatedWidget()
KStatusNotifierItem: use actions instead of Yes/No in Quit confirm dialog
5.92.0
Allow to build the Java parts with Gradle from both Qt5 and Qt6
diffstat:
devel/knotifications/Makefile | 3 +--
devel/knotifications/PLIST | 8 ++++++--
devel/knotifications/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (62 lines):
diff -r baf1f021e371 -r 6afc97ee42f9 devel/knotifications/Makefile
--- a/devel/knotifications/Makefile Mon Apr 25 04:39:12 2022 +0000
+++ b/devel/knotifications/Makefile Mon Apr 25 04:43:20 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2022/04/18 19:09:46 adam Exp $
+# $NetBSD: Makefile,v 1.51 2022/04/25 04:43:20 markd Exp $
DISTNAME= knotifications-${KF5VER}
-PKGREVISION= 6
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff -r baf1f021e371 -r 6afc97ee42f9 devel/knotifications/PLIST
--- a/devel/knotifications/PLIST Mon Apr 25 04:39:12 2022 +0000
+++ b/devel/knotifications/PLIST Mon Apr 25 04:43:20 2022 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2021/03/30 10:58:22 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/04/25 04:43:20 markd Exp $
include/KF5/KNotifications/KNotification
include/KF5/KNotifications/KNotificationJobUiDelegate
include/KF5/KNotifications/KNotificationPlugin
+include/KF5/KNotifications/KNotificationReplyAction
include/KF5/KNotifications/KNotificationRestrictions
include/KF5/KNotifications/KNotifyConfig
include/KF5/KNotifications/KPassivePopup
@@ -9,12 +10,13 @@
include/KF5/KNotifications/knotification.h
include/KF5/KNotifications/knotificationjobuidelegate.h
include/KF5/KNotifications/knotificationplugin.h
+include/KF5/KNotifications/knotificationreplyaction.h
include/KF5/KNotifications/knotificationrestrictions.h
include/KF5/KNotifications/knotifications_export.h
+include/KF5/KNotifications/knotifications_version.h
include/KF5/KNotifications/knotifyconfig.h
include/KF5/KNotifications/kpassivepopup.h
include/KF5/KNotifications/kstatusnotifieritem.h
-include/KF5/knotifications_version.h
lib/cmake/KF5Notifications/KF5NotificationsConfig.cmake
lib/cmake/KF5Notifications/KF5NotificationsConfigVersion.cmake
lib/cmake/KF5Notifications/KF5NotificationsTargets-noconfig.cmake
@@ -23,6 +25,8 @@
lib/libKF5Notifications.so.5
lib/libKF5Notifications.so.${PKGVERSION}
qt5/mkspecs/modules/qt_KNotifications.pri
+qt5/qml/org/kde/notification/libknotificationqmlplugin.so
+qt5/qml/org/kde/notification/qmldir
share/dbus-1/interfaces/kf5_org.kde.StatusNotifierItem.xml
share/dbus-1/interfaces/kf5_org.kde.StatusNotifierWatcher.xml
share/kservicetypes5/knotificationplugin.desktop
diff -r baf1f021e371 -r 6afc97ee42f9 devel/knotifications/distinfo
--- a/devel/knotifications/distinfo Mon Apr 25 04:39:12 2022 +0000
+++ b/devel/knotifications/distinfo Mon Apr 25 04:43:20 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:15:10 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/04/25 04:43:20 markd Exp $
-BLAKE2s (knotifications-5.80.0.tar.xz) = 631ae444db0abd84d2c07e7dcdc265e2175ade9a01cd0f2765092765c6a71be0
-SHA512 (knotifications-5.80.0.tar.xz) = b3130de9b2eee251dc56e9814e4deb7f9cd6d166e234e3f4f6d1328024152a961776d18b20d9e9bc20af3ed590a2673c5de4b8fa3c2f6d0cb91259c96c1c0a16
-Size (knotifications-5.80.0.tar.xz) = 121360 bytes
+BLAKE2s (knotifications-5.93.0.tar.xz) = 35e9f473fa4b57633498604a8f971e52ea35027d31c838bbe942ba099301a0f8
+SHA512 (knotifications-5.93.0.tar.xz) = 210997189b06b021d35037b0ee0782cbf9b0f2ad5c7e91748af9a88a3146ef204f3c157b7274d0d454654523de719725263d3f4465cd7fd90afbca7774c68493
+Size (knotifications-5.93.0.tar.xz) = 131680 bytes
Home |
Main Index |
Thread Index |
Old Index