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.
This commit is contained in:
pin 2020-12-07 12:39:29 +00:00
parent 8d4d25dc99
commit 20e36b3cf8
4 changed files with 33 additions and 12 deletions

View file

@ -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"

View file

@ -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-notificationd/lxqt-notificationd_es.qm
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-notificationd/lxqt-notificationd_pl.qm
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

View file

@ -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

View file

@ -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
)