Mon Dec 7 12:39:29 2020 UTC ()
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.


(pin)
diff -r1.7 -r1.8 pkgsrc/x11/lxqt-notificationd/Makefile
diff -r1.2 -r1.3 pkgsrc/x11/lxqt-notificationd/PLIST
diff -r1.2 -r1.3 pkgsrc/x11/lxqt-notificationd/distinfo
diff -r0 -r1.1 pkgsrc/x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt

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

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

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

--- pkgsrc/x11/lxqt-notificationd/PLIST 2020/06/01 12:09:51 1.2
+++ pkgsrc/x11/lxqt-notificationd/PLIST 2020/12/07 12:39:29 1.3
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1@comment $NetBSD: PLIST,v 1.2 2020/06/01 12:09:51 pin Exp $ 1@comment $NetBSD: PLIST,v 1.3 2020/12/07 12:39:29 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/lxqt/xdg/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_ca.qm 9share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_ca.qm
10share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_cs.qm 10share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_cs.qm
11share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_cy.qm 11share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_cy.qm
12share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_da.qm 12share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_da.qm
13share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_de.qm 13share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_de.qm
14share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_el.qm 14share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_el.qm
15share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_en_GB.qm 15share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_en_GB.qm
16share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_es.qm 16share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_es.qm
17share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_fr.qm 17share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_fr.qm
18share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_gl.qm 18share/lxqt/translations/lxqt-config-notificationd/lxqt-config-notificationd_gl.qm
@@ -37,32 +37,32 @@ share/lxqt/translations/lxqt-notificatio @@ -37,32 +37,32 @@ share/lxqt/translations/lxqt-notificatio
37share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_arn.qm 37share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_arn.qm
38share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ast.qm 38share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ast.qm
39share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ca.qm 39share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ca.qm
40share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_cs.qm 40share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_cs.qm
41share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_cy.qm 41share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_cy.qm
42share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_da.qm 42share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_da.qm
43share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_de.qm 43share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_de.qm
44share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_el.qm 44share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_el.qm
45share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_en_GB.qm 45share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_en_GB.qm
46share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_es.qm 46share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_es.qm
47share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_fr.qm 47share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_fr.qm
48share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_gl.qm 48share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_gl.qm
49share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_he.qm 49share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_he.qm
 50share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_hr.qm
50share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_hu.qm 51share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_hu.qm
51share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_id.qm 52share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_id.qm
52share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_it.qm 53share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_it.qm
53share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ja.qm 54share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ja.qm
54share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_lt.qm 55share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_lt.qm
55share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_lv.qm 56share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_lv.qm
56share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_nb_NO.qm 57share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_nb_NO.qm
57share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_nl.qm 58share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_nl.qm
58share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pl.qm 59share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pl.qm
59share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pt.qm 60share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pt.qm
60share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pt_BR.qm 61share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_pt_BR.qm
61share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ru.qm 62share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ru.qm
62share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_ru_RU.qm 
63share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_sk_SK.qm 63share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_sk_SK.qm
64share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_sv.qm 64share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_sv.qm
65share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_tr.qm 65share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_tr.qm
66share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_uk.qm 66share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_uk.qm
67share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_zh_CN.qm 67share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_zh_CN.qm
68share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_zh_TW.qm 68share/lxqt/translations/lxqt-notificationd/lxqt-notificationd_zh_TW.qm

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

--- pkgsrc/x11/lxqt-notificationd/distinfo 2020/06/01 12:09:51 1.2
+++ pkgsrc/x11/lxqt-notificationd/distinfo 2020/12/07 12:39:29 1.3
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.2 2020/06/01 12:09:51 pin Exp $ 1$NetBSD: distinfo,v 1.3 2020/12/07 12:39:29 pin Exp $
2 2
3SHA1 (lxqt-notificationd-0.15.0.tar.xz) = bbe04b198989c676139c510d3756790ec48eec93 3SHA1 (lxqt-notificationd-0.16.0.tar.xz) = ed7edf635dcd8871718eff1ec3fca4c0199d5c2d
4RMD160 (lxqt-notificationd-0.15.0.tar.xz) = 6119facb8f510522a066c4cf2833c3e288dffb35 4RMD160 (lxqt-notificationd-0.16.0.tar.xz) = 1fe3e8ba54593bb0e9ec011b32c277e629348711
5SHA512 (lxqt-notificationd-0.15.0.tar.xz) = 0febe3ff61caaf4303e3853df6bc494ce8eb4a931e6d8600a2e38c07317ecadbe3d7060ac234d139326a726c43ac555153dde6b2d4d05e95ab357873457c9632 5SHA512 (lxqt-notificationd-0.16.0.tar.xz) = 127f1c044babb0c7a640d862fc9f30947b06ef37b702a75bc72a87f82f9aff15b32e29272993eb9d888e1c8db93e81cec8d07be515c769c560ecce4b439bb2f3
6Size (lxqt-notificationd-0.15.0.tar.xz) = 49068 bytes 6Size (lxqt-notificationd-0.16.0.tar.xz) = 50696 bytes
 7SHA1 (patch-autostart_CMakeLists.txt) = 4e04483f41a25d9cb4ef6cdf9270f25ba51f6359

File Added: pkgsrc/x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt
$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
 )