mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
move dialer in a subdir, prepare for the c++ part
This commit is contained in:
parent
590db2f678
commit
c162599b95
14 changed files with 4 additions and 3 deletions
|
|
@ -37,9 +37,6 @@ plasma_install_package(look-and-feel org.kde.satellite.phone look-and-feel)
|
|||
plasma_install_package(shell org.kde.satellite.phone shells)
|
||||
install(DIRECTORY wallpaper/ DESTINATION "${WALLPAPER_INSTALL_DIR}/org.kde.satellite.lockers")
|
||||
|
||||
kpackage_install_package(dialer org.kde.phone.dialer genericqml)
|
||||
install(FILES dialer/metadata.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME org.kde.phone.dialer.desktop)
|
||||
|
||||
install(DIRECTORY compositor/
|
||||
DESTINATION ${DATA_INSTALL_DIR}/greenisland/org.kde.satellite.compositor.phone
|
||||
PATTERN .svn EXCLUDE
|
||||
|
|
@ -53,3 +50,4 @@ add_subdirectory(services)
|
|||
add_subdirectory(settingsmodules)
|
||||
add_subdirectory(applets)
|
||||
add_subdirectory(containments)
|
||||
add_subdirectory(dialer)
|
||||
|
|
|
|||
3
dialer/CMakeLists.txt
Normal file
3
dialer/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
kpackage_install_package(package org.kde.phone.dialer genericqml)
|
||||
install(FILES package/metadata.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME org.kde.phone.dialer.desktop)
|
||||
Loading…
Reference in a new issue