Remove unavailable ServiceTypes
Reviewers: #plasma, mart Reviewed By: mart Subscribers: plasma-devel, #frameworks Tags: #plasma, #frameworks Differential Revision: https://phabricator.kde.org/D4169
This commit is contained in:
parent
f8a7b418d5
commit
c07851470a
@ -14,7 +14,7 @@ set(PLASMA_DATA_INSTALL_DIR "${KDE_INSTALL_DATADIR}/${PLASMA_RELATIVE_DATA_INSTA
|
||||
# @arg root The subdirectory to install to, default: plasmoids
|
||||
# @arg type The type, default to applet, or applet, package, containment,
|
||||
# wallpaper, shell, lookandfeel, etc.
|
||||
# @see Types column in plasmapkg --list-types
|
||||
# @see Types column in kpackagetool5 --list-types
|
||||
#
|
||||
# Examples:
|
||||
# plasma_install_package(mywidget org.kde.plasma.mywidget) # installs an applet
|
||||
|
@ -52,7 +52,7 @@ X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-Name=org.kde.examples.compactrepresentation
|
||||
X-KDE-PluginInfo-Version=
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-ServiceTypes=Plasma/Applet,Plasma/PopupApplet
|
||||
X-KDE-ServiceTypes=Plasma/Applet
|
||||
X-Plasma-API=declarativeappletscript
|
||||
|
||||
X-Plasma-MainScript=ui/main.qml
|
||||
|
@ -52,7 +52,7 @@ X-KDE-PluginInfo-License=GPL
|
||||
X-KDE-PluginInfo-Name=org.kde.example.helloworld
|
||||
X-KDE-PluginInfo-Version=
|
||||
X-KDE-PluginInfo-Website=
|
||||
X-KDE-ServiceTypes=Plasma/Applet,Plasma/PopupApplet
|
||||
X-KDE-ServiceTypes=Plasma/Applet
|
||||
X-Plasma-API=declarativeappletscript
|
||||
|
||||
X-Plasma-MainScript=ui/main.qml
|
||||
|
Loading…
Reference in New Issue
Block a user