SVN commit 1014078 by mjansen:
The file is installed by kdebase/runtime/nepomuk/ontologies/CMakeLists.txt
into ${DBUS_INTERFACES_INSTALL_DIR} .
For us that means KDE4_DBUS_INTERFACE_DIR since we don't support installing
kdelibs and kdebase into different prefixes. No need to search in
XDG_DATA_DIRS.
@Sebastian: Is there a use case for having to look for the interface
somewehere else but the place kdebase/runtime put it?
CCMAIL: [email protected]
CCMAIL: [email protected]
M +1 -2 CMakeLists.txt
--- trunk/playground/base/nepomuk-kde/ontologyimportclient/CMakeLists.txt
#1014077:1014078
@@ -13,8 +13,7 @@
find_file(
ONTOLOGY_MANAGER_INTERFACE
org.kde.nepomuk.OntologyManager.xml
- PATH_SUFFIXES "/dbus-1/interfaces" "/"
- PATHS ${DBUS_INTERFACES_INSTALL_DIR} ENV XDG_DATA_DIRS
+ PATHS ${KDE4_DBUS_INTERFACES_DIR}
)
qt4_add_dbus_interface(ontoimportclient_BIN_SRCS ${ONTOLOGY_MANAGER_INTERFACE}
ontologyloaderinterface)
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem