Git commit 2ff1ae73f5fab73071ad0454f1b8fbf575cca782 by Jonathan Riddell. Committed on 22/01/2014 at 13:34. Pushed by jriddell into branch 'master'. Rename dbus interface files on install, but keep the same dbus interface. = This prevents files clashing with kdelibs4 equivalents but maintains the sp= ecified interface. REVIEW:115189 M +6 -1 src/CMakeLists.txt http://commits.kde.org/knotifications/2ff1ae73f5fab73071ad0454f1b8fbf575cca= 782 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5d731eb..9a2335c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -85,5 +85,10 @@ install(FILES = install(FILES org.kde.StatusNotifierItem.xml + DESTINATION ${DBUS_INTERFACES_INSTALL_DIR} + RENAME kf5_org.kde.StatusNotifierItem.xml) + +install(FILES org.kde.StatusNotifierWatcher.xml - DESTINATION ${DBUS_INTERFACES_INSTALL_DIR}) + DESTINATION ${DBUS_INTERFACES_INSTALL_DIR} + RENAME kf5_org.kde.StatusNotifierWatcher.xml)