diff options
author | markd <markd@pkgsrc.org> | 2019-08-27 21:10:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-08-27 21:10:00 +0000 |
commit | 8a488d22544e69ccfc27aea938974a697ca04dd8 (patch) | |
tree | 343b135ae0bcd49da48a70f213729465ba974527 /devel/kservice | |
parent | 8c158562bf5733cc2ba515b69a946c29c2f8974f (diff) | |
download | pkgsrc-8a488d22544e69ccfc27aea938974a697ca04dd8.tar.gz |
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 (limited to 'devel/kservice')
-rw-r--r-- | devel/kservice/Makefile | 5 | ||||
-rw-r--r-- | devel/kservice/PLIST | 5 | ||||
-rw-r--r-- | devel/kservice/distinfo | 10 |
3 files changed, 9 insertions, 11 deletions
diff --git a/devel/kservice/Makefile b/devel/kservice/Makefile index d3a8ee1e315..faa61a8fa32 100644 --- a/devel/kservice/Makefile +++ b/devel/kservice/Makefile @@ -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_STAGE.xdg= pre-configure 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 --git a/devel/kservice/PLIST b/devel/kservice/PLIST index 389e6958f72..aee72425d0a 100644 --- a/devel/kservice/PLIST +++ b/devel/kservice/PLIST @@ -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/sv/man8/kbuildsycoca5.8 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/xh/LC_MESSAGES/kservice5.mo 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 --git a/devel/kservice/distinfo b/devel/kservice/distinfo index 4af65d9cba9..1d16562a577 100644 --- a/devel/kservice/distinfo +++ b/devel/kservice/distinfo @@ -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 |