diff --git a/KF5PlasmaMacros.cmake b/KF5PlasmaMacros.cmake index 5827854c2..8724a263c 100644 --- a/KF5PlasmaMacros.cmake +++ b/KF5PlasmaMacros.cmake @@ -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 diff --git a/examples/applets/compactrepresentation/metadata.desktop b/examples/applets/compactrepresentation/metadata.desktop index ce27d18cc..92b210c54 100644 --- a/examples/applets/compactrepresentation/metadata.desktop +++ b/examples/applets/compactrepresentation/metadata.desktop @@ -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 diff --git a/examples/applets/helloworld/metadata.desktop b/examples/applets/helloworld/metadata.desktop index 5b4ccb9c2..250dd90ec 100644 --- a/examples/applets/helloworld/metadata.desktop +++ b/examples/applets/helloworld/metadata.desktop @@ -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