mv the knsrc file in with the plasmapkg binary

no knewstuff in the library anymore
This commit is contained in:
Aaron Seigo 2013-02-05 17:31:54 +01:00
parent ebd57c74f4
commit 3611d138a2
5 changed files with 5 additions and 3 deletions

View File

@ -208,5 +208,7 @@ add_subdirectory( desktoptheme )
add_subdirectory( plasma )
add_subdirectory( scriptengines )
add_subdirectory( shell )
#FIXME: port tools
#add_subdirectory( tools )
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)

View File

@ -276,8 +276,6 @@ install(FILES
data/services/plasma.protocol
DESTINATION ${SERVICES_INSTALL_DIR})
install(FILES data/knewstuff/plasmoids.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
install(FILES data/operations/dataengineservice.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services)
install(FILES data/operations/plasmoidservice.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services)
install(FILES data/operations/storage.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services)

View File

@ -2,9 +2,12 @@ set(plasmapkg_SRCS
main.cpp
)
include_directories(${KDE4_INCLUDE_DIR}/KDE)
kde4_add_executable(plasmapkg ${plasmapkg_SRCS})
target_link_libraries(plasmapkg ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS})
install(TARGETS plasmapkg ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES data/knewstuff/plasmoids.knsrc DESTINATION ${CONFIG_INSTALL_DIR})

View File

@ -37,7 +37,6 @@
#include <Plasma/PackageStructure>
#include <Plasma/Package>
#include <Plasma/PackageMetadata>
static const char description[] = I18N_NOOP("Install, list, remove Plasma packages");
static const char version[] = "0.2";