Move the repositories into plasma-* subdirectories before splitting

Creates two subdirectories: plasma-workspace and plasma-desktop
plasma-workspace contains the modules that should be re-usable between
different form factors. plasma-desktop contains the modules that
are specific to the Desktop.
See http://community.kde.org/Plasma/Tokamak7/split_proposal

Reviewed by Àlex Fiestas
icc-effect-5.14.5
Aleix Pol 2014-03-17 19:07:47 +01:00
parent 7382b6d8b1
commit 0283d67998
1 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ if(KWIN_BUILD_KAPPMENU)
appmenu.cpp
)
qt5_add_dbus_interface(kwin_KDEINIT_SRCS
${KDEBASE_WORKSPACE_SOURCE_DIR}/appmenu/org.kde.kappmenu.xml appmenu_interface)
${KDEBASE_WORKSPACE_SOURCE_DIR}/plasma-workspace/appmenu/org.kde.kappmenu.xml appmenu_interface)
endif()
if(KWIN_BUILD_ACTIVITIES)
@ -224,7 +224,7 @@ qt5_add_dbus_adaptor( kwin_KDEINIT_SRCS org.kde.kwin.Effects.xml effects.h KWin:
# TODO: we need a better way to find the dbus interfaces provided by ksmserver
set(KSMSERVER_SOURCE_DIR ${KWIN_SOURCE_DIR}/../ksmserver/)
qt5_add_dbus_interface( kwin_KDEINIT_SRCS
${KSMSERVER_SOURCE_DIR}/org.kde.KSMServerInterface.xml ksmserver_interface)
${KSMSERVER_SOURCE_DIR}/org.kde.KSMServerInterface.xml ksmserver_interface)
qt5_add_dbus_interface( kwin_KDEINIT_SRCS
${KSMSERVER_SOURCE_DIR}/screenlocker/dbus/org.freedesktop.ScreenSaver.xml screenlocker_interface)