mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
rename homescreen library
This commit is contained in:
parent
0108d70fb4
commit
62df66b045
3 changed files with 6 additions and 6 deletions
|
|
@ -3,11 +3,11 @@ set(homescreen_SRCS
|
|||
applicationlistmodel.cpp
|
||||
)
|
||||
|
||||
add_library(plasma_applet_phone_homescreen MODULE ${homescreen_SRCS})
|
||||
add_library(plasma_containment_phone_homescreen MODULE ${homescreen_SRCS})
|
||||
|
||||
kcoreaddons_desktop_to_json(plasma_applet_phone_homescreen package/metadata.desktop)
|
||||
kcoreaddons_desktop_to_json(plasma_containment_phone_homescreen package/metadata.desktop)
|
||||
|
||||
target_link_libraries(plasma_applet_phone_homescreen
|
||||
target_link_libraries(plasma_containment_phone_homescreen
|
||||
Qt5::Gui
|
||||
KF5::Plasma
|
||||
Qt5::Qml
|
||||
|
|
@ -16,7 +16,7 @@ target_link_libraries(plasma_applet_phone_homescreen
|
|||
)
|
||||
|
||||
|
||||
install(TARGETS plasma_applet_phone_homescreen DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/applets)
|
||||
install(TARGETS plasma_containment_phone_homescreen DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/applets)
|
||||
|
||||
plasma_install_package(package org.kde.phone.homescreen)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Type=Service
|
|||
|
||||
X-KDE-ServiceTypes=Plasma/Applet,Plasma/Containment
|
||||
X-Plasma-API=declarativeappletscript
|
||||
X-KDE-Library=plasma_applet_phone_homescreen
|
||||
X-KDE-Library=plasma_containment_phone_homescreen
|
||||
X-KDE-PluginInfo-Author=Marco Martin
|
||||
X-KDE-PluginInfo-Category=
|
||||
X-KDE-PluginInfo-Email=mart@kde.org
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Encoding=UTF-8
|
|||
Keywords=
|
||||
Name=Phonebook
|
||||
Type=Application
|
||||
Icon=package_toys
|
||||
Icon=kaddressbook
|
||||
Exec=kpackagelauncherqml -a org.kde.phone.phonebook
|
||||
X-KDE-ParentApp=
|
||||
X-KDE-PluginInfo-Author=Martin Klapetek
|
||||
|
|
|
|||
Loading…
Reference in a new issue