Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C17E81A9217 for ; Mon, 7 Dec 2020 12:39:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2B5D58512B; Mon, 7 Dec 2020 12:39:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F82B85119 for ; Mon, 7 Dec 2020 12:39:30 +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 3tinJyXMuWiO for ; Mon, 7 Dec 2020 12:39:29 +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 9CE7F850DE for ; Mon, 7 Dec 2020 12:39:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A0BDFA9D; Mon, 7 Dec 2020 12:39:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1607344769274310" MIME-Version: 1.0 Date: Mon, 7 Dec 2020 12:39:29 +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: <20201207123929.8A0BDFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1607344769274310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Dec 7 12:39:29 UTC 2020 Modified Files: pkgsrc/x11/lxqt-notificationd: Makefile PLIST distinfo Added Files: pkgsrc/x11/lxqt-notificationd/patches: patch-autostart_CMakeLists.txt Log Message: x11/lxqt-notificationd: update to 0.16.0 -Avoided container detachment. -Dropped deprecated QProcess method. -Added an option for showing notifications in the screen with the mouse pointer. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/lxqt-notificationd/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/lxqt-notificationd/PLIST \ pkgsrc/x11/lxqt-notificationd/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1607344769274310 Content-Disposition: inline Content-Length: 5274 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.7 pkgsrc/x11/lxqt-notificationd/Makefile:1.8 --- pkgsrc/x11/lxqt-notificationd/Makefile:1.7 Fri Dec 4 04:56:18 2020 +++ pkgsrc/x11/lxqt-notificationd/Makefile Mon Dec 7 12:39:29 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/12/04 04:56:18 riastradh Exp $ +# $NetBSD: Makefile,v 1.8 2020/12/07 12:39:29 pin Exp $ -DISTNAME= lxqt-notificationd-0.15.0 -PKGREVISION= 4 +DISTNAME= lxqt-notificationd-0.16.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -19,10 +18,17 @@ USE_LANGUAGES= c c++ CONFIGURE_DIRS= build CMAKE_ARG_PATH= .. +AUTOSTART_CONF= share/examples/autostart +PKG_SYSCONFSUBDIR= xdg +MAKE_DIRS= ${PKG_SYSCONFDIR}/autostart + +CONF_FILES+= ${AUTOSTART_CONF}/lxqt-notifications.desktop \ + ${PKG_SYSCONFDIR}/autostart/lxqt-notifications.desktop + pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../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.2 pkgsrc/x11/lxqt-notificationd/PLIST:1.3 --- pkgsrc/x11/lxqt-notificationd/PLIST:1.2 Mon Jun 1 12:09:51 2020 +++ pkgsrc/x11/lxqt-notificationd/PLIST Mon Dec 7 12:39:29 2020 @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2020/06/01 12:09:51 pin Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/12/07 12:39:29 pin Exp $ bin/lxqt-config-notificationd bin/lxqt-notificationd share/applications/lxqt-config-notificationd.desktop -share/examples/lxqt/xdg/autostart/lxqt-notifications.desktop +share/examples/autostart/lxqt-notifications.desktop 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 @@ -47,6 +47,7 @@ share/lxqt/translations/lxqt-notificatio share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_fr.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_gl.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_he.qm +share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_hr.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_hu.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_id.qm share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_it.qm @@ -59,7 +60,6 @@ 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_ru_RU.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.2 pkgsrc/x11/lxqt-notificationd/distinfo:1.3 --- pkgsrc/x11/lxqt-notificationd/distinfo:1.2 Mon Jun 1 12:09:51 2020 +++ pkgsrc/x11/lxqt-notificationd/distinfo Mon Dec 7 12:39:29 2020 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2020/06/01 12:09:51 pin Exp $ +$NetBSD: distinfo,v 1.3 2020/12/07 12:39:29 pin Exp $ -SHA1 (lxqt-notificationd-0.15.0.tar.xz) = bbe04b198989c676139c510d3756790ec48eec93 -RMD160 (lxqt-notificationd-0.15.0.tar.xz) = 6119facb8f510522a066c4cf2833c3e288dffb35 -SHA512 (lxqt-notificationd-0.15.0.tar.xz) = 0febe3ff61caaf4303e3853df6bc494ce8eb4a931e6d8600a2e38c07317ecadbe3d7060ac234d139326a726c43ac555153dde6b2d4d05e95ab357873457c9632 -Size (lxqt-notificationd-0.15.0.tar.xz) = 49068 bytes +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 (patch-autostart_CMakeLists.txt) = 4e04483f41a25d9cb4ef6cdf9270f25ba51f6359 Added files: Index: pkgsrc/x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt diff -u /dev/null pkgsrc/x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt:1.1 --- /dev/null Mon Dec 7 12:39:29 2020 +++ pkgsrc/x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt Mon Dec 7 12:39:29 2020 @@ -0,0 +1,14 @@ +$NetBSD: patch-autostart_CMakeLists.txt,v 1.1 2020/12/07 12:39:29 pin Exp $ + +Install config file to proper location + +--- autostart/CMakeLists.txt.orig 2020-11-02 09:35:42.000000000 +0000 ++++ autostart/CMakeLists.txt +@@ -10,6 +10,6 @@ add_custom_target(lxqt_notificationd_aut + + install(FILES + ${DESKTOP_FILES} +- DESTINATION "${LXQT_ETC_XDG_DIR}/autostart" ++ DESTINATION "share/examples/autostart" + COMPONENT Runtime + ) --_----------=_1607344769274310--