diff options
author | markd <markd@pkgsrc.org> | 2020-06-07 11:13:50 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-06-07 11:13:50 +0000 |
commit | 2c88cd84bddf99820125f6b66622b840f019c355 (patch) | |
tree | 85476d1134b83a2cbe9c0b99942efb68acc63ced | |
parent | 77e0c831801804df4c46d9eb6e17854858040902 (diff) | |
download | pkgsrc-2c88cd84bddf99820125f6b66622b840f019c355.tar.gz |
knotifications: update to 5.70.0
5.67
Add new signal for default action activation
Drop dependency to KF5Codecs by using the new stripRichText function
Strip richtext on Windows
Adapt to Qt 5.14 Android changes
Deprecate raiseWidget
Port KNotification from KWindowSystem
5.68
Make kstatusnotifieritem available without dbus
Adapt action numbering in Android to work like in KNotifications
Write down Kai-Uwe as the knotifications maintainer
Always strip html if server does not support it
5.69
New class KNotificationJobUiDelegate
5.70
Implement updating of notifications on Android
Handle multi-line and rich-text notifications on Android
Add KNotificationJobUiDelegate(KJobUiDelegate::Flags) constructor
[KNotificationJobUiDelegate] Append "Failed" for error messages
-rw-r--r-- | devel/knotifications/Makefile | 3 | ||||
-rw-r--r-- | devel/knotifications/PLIST | 4 | ||||
-rw-r--r-- | devel/knotifications/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/knotifications/Makefile b/devel/knotifications/Makefile index 92ed2dd53ae..d369c8881e2 100644 --- a/devel/knotifications/Makefile +++ b/devel/knotifications/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2020/06/02 08:22:37 adam Exp $ +# $NetBSD: Makefile,v 1.38 2020/06/07 11:13:50 markd Exp $ DISTNAME= knotifications-${KF5VER} -PKGREVISION= 4 CATEGORIES= devel HOMEPAGE= https://community.kde.org/Frameworks diff --git a/devel/knotifications/PLIST b/devel/knotifications/PLIST index be2ada1b656..6ec80b663c8 100644 --- a/devel/knotifications/PLIST +++ b/devel/knotifications/PLIST @@ -1,11 +1,13 @@ -@comment $NetBSD: PLIST,v 1.4 2019/11/11 07:57:10 markd Exp $ +@comment $NetBSD: PLIST,v 1.5 2020/06/07 11:13:50 markd Exp $ include/KF5/KNotifications/KNotification +include/KF5/KNotifications/KNotificationJobUiDelegate include/KF5/KNotifications/KNotificationPlugin include/KF5/KNotifications/KNotificationRestrictions include/KF5/KNotifications/KNotifyConfig include/KF5/KNotifications/KPassivePopup include/KF5/KNotifications/KStatusNotifierItem include/KF5/KNotifications/knotification.h +include/KF5/KNotifications/knotificationjobuidelegate.h include/KF5/KNotifications/knotificationplugin.h include/KF5/KNotifications/knotificationrestrictions.h include/KF5/KNotifications/knotifications_export.h diff --git a/devel/knotifications/distinfo b/devel/knotifications/distinfo index 8a4326f43af..8027612a20b 100644 --- a/devel/knotifications/distinfo +++ b/devel/knotifications/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/01/29 11:49:24 markd Exp $ +$NetBSD: distinfo,v 1.10 2020/06/07 11:13:50 markd Exp $ -SHA1 (knotifications-5.66.0.tar.xz) = 150dd636fb685df1a07341e667ee83cfb2d859c0 -RMD160 (knotifications-5.66.0.tar.xz) = 5c74d195ff2b02a0d2a4ec286a1e86308a986f2e -SHA512 (knotifications-5.66.0.tar.xz) = f5a2f809204e87714577e24dc6a9e5d8556bab4a19a491b6dd45ef62f379861e6a2bcba9e023ab60a004f574cf8ec41a3c4764e301cfd085d4eb90c1d7561ec1 -Size (knotifications-5.66.0.tar.xz) = 117304 bytes +SHA1 (knotifications-5.70.0.tar.xz) = 79ec9a0ffad2724c1be0fad5a5c2f163f8075947 +RMD160 (knotifications-5.70.0.tar.xz) = c002e2be8c18790b5556deecdf4bcc2126fe2017 +SHA512 (knotifications-5.70.0.tar.xz) = c17502641b1f447a09c09c41e416e1a1a57f568016e483b38be1bf92c7cadf0847284068893fc6a8dc149474c19e9467271dad8c73bd7a1ef32077a0d8ba1766 +Size (knotifications-5.70.0.tar.xz) = 119032 bytes |