Wednesday, August 29, 2018

[REVISION] devel/kf5/kservice

Index: devel/kf5/kservice/Makefile
===================================================================
RCS file: /cvs/ports/devel/kf5/kservice/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- devel/kf5/kservice/Makefile 4 Jun 2018 20:25:33 -0000 1.8
+++ devel/kf5/kservice/Makefile 29 Aug 2018 20:59:15 -0000
@@ -2,6 +2,7 @@

COMMENT = plugin framework for KDE desktop services
DISTNAME = kservice-${VERSION}
+REVISION = 0

SHARED_LIBS = KF5Service 4.1

Index: devel/kf5/kservice/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/kf5/kservice/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -r1.3 PLIST
--- devel/kf5/kservice/pkg/PLIST 12 Feb 2018 19:35:37 -0000 1.3
+++ devel/kf5/kservice/pkg/PLIST 29 Aug 2018 20:59:15 -0000
@@ -44,6 +44,7 @@ lib/cmake/KF5Service/KF5ServiceTargets.c
@man man/man8/kbuildsycoca5.8
share/examples/xdg/kservice.categories
share/examples/xdg/menus/
+@sample ${SYSCONFDIR}/xdg/menus/
share/examples/xdg/menus/applications-kde5.menu
@sample ${SYSCONFDIR}/xdg/menus/applications-kde5.menu
share/kf5/mkspecs/qt_KService.pri
There is a file that installs as a @sample in ${SYSCONFDIR}/xdg/menus
that doesn't get installed because the directory is missing.

Attached a diff with the fix.

Cheers
Elias.

No comments:

Post a Comment