pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/knotifications



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun  7 11:13:50 UTC 2020

Modified Files:
        pkgsrc/devel/knotifications: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/knotifications/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/knotifications/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/knotifications/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/knotifications/Makefile
diff -u pkgsrc/devel/knotifications/Makefile:1.37 pkgsrc/devel/knotifications/Makefile:1.38
--- pkgsrc/devel/knotifications/Makefile:1.37   Tue Jun  2 08:22:37 2020
+++ pkgsrc/devel/knotifications/Makefile        Sun Jun  7 11:13:50 2020
@@ -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

Index: pkgsrc/devel/knotifications/PLIST
diff -u pkgsrc/devel/knotifications/PLIST:1.4 pkgsrc/devel/knotifications/PLIST:1.5
--- pkgsrc/devel/knotifications/PLIST:1.4       Mon Nov 11 07:57:10 2019
+++ pkgsrc/devel/knotifications/PLIST   Sun Jun  7 11:13:50 2020
@@ -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

Index: pkgsrc/devel/knotifications/distinfo
diff -u pkgsrc/devel/knotifications/distinfo:1.9 pkgsrc/devel/knotifications/distinfo:1.10
--- pkgsrc/devel/knotifications/distinfo:1.9    Wed Jan 29 11:49:24 2020
+++ pkgsrc/devel/knotifications/distinfo        Sun Jun  7 11:13:50 2020
@@ -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



Home | Main Index | Thread Index | Old Index