diff --git a/CMakeLists.txt b/CMakeLists.txt index d6596f66d..6e5c22a50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,15 +31,15 @@ kde4_automoc(${plasma_LIB_SRCS}) kde4_add_library(plasma SHARED ${plasma_LIB_SRCS}) -target_link_libraries(plasma ${KDE4_KIO_LIBS} ) +target_link_libraries(plasma ${KDE4_KIO_LIBS}) -set_target_properties(plasma PROPERTIES VERSION 1.0.0 SOVERSION 1 ) -install(TARGETS plasma DESTINATION ${LIB_INSTALL_DIR} ) +set_target_properties(plasma PROPERTIES VERSION 1.0.0 SOVERSION 1) +install(TARGETS plasma DESTINATION ${LIB_INSTALL_DIR}) ########### install files ############### -install( FILES +install(FILES abstractrunner.h animator.h applet.h @@ -52,9 +52,9 @@ install( FILES plasma_export.h svg.h theme.h - DESTINATION ${INCLUDE_INSTALL_DIR}/plasma ) + DESTINATION ${INCLUDE_INSTALL_DIR}/plasma) -install( FILES +install(FILES widgets/icon.h widgets/layout.h widgets/layoutitem.h @@ -64,9 +64,9 @@ install( FILES widgets/radiobutton.h widgets/vboxlayout.h widgets/widget.h - DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets ) + DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets) -install( FILES +install(FILES includes/Applet includes/Plasma includes/AbstractRunner @@ -75,10 +75,11 @@ install( FILES includes/DataEngineManager includes/DataSource includes/Svg - DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma ) + DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma) -install( FILES +install(FILES + plasma_animator.desktop plasma_applet.desktop plasma_dataengine.desktop - DESTINATION ${SERVICETYPES_INSTALL_DIR} ) + DESTINATION ${SERVICETYPES_INSTALL_DIR}) diff --git a/plasma_animator.desktop b/plasma_animator.desktop new file mode 100644 index 000000000..96c788504 --- /dev/null +++ b/plasma_animator.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Encoding=UTF-8 +Type=ServiceType +X-KDE-ServiceType=Plasma/Animator + +Comment=Plasma Animation Engine +