Received: by mail.netbsd.org (Postfix, from userid 605) id D861384D80; Tue, 20 Apr 2021 18:45:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F44884D4D for ; Tue, 20 Apr 2021 18:45:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8Ut4HViSNg5e for ; Tue, 20 Apr 2021 18:45:33 +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 605D484D43 for ; Tue, 20 Apr 2021 18:45:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58651FA95; Tue, 20 Apr 2021 18:45:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618944333226260" MIME-Version: 1.0 Date: Tue, 20 Apr 2021 18:45:33 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/lxqt-notificationd To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210420184533.58651FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618944333226260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Apr 20 18:45:33 UTC 2021 Modified Files: pkgsrc/x11/lxqt-notificationd: Makefile PLIST distinfo Log Message: x11/lxqt-notificationd: update to 0.17.0 lxqt-notificationd-0.17.0 / 2021-04-15 ====================================== - Used const references where possible. - Silenced compiler warning about unused parameters. - Handled Qt5.15's deprecations. - Used "= default" for trivial destructors. - Completely moved to Qt5 signal/slot syntax. - Always handle notification summary as plain-text. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/lxqt-notificationd/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/lxqt-notificationd/PLIST \ pkgsrc/x11/lxqt-notificationd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618944333226260 Content-Disposition: inline Content-Length: 5969 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/lxqt-notificationd/Makefile diff -u pkgsrc/x11/lxqt-notificationd/Makefile:1.8 pkgsrc/x11/lxqt-notificationd/Makefile:1.9 --- pkgsrc/x11/lxqt-notificationd/Makefile:1.8 Mon Dec 7 12:39:29 2020 +++ pkgsrc/x11/lxqt-notificationd/Makefile Tue Apr 20 18:45:33 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2020/12/07 12:39:29 pin Exp $ +# $NetBSD: Makefile,v 1.9 2021/04/20 18:45:33 pin Exp $ -DISTNAME= lxqt-notificationd-0.16.0 +DISTNAME= lxqt-notificationd-0.17.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -12,7 +12,7 @@ COMMENT= Notification daemon and library LICENSE= gnu-lgpl-v2.1 USE_CMAKE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config perl USE_LANGUAGES= c c++ CONFIGURE_DIRS= build @@ -28,7 +28,7 @@ CONF_FILES+= ${AUTOSTART_CONF}/lxqt-noti pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.9:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools .include "../../x11/qt5-qtbase/buildlink3.mk" Index: pkgsrc/x11/lxqt-notificationd/PLIST diff -u pkgsrc/x11/lxqt-notificationd/PLIST:1.3 pkgsrc/x11/lxqt-notificationd/PLIST:1.4 --- pkgsrc/x11/lxqt-notificationd/PLIST:1.3 Mon Dec 7 12:39:29 2020 +++ pkgsrc/x11/lxqt-notificationd/PLIST Tue Apr 20 18:45:33 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2020/12/07 12:39:29 pin Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/04/20 18:45:33 pin Exp $ bin/lxqt-config-notificationd bin/lxqt-notificationd share/applications/lxqt-config-notificationd.desktop @@ -6,6 +6,7 @@ share/examples/autostart/lxqt-notificati share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ar.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_arn.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ast.qm +share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_bg.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ca.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_cs.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_cy.qm @@ -16,6 +17,7 @@ share/lxqt/translations/lxqt-config-noti share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_es.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_fr.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_gl.qm +share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_he.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_hr.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_hu.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_id.qm @@ -29,6 +31,7 @@ share/lxqt/translations/lxqt-config-noti share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pt.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pt_BR.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ru.qm +share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_si.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_sk_SK.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_tr.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_uk.qm @@ -36,6 +39,7 @@ share/lxqt/translations/lxqt-config-noti share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ar.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_arn.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ast.qm +share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_bg.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ca.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_cs.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_cy.qm @@ -60,6 +64,7 @@ share/lxqt/translations/lxqt-notificatio share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pt.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pt_BR.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ru.qm +share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_si.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_sk_SK.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_sv.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_tr.qm Index: pkgsrc/x11/lxqt-notificationd/distinfo diff -u pkgsrc/x11/lxqt-notificationd/distinfo:1.3 pkgsrc/x11/lxqt-notificationd/distinfo:1.4 --- pkgsrc/x11/lxqt-notificationd/distinfo:1.3 Mon Dec 7 12:39:29 2020 +++ pkgsrc/x11/lxqt-notificationd/distinfo Tue Apr 20 18:45:33 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2020/12/07 12:39:29 pin Exp $ +$NetBSD: distinfo,v 1.4 2021/04/20 18:45:33 pin Exp $ -SHA1 (lxqt-notificationd-0.16.0.tar.xz) = ed7edf635dcd8871718eff1ec3fca4c0199d5c2d -RMD160 (lxqt-notificationd-0.16.0.tar.xz) = 1fe3e8ba54593bb0e9ec011b32c277e629348711 -SHA512 (lxqt-notificationd-0.16.0.tar.xz) = 127f1c044babb0c7a640d862fc9f30947b06ef37b702a75bc72a87f82f9aff15b32e29272993eb9d888e1c8db93e81cec8d07be515c769c560ecce4b439bb2f3 -Size (lxqt-notificationd-0.16.0.tar.xz) = 50696 bytes +SHA1 (lxqt-notificationd-0.17.0.tar.xz) = 8691a5810575631ace08798a7416eefb56f41339 +RMD160 (lxqt-notificationd-0.17.0.tar.xz) = b926e1f535c38340c8a106c4234e0ea78ff150f7 +SHA512 (lxqt-notificationd-0.17.0.tar.xz) = 042d69e01c3015d254ae3472867de0b41587af2285cd26445cd9d6d455de8ef713413431dea9997f2d2e19f70c2c8c73af39ce880d54ecb9fd6c50cd05a7dba4 +Size (lxqt-notificationd-0.17.0.tar.xz) = 53712 bytes SHA1 (patch-autostart_CMakeLists.txt) = 4e04483f41a25d9cb4ef6cdf9270f25ba51f6359 --_----------=_1618944333226260--