pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/lxqt-notificationd x11/lxqt-notificationd: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db4d2e4877fc
branches:  trunk
changeset: 443151:db4d2e4877fc
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Dec 07 12:39:29 2020 +0000

description:
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.

diffstat:

 x11/lxqt-notificationd/Makefile                               |  14 +++++++---
 x11/lxqt-notificationd/PLIST                                  |   6 ++--
 x11/lxqt-notificationd/distinfo                               |  11 ++++---
 x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt |  14 +++++++++++
 4 files changed, 33 insertions(+), 12 deletions(-)

diffs (96 lines):

diff -r 6cdbc78b81ba -r db4d2e4877fc x11/lxqt-notificationd/Makefile
--- a/x11/lxqt-notificationd/Makefile   Mon Dec 07 12:36:04 2020 +0000
+++ b/x11/lxqt-notificationd/Makefile   Mon Dec 07 12:39:29 2020 +0000
@@ -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 @@
 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"
diff -r 6cdbc78b81ba -r db4d2e4877fc x11/lxqt-notificationd/PLIST
--- a/x11/lxqt-notificationd/PLIST      Mon Dec 07 12:36:04 2020 +0000
+++ b/x11/lxqt-notificationd/PLIST      Mon Dec 07 12:39:29 2020 +0000
@@ -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_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_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
diff -r 6cdbc78b81ba -r db4d2e4877fc x11/lxqt-notificationd/distinfo
--- a/x11/lxqt-notificationd/distinfo   Mon Dec 07 12:36:04 2020 +0000
+++ b/x11/lxqt-notificationd/distinfo   Mon Dec 07 12:39:29 2020 +0000
@@ -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
diff -r 6cdbc78b81ba -r db4d2e4877fc x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt     Mon Dec 07 12:39:29 2020 +0000
@@ -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
+ )



Home | Main Index | Thread Index | Old Index