summaryrefslogtreecommitdiff
path: root/devel/kservice/patches
diff options
context:
space:
mode:
authormarkd <markd>2016-05-26 08:29:04 +0000
committermarkd <markd>2016-05-26 08:29:04 +0000
commit9c2ef76d35b1e764758932c761556122de25ae94 (patch)
treef36dba92553e34af353049355978d3db3eac79d2 /devel/kservice/patches
parenta983b7e56cbfd9369449b151ec75f949afb52c36 (diff)
downloadpkgsrc-9c2ef76d35b1e764758932c761556122de25ae94.tar.gz
Add KDE Frameworks 5.21.0 packages:
kbookmarks - Support for bookmarks and the XBEL format kcmutils - Utilities for interacting with KCModules kconfig - Configuration system kcoreaddons - Addons to QtCore kcrash - Support for application crash analysis and bug report from apps kdeclarative - Provides integration of QML and KDE Frameworks kdoctools - Documentation generation from docbook ki18n - Advanced internationalization framework kidletime - Monitoring user activity kio - Resource and network access abstraction kitemmodels - Models for Qt Model/View system knotifications - Abstraction for system notifications knotifyconfig - Configuration system for KNotify kpackage - Installation and loading of additional content as packages kparts - Document centric plugin system kpeople - Provides access to all contacts and aggregates them by person kpty - Pty abstraction kservice - Advanced plugin and service introspection ktexteditor - Advanced embeddable text editor threadweaver - High-level multithreading framework
Diffstat (limited to 'devel/kservice/patches')
-rw-r--r--devel/kservice/patches/patch-src_CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/kservice/patches/patch-src_CMakeLists.txt b/devel/kservice/patches/patch-src_CMakeLists.txt
new file mode 100644
index 00000000000..cf30fa1d7a0
--- /dev/null
+++ b/devel/kservice/patches/patch-src_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_CMakeLists.txt,v 1.1 2016/05/26 08:29:06 markd Exp $
+
+Do installs into PKG_SYSCONFDIR indirectly via examples dir
+
+--- src/CMakeLists.txt.orig 2016-01-02 16:49:15.000000000 +0000
++++ src/CMakeLists.txt
+@@ -137,7 +137,7 @@ install(FILES
+ if (WIN32)
+ install( FILES applications.menu DESTINATION ${KDE_INSTALL_DATAROOTDIR}/xdg/menus RENAME ${APPLICATIONS_MENU_NAME} )
+ else ()
+-install( FILES applications.menu DESTINATION ${KDE_INSTALL_SYSCONFDIR}/xdg/menus RENAME ${APPLICATIONS_MENU_NAME} )
++install( FILES applications.menu DESTINATION ${KDE_INSTALL_DATAROOTDIR}/examples/kservice RENAME ${APPLICATIONS_MENU_NAME} )
+ endif ()
+
+ install(TARGETS KF5Service EXPORT KF5ServiceTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})