Received: by mail.netbsd.org (Postfix, from userid 605) id 0A98084F61; Sun, 24 Apr 2022 15:29:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 437FE84E82 for ; Sun, 24 Apr 2022 15:29:29 +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 oXWMNG-vmtfm for ; Sun, 24 Apr 2022 15:29:28 +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 9F8F284D05 for ; Sun, 24 Apr 2022 15:29:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9CDEBFB1A; Sun, 24 Apr 2022 15:29:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650814168237180" MIME-Version: 1.0 Date: Sun, 24 Apr 2022 15:29:28 +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: <20220424152928.9CDEBFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650814168237180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun Apr 24 15:29:28 UTC 2022 Modified Files: pkgsrc/x11/lxqt-notificationd: Makefile PLIST distinfo Log Message: x11/lxqt-notificationd: update to 1.1.0 Main changes: -The configuration GUI is polished. -The notification icon is updated when global settings are changed. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/lxqt-notificationd/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/lxqt-notificationd/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/lxqt-notificationd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650814168237180 Content-Disposition: inline Content-Length: 3299 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.14 pkgsrc/x11/lxqt-notificationd/Makefile:1.15 --- pkgsrc/x11/lxqt-notificationd/Makefile:1.14 Mon Apr 18 19:12:23 2022 +++ pkgsrc/x11/lxqt-notificationd/Makefile Sun Apr 24 15:29:28 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/04/18 19:12:23 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/04/24 15:29:28 pin Exp $ -DISTNAME= lxqt-notificationd-1.0.0 -PKGREVISION= 2 +DISTNAME= lxqt-notificationd-1.1.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -29,7 +28,7 @@ CONF_FILES+= ${AUTOSTART_CONF}/lxqt-noti pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools>=0.10.0:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../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.5 pkgsrc/x11/lxqt-notificationd/PLIST:1.6 --- pkgsrc/x11/lxqt-notificationd/PLIST:1.5 Fri Nov 19 11:34:03 2021 +++ pkgsrc/x11/lxqt-notificationd/PLIST Sun Apr 24 15:29:28 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2021/11/19 11:34:03 pin Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/04/24 15:29:28 pin Exp $ bin/lxqt-config-notificationd bin/lxqt-notificationd share/applications/lxqt-config-notificationd.desktop @@ -29,6 +29,7 @@ share/lxqt/translations/lxqt-config-noti share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_lv.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_nb_NO.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_nl.qm +share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_oc.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pl.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pt.qm share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pt_BR.qm Index: pkgsrc/x11/lxqt-notificationd/distinfo diff -u pkgsrc/x11/lxqt-notificationd/distinfo:1.7 pkgsrc/x11/lxqt-notificationd/distinfo:1.8 --- pkgsrc/x11/lxqt-notificationd/distinfo:1.7 Fri Nov 19 11:34:03 2021 +++ pkgsrc/x11/lxqt-notificationd/distinfo Sun Apr 24 15:29:28 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2021/11/19 11:34:03 pin Exp $ +$NetBSD: distinfo,v 1.8 2022/04/24 15:29:28 pin Exp $ -BLAKE2s (lxqt-notificationd-1.0.0.tar.xz) = 0e47dfaa18df5c104af91bd470d558a9d4e215f6b1c08c59009b9dc6fd71fb4a -SHA512 (lxqt-notificationd-1.0.0.tar.xz) = e8953c06be5821d875027692589dd80bfc7bca8ff9d7e590dcab2ab80b17ed530983119b0cf9d254ba5b15bf863eb6283896e6ae38a999437e5ccd7d3a50adf9 -Size (lxqt-notificationd-1.0.0.tar.xz) = 57160 bytes +BLAKE2s (lxqt-notificationd-1.1.0.tar.xz) = c41e8df9bf023fd66d950b97b0532cd479520fc7ebc20893b07afa7c832ebd71 +SHA512 (lxqt-notificationd-1.1.0.tar.xz) = fd4ecdff4e32886959dd8806d247e7bfa5920a3b3c8f98066577758ab7d3884b15c9b791982e9b05a581b04ac09e6eb7d127172a930acf639e1378f997bd583f +Size (lxqt-notificationd-1.1.0.tar.xz) = 59596 bytes SHA1 (patch-autostart_CMakeLists.txt) = 4e04483f41a25d9cb4ef6cdf9270f25ba51f6359 --_----------=_1650814168237180--