pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/kservice kservice: update to 5.61.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a127a9332c5c
branches:  trunk
changeset: 400418:a127a9332c5c
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Aug 27 21:10:00 2019 +0000

description:
kservice: update to 5.61.0

5.61.0
  Expose X-KDE-Wayland-Interfaces
  Fix KService build on Android
  KService: remove broken concept of global sycoca database
  Remove very dangerous deletion code with kbuildsycoca5 --global
  Fix infinite recursion and asserts when the sycoca DB is unreadable
  by user (e.g. root owned)
  Deprecate KDBusServiceStarter. All usage in kdepim is now gone,
  DBus activation is a better solution
  Allow KAutostart to be constructed using an absolute path
5.60.0
  Add X-Flatpak-RenamedFrom as recognized key
5.59.0
  Fix assert (hash != 0) sometimes when a file is deleted by another process
  Fix another assert when the file disappears under us: ASSERT: "ctime != 0"

diffstat:

 devel/kservice/Makefile |   5 +----
 devel/kservice/PLIST    |   5 +++--
 devel/kservice/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 11 deletions(-)

diffs (61 lines):

diff -r b6caee64e148 -r a127a9332c5c devel/kservice/Makefile
--- a/devel/kservice/Makefile   Tue Aug 27 21:08:41 2019 +0000
+++ b/devel/kservice/Makefile   Tue Aug 27 21:10:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/04/25 20:50:24 markd Exp $
+# $NetBSD: Makefile,v 1.23 2019/08/27 21:10:00 markd Exp $
 
 DISTNAME=      kservice-${KF5VER}
 CATEGORIES=    devel
@@ -18,13 +18,10 @@
 SUBST_MESSAGE.xdg=     Install via examples dir.
 SUBST_FILES.xdg=       CMakeLists.txt src/CMakeLists.txt
 SUBST_SED.xdg=         -e 's:{KDE_INSTALL_SYSCONFDIR}/xdg/menus:{KDE_INSTALL_DATAROOTDIR}/examples/kservice:'
-SUBST_SED.xdg+=                -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:'
 
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg/menus
 CONF_FILES+=   ${PREFIX}/share/examples/kservice/applications.menu \
                ${PKG_SYSCONFDIR}/xdg/menus/applications.menu
-CONF_FILES+=   ${PREFIX}/share/examples/kde-xdg/kservice.categories \
-               ${PKG_SYSCONFDIR}/xdg/kservice.categories
 
 .include "../../lang/python/tool.mk"
 .include "../../devel/kconfig/buildlink3.mk"
diff -r b6caee64e148 -r a127a9332c5c devel/kservice/PLIST
--- a/devel/kservice/PLIST      Tue Aug 27 21:08:41 2019 +0000
+++ b/devel/kservice/PLIST      Tue Aug 27 21:10:00 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/04/25 20:50:24 markd Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/08/27 21:10:00 markd Exp $
 bin/kbuildsycoca5
 include/KF5/KService/KAutostart
 include/KF5/KService/KDBusServiceStarter
@@ -61,7 +61,6 @@
 man/uk/man8/desktoptojson.8
 man/uk/man8/kbuildsycoca5.8
 qt5/mkspecs/modules/qt_KService.pri
-share/examples/kde-xdg/kservice.categories
 share/examples/kservice/applications.menu
 share/kservicetypes5/application.desktop
 share/kservicetypes5/kplugininfo.desktop
@@ -164,3 +163,5 @@
 share/locale/zh_CN/LC_MESSAGES/kservice5.mo
 share/locale/zh_HK/LC_MESSAGES/kservice5.mo
 share/locale/zh_TW/LC_MESSAGES/kservice5.mo
+share/qlogging-categories5/kservice.categories
+
diff -r b6caee64e148 -r a127a9332c5c devel/kservice/distinfo
--- a/devel/kservice/distinfo   Tue Aug 27 21:08:41 2019 +0000
+++ b/devel/kservice/distinfo   Tue Aug 27 21:10:00 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/04/25 20:50:24 markd Exp $
+$NetBSD: distinfo,v 1.10 2019/08/27 21:10:00 markd Exp $
 
-SHA1 (kservice-5.57.0.tar.xz) = 79949b9f396c96183abb3f87bc04c63aa2846396
-RMD160 (kservice-5.57.0.tar.xz) = 578ce2429fb99ab0c7d9d0602ca780107f5756e8
-SHA512 (kservice-5.57.0.tar.xz) = 8035500c9dc116d89f0c53968a23aa571fd52ad57666ff16c79b279748117409dcae1d28e8f0765e0e7094f0657e35ebd0d601c8fbc4bf2fae37bd7fcefa756e
-Size (kservice-5.57.0.tar.xz) = 251212 bytes
+SHA1 (kservice-5.61.0.tar.xz) = 0685698d20e658ffc6f67411207ec9433048b3bf
+RMD160 (kservice-5.61.0.tar.xz) = c2b392eca77d4cba46c1de8b193575630062c20a
+SHA512 (kservice-5.61.0.tar.xz) = b936f30656946ee5133d69626fa0a42f349fe8bd84abcbbec1dec1e00d509ca1362f7ec0635bf85dc2690f5c3ebedf9665f51fb47066bedf1433ac8835f7096d
+Size (kservice-5.61.0.tar.xz) = 249028 bytes



Home | Main Index | Thread Index | Old Index