* update build to include ScriptEngine stuff

* plasma_*.desktop to plasma-*.desktop for the servicetypes
* add a servicetype for Plasma/ScriptEngine

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=691245
This commit is contained in:
Aaron J. Seigo 2007-07-23 07:43:32 +00:00
parent 39422a9a6b
commit a475abdc09
5 changed files with 14 additions and 3 deletions

View File

@ -22,6 +22,7 @@ set(plasma_LIB_SRCS
phase.cpp
plasma.cpp
plasma_export.h
scriptengine.cpp
svg.cpp
theme.cpp
karambamanager.cpp
@ -67,6 +68,7 @@ install(FILES
phase.h
plasma.h
plasma_export.h
scriptengine.cpp
svg.h
theme.h
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma)
@ -97,12 +99,14 @@ install(FILES
includes/DataContainer
includes/DataEngine
includes/DataEngineManager
includes/ScriptEngine
includes/Svg
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma)
install(FILES
servicetypes/plasma_animator.desktop
servicetypes/plasma_applet.desktop
servicetypes/plasma_dataengine.desktop
servicetypes/plasma-animator.desktop
servicetypes/plasma-applet.desktop
servicetypes/plasma-dataengine.desktop
servicetypes/plasma-scriptengine.desktop
DESTINATION ${SERVICETYPES_INSTALL_DIR})

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Type=ServiceType
X-KDE-ServiceType=Plasma/ScriptEngine
Comment=Scripting language extension for Plasma