Received: by mail.netbsd.org (Postfix, from userid 605) id D3D3E84D83; Tue, 27 Aug 2019 21:02:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5BD8B84D6C for ; Tue, 27 Aug 2019 21:02:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ifs7viV7wHaM for ; Tue, 27 Aug 2019 21:02:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BD6A684D22 for ; Tue, 27 Aug 2019 21:02:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7379FBF4; Tue, 27 Aug 2019 21:02:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566939722245570" MIME-Version: 1.0 Date: Tue, 27 Aug 2019 21:02:02 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/knotifications To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190827210202.B7379FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566939722245570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue Aug 27 21:02:02 UTC 2019 Modified Files: pkgsrc/devel/knotifications: Makefile PLIST distinfo Log Message: knotifications: update to 5.61.0 5.60.0 Don't search for phonon on Android 5.59.0 Handle apps which set the desktopFileName property with filename suffix 5.58.0 [Notify by Portal] Support default action and priority hints [KNotification] Add HighUrgency [KNotifications] Update when flags, urls, or urgency change Allow to set urgency for notifications To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/knotifications/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/knotifications/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/knotifications/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566939722245570 Content-Disposition: inline Content-Length: 3518 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/knotifications/Makefile diff -u pkgsrc/devel/knotifications/Makefile:1.27 pkgsrc/devel/knotifications/Makefile:1.28 --- pkgsrc/devel/knotifications/Makefile:1.27 Sun Jul 21 22:24:37 2019 +++ pkgsrc/devel/knotifications/Makefile Tue Aug 27 21:02:02 2019 @@ -1,23 +1,12 @@ -# $NetBSD: Makefile,v 1.27 2019/07/21 22:24:37 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2019/08/27 21:02:02 markd Exp $ DISTNAME= knotifications-${KF5VER} -PKGREVISION= 1 CATEGORIES= devel HOMEPAGE= https://community.kde.org/Frameworks COMMENT= Abstraction for system notifications LICENSE= gnu-lgpl-v2.1 AND modified-bsd -SUBST_CLASSES+= xdg -SUBST_STAGE.xdg= pre-configure -SUBST_MESSAGE.xdg= Install via examples dir. -SUBST_FILES.xdg= CMakeLists.txt -SUBST_SED.xdg= -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:' - -MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg -CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/knotifications.categories \ - ${PKG_SYSCONFDIR}/xdg/knotifications.categories - .include "../../meta-pkgs/kde/kf5.mk" .include "../../audio/libcanberra/buildlink3.mk" Index: pkgsrc/devel/knotifications/PLIST diff -u pkgsrc/devel/knotifications/PLIST:1.2 pkgsrc/devel/knotifications/PLIST:1.3 --- pkgsrc/devel/knotifications/PLIST:1.2 Thu Apr 25 20:50:23 2019 +++ pkgsrc/devel/knotifications/PLIST Tue Aug 27 21:02:02 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/04/25 20:50:23 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/08/27 21:02:02 markd Exp $ include/KF5/KNotifications/KNotification include/KF5/KNotifications/KNotificationPlugin include/KF5/KNotifications/KNotificationRestrictions @@ -23,7 +23,6 @@ lib/libKF5Notifications.so.${PKGVERSION} qt5/mkspecs/modules/qt_KNotifications.pri share/dbus-1/interfaces/kf5_org.kde.StatusNotifierItem.xml share/dbus-1/interfaces/kf5_org.kde.StatusNotifierWatcher.xml -share/examples/kde-xdg/knotifications.categories share/kservicetypes5/knotificationplugin.desktop share/locale/af/LC_MESSAGES/knotifications5_qt.qm share/locale/ar/LC_MESSAGES/knotifications5_qt.qm @@ -124,3 +123,4 @@ share/locale/xh/LC_MESSAGES/knotificatio share/locale/zh_CN/LC_MESSAGES/knotifications5_qt.qm share/locale/zh_HK/LC_MESSAGES/knotifications5_qt.qm share/locale/zh_TW/LC_MESSAGES/knotifications5_qt.qm +share/qlogging-categories5/knotifications.categories Index: pkgsrc/devel/knotifications/distinfo diff -u pkgsrc/devel/knotifications/distinfo:1.6 pkgsrc/devel/knotifications/distinfo:1.7 --- pkgsrc/devel/knotifications/distinfo:1.6 Thu Apr 25 20:50:23 2019 +++ pkgsrc/devel/knotifications/distinfo Tue Aug 27 21:02:02 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2019/04/25 20:50:23 markd Exp $ +$NetBSD: distinfo,v 1.7 2019/08/27 21:02:02 markd Exp $ -SHA1 (knotifications-5.57.0.tar.xz) = f4278789306c10f690bcb99e997c484fe9214ceb -RMD160 (knotifications-5.57.0.tar.xz) = 120c999614babfae11f42f4cd8cf00f09b9cdd09 -SHA512 (knotifications-5.57.0.tar.xz) = f0c8b805d251c5172fc7e8f0a61e2d9e21ba705287376502695bc50b465c792c43311b96a931b43c5a07042a443ff5f20c47a1274628bdc1b1f94f819136d9b3 -Size (knotifications-5.57.0.tar.xz) = 113180 bytes +SHA1 (knotifications-5.61.0.tar.xz) = 1a9e8f7aa559a9a5ef434428e551ad449776ead0 +RMD160 (knotifications-5.61.0.tar.xz) = 9a69008277bfcac46811ebd54888b1ff75239f08 +SHA512 (knotifications-5.61.0.tar.xz) = b52078ed25a3eb7606f2e579319cc00c2b3cef335e20134840d71beae91d285b0de9285dfd6d823221d8af7aadb93c19b367086984249e4e6f87581879091851 +Size (knotifications-5.61.0.tar.xz) = 113888 bytes --_----------=_1566939722245570--