Tue Apr 20 18:45:33 2021 UTC ()
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.


(pin)
diff -r1.8 -r1.9 pkgsrc/x11/lxqt-notificationd/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/lxqt-notificationd/PLIST
diff -r1.3 -r1.4 pkgsrc/x11/lxqt-notificationd/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/x11/lxqt-notificationd/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/lxqt-notificationd/Makefile 2020/12/07 12:39:29 1.8
+++ pkgsrc/x11/lxqt-notificationd/Makefile 2021/04/20 18:45:33 1.9
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1# $NetBSD: Makefile,v 1.8 2020/12/07 12:39:29 pin Exp $ 1# $NetBSD: Makefile,v 1.9 2021/04/20 18:45:33 pin Exp $
2 2
3DISTNAME= lxqt-notificationd-0.16.0 3DISTNAME= lxqt-notificationd-0.17.0
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
6GITHUB_RELEASE= ${PKGVERSION_NOREV} 6GITHUB_RELEASE= ${PKGVERSION_NOREV}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/lxqt/lxqt-notificationd/ 10HOMEPAGE= https://github.com/lxqt/lxqt-notificationd/
11COMMENT= Notification daemon and library 11COMMENT= Notification daemon and library
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14USE_CMAKE= yes 14USE_CMAKE= yes
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config perl
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17 17
18CONFIGURE_DIRS= build 18CONFIGURE_DIRS= build
19CMAKE_ARG_PATH= .. 19CMAKE_ARG_PATH= ..
20 20
21AUTOSTART_CONF= share/examples/autostart 21AUTOSTART_CONF= share/examples/autostart
22PKG_SYSCONFSUBDIR= xdg 22PKG_SYSCONFSUBDIR= xdg
23MAKE_DIRS= ${PKG_SYSCONFDIR}/autostart 23MAKE_DIRS= ${PKG_SYSCONFDIR}/autostart
24 24
25CONF_FILES+= ${AUTOSTART_CONF}/lxqt-notifications.desktop \ 25CONF_FILES+= ${AUTOSTART_CONF}/lxqt-notifications.desktop \
26 ${PKG_SYSCONFDIR}/autostart/lxqt-notifications.desktop 26 ${PKG_SYSCONFDIR}/autostart/lxqt-notifications.desktop
27 27
28pre-configure: 28pre-configure:
29 ${MKDIR} -p ${WRKSRC}/build 29 ${MKDIR} -p ${WRKSRC}/build
30 30
31TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools 31TOOL_DEPENDS+= lxqt-build-tools>=0.9:../../devel/lxqt-build-tools
32TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools 32TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
33 33
34.include "../../x11/qt5-qtbase/buildlink3.mk" 34.include "../../x11/qt5-qtbase/buildlink3.mk"
35.include "../../x11/liblxqt/buildlink3.mk" 35.include "../../x11/liblxqt/buildlink3.mk"
36.include "../../mk/bsd.pkg.mk" 36.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/x11/lxqt-notificationd/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/lxqt-notificationd/PLIST 2020/12/07 12:39:29 1.3
+++ pkgsrc/x11/lxqt-notificationd/PLIST 2021/04/20 18:45:33 1.4
@@ -1,68 +1,73 @@ @@ -1,68 +1,73 @@
1@comment $NetBSD: PLIST,v 1.3 2020/12/07 12:39:29 pin Exp $ 1@comment $NetBSD: PLIST,v 1.4 2021/04/20 18:45:33 pin Exp $
2bin/lxqt-config-notificationd 2bin/lxqt-config-notificationd
3bin/lxqt-notificationd 3bin/lxqt-notificationd
4share/applications/lxqt-config-notificationd.desktop 4share/applications/lxqt-config-notificationd.desktop
5share/examples/autostart/lxqt-notifications.desktop 5share/examples/autostart/lxqt-notifications.desktop
6share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ar.qm 6share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ar.qm
7share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_arn.qm 7share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_arn.qm
8share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ast.qm 8share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ast.qm
 9share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_bg.qm
9share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ca.qm 10share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ca.qm
10share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_cs.qm 11share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_cs.qm
11share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_cy.qm 12share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_cy.qm
12share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_da.qm 13share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_da.qm
13share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_de.qm 14share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_de.qm
14share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_el.qm 15share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_el.qm
15share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_en_GB.qm 16share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_en_GB.qm
16share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_es.qm 17share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_es.qm
17share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_fr.qm 18share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_fr.qm
18share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_gl.qm 19share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_gl.qm
 20share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_he.qm
19share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_hr.qm 21share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_hr.qm
20share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_hu.qm 22share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_hu.qm
21share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_id.qm 23share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_id.qm
22share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_it.qm 24share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_it.qm
23share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ja.qm 25share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ja.qm
24share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_lt.qm 26share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_lt.qm
25share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_lv.qm 27share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_lv.qm
26share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_nb_NO.qm 28share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_nb_NO.qm
27share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_nl.qm 29share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_nl.qm
28share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pl.qm 30share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pl.qm
29share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pt.qm 31share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pt.qm
30share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pt_BR.qm 32share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_pt_BR.qm
31share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ru.qm 33share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ru.qm
 34share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_si.qm
32share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_sk_SK.qm 35share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_sk_SK.qm
33share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_tr.qm 36share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_tr.qm
34share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_uk.qm 37share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_uk.qm
35share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_zh_CN.qm 38share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_zh_CN.qm
36share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ar.qm 39share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ar.qm
37share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_arn.qm 40share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_arn.qm
38share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ast.qm 41share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ast.qm
 42share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_bg.qm
39share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ca.qm 43share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ca.qm
40share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_cs.qm 44share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_cs.qm
41share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_cy.qm 45share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_cy.qm
42share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_da.qm 46share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_da.qm
43share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_de.qm 47share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_de.qm
44share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_el.qm 48share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_el.qm
45share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_en_GB.qm 49share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_en_GB.qm
46share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_es.qm 50share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_es.qm
47share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_fr.qm 51share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_fr.qm
48share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_gl.qm 52share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_gl.qm
49share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_he.qm 53share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_he.qm
50share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_hr.qm 54share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_hr.qm
51share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_hu.qm 55share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_hu.qm
52share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_id.qm 56share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_id.qm
53share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_it.qm 57share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_it.qm
54share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ja.qm 58share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ja.qm
55share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_lt.qm 59share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_lt.qm
56share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_lv.qm 60share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_lv.qm
57share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_nb_NO.qm 61share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_nb_NO.qm
58share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_nl.qm 62share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_nl.qm
59share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pl.qm 63share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pl.qm
60share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pt.qm 64share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pt.qm
61share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pt_BR.qm 65share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pt_BR.qm
62share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ru.qm 66share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ru.qm
 67share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_si.qm
63share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_sk_SK.qm 68share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_sk_SK.qm
64share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_sv.qm 69share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_sv.qm
65share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_tr.qm 70share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_tr.qm
66share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_uk.qm 71share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_uk.qm
67share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_zh_CN.qm 72share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_zh_CN.qm
68share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_zh_TW.qm 73share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_zh_TW.qm

cvs diff -r1.3 -r1.4 pkgsrc/x11/lxqt-notificationd/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/lxqt-notificationd/distinfo 2020/12/07 12:39:29 1.3
+++ pkgsrc/x11/lxqt-notificationd/distinfo 2021/04/20 18:45:33 1.4
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.3 2020/12/07 12:39:29 pin Exp $ 1$NetBSD: distinfo,v 1.4 2021/04/20 18:45:33 pin Exp $
2 2
3SHA1 (lxqt-notificationd-0.16.0.tar.xz) = ed7edf635dcd8871718eff1ec3fca4c0199d5c2d 3SHA1 (lxqt-notificationd-0.17.0.tar.xz) = 8691a5810575631ace08798a7416eefb56f41339
4RMD160 (lxqt-notificationd-0.16.0.tar.xz) = 1fe3e8ba54593bb0e9ec011b32c277e629348711 4RMD160 (lxqt-notificationd-0.17.0.tar.xz) = b926e1f535c38340c8a106c4234e0ea78ff150f7
5SHA512 (lxqt-notificationd-0.16.0.tar.xz) = 127f1c044babb0c7a640d862fc9f30947b06ef37b702a75bc72a87f82f9aff15b32e29272993eb9d888e1c8db93e81cec8d07be515c769c560ecce4b439bb2f3 5SHA512 (lxqt-notificationd-0.17.0.tar.xz) = 042d69e01c3015d254ae3472867de0b41587af2285cd26445cd9d6d455de8ef713413431dea9997f2d2e19f70c2c8c73af39ce880d54ecb9fd6c50cd05a7dba4
6Size (lxqt-notificationd-0.16.0.tar.xz) = 50696 bytes 6Size (lxqt-notificationd-0.17.0.tar.xz) = 53712 bytes
7SHA1 (patch-autostart_CMakeLists.txt) = 4e04483f41a25d9cb4ef6cdf9270f25ba51f6359 7SHA1 (patch-autostart_CMakeLists.txt) = 4e04483f41a25d9cb4ef6cdf9270f25ba51f6359