rename applet to *plasma*

This commit is contained in:
arcan1s 2014-12-29 08:35:23 +03:00
parent edb386d24e
commit c8f260c8e2
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ message (STATUS "Subproject ${SUBPROJECT}")
# install (TARGETS ${PLUGIN_NAME} DESTINATION ${PLUGIN_INSTALL_DIR})
# install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${SUBPROJECT_DESKTOP} DESTINATION ${SERVICES_INSTALL_DIR})
# install (FILES ${SUBPROJECT_NOTIFY} DESTINATION ${DATA_INSTALL_DIR}/${PLUGIN_NAME})
# plasma_install_package(plasmoid org.kde.netctl)
# plasma_install_package(plasmoid org.kde.plasma.netctl)
find_package (Qt5 REQUIRED COMPONENTS Core Qml Widgets)
find_package (ECM 0.0.12 REQUIRED NO_MODULE)
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
@ -63,7 +63,7 @@ set (PLUGIN_NAME netctlplugin)
add_subdirectory (plugin)
set(dir plasmoid)
set(component org.kde.netctl)
set(component org.kde.plasma.netctl)
set(root ${ARGV2})
set(type ${ARGV3})
if(NOT root)

View File

@ -16,9 +16,9 @@
***************************************************************************/
import QtQuick 2.2
import org.kde.plasma.plasmoid 2.0
import org.kde.plasma.core 2.0 as PlasmaCore
import org.kde.plasma.components 2.0 as PlasmaComponents
import org.kde.plasma.plasmoid 2.0
import org.kde.plasma.private.netctl 1.0

View File

@ -13,7 +13,7 @@ X-Plasma-RemoteLocation=
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
X-KDE-PluginInfo-Email=esalexeev@gmail.com
X-KDE-PluginInfo-Name=org.kde.netctl
X-KDE-PluginInfo-Name=org.kde.plasma.netctl
X-KDE-PluginInfo-Version=@PROJECT_VERSION@
X-KDE-PluginInfo-Website=http://arcanis.name/projects/netctl-gui
X-KDE-PluginInfo-Category=Network