summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2020-12-07 12:39:29 +0000
committerpin <pin@pkgsrc.org>2020-12-07 12:39:29 +0000
commit4ef522ed752f205fe3257b86d82218bb77517f06 (patch)
tree7a72651df299db0ec1b1eec07175e1b5646fb72c /x11
parent4498c9ebb33c01be733bb78d1f03293bddd39cf7 (diff)
downloadpkgsrc-4ef522ed752f205fe3257b86d82218bb77517f06.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/lxqt-notificationd/Makefile14
-rw-r--r--x11/lxqt-notificationd/PLIST6
-rw-r--r--x11/lxqt-notificationd/distinfo11
-rw-r--r--x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt14
4 files changed, 33 insertions, 12 deletions
diff --git a/x11/lxqt-notificationd/Makefile b/x11/lxqt-notificationd/Makefile
index d8c4b3bedf9..4736f72410a 100644
--- a/x11/lxqt-notificationd/Makefile
+++ b/x11/lxqt-notificationd/Makefile
@@ -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"
diff --git a/x11/lxqt-notificationd/PLIST b/x11/lxqt-notificationd/PLIST
index d1d99c148e9..0479ccbaa53 100644
--- a/x11/lxqt-notificationd/PLIST
+++ b/x11/lxqt-notificationd/PLIST
@@ -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
diff --git a/x11/lxqt-notificationd/distinfo b/x11/lxqt-notificationd/distinfo
index 54f48a36d46..5ddcbb957fb 100644
--- a/x11/lxqt-notificationd/distinfo
+++ b/x11/lxqt-notificationd/distinfo
@@ -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 --git a/x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt b/x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt
new file mode 100644
index 00000000000..82ad4b0318f
--- /dev/null
+++ b/x11/lxqt-notificationd/patches/patch-autostart_CMakeLists.txt
@@ -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
+ )