diff --git a/applets/CMakeLists.txt b/applets/CMakeLists.txt --- a/applets/CMakeLists.txt +++ b/applets/CMakeLists.txt @@ -28,9 +28,31 @@ plasma_install_package(kickerdash org.kde.plasma.kickerdash) add_subdirectory(quicklaunch) -#This applet is disabled because although ported it does not work -# add_subdirectory(eyes) - add_subdirectory(userswitcher) add_subdirectory(weather) add_subdirectory(grouping) + +# REMOVE ALSO +# blackboard +# bookmakrs +# bubblemon +# charselect +# fileWatcher +# frame +# incomingmsg +# knowledgebase +# konqprofiles +# leavenote +# life +# magnifique +# mediaplayer +# microblog +# news +# plasmaboard +# previewer +# qalculate +# rssnow +# spellcheck +# unitconverter +# weatherstation +# webslice diff --git a/dataengines/CMakeLists.txt b/dataengines/CMakeLists.txt --- a/dataengines/CMakeLists.txt +++ b/dataengines/CMakeLists.txt @@ -1,9 +1,3 @@ add_subdirectory(comic) -# -# if (QCA2_FOUND AND QJSON_FOUND AND QTOAUTH_FOUND) -# add_subdirectory(microblog) -# endif(QCA2_FOUND AND QJSON_FOUND AND QTOAUTH_FOUND) -# add_subdirectory(potd) add_subdirectory(konsoleprofiles) -# add_subdirectory(konqprofiles) diff --git a/runners/CMakeLists.txt b/runners/CMakeLists.txt --- a/runners/CMakeLists.txt +++ b/runners/CMakeLists.txt @@ -1,23 +1,11 @@ -# add_subdirectory(browserhistory) add_subdirectory(converter) add_subdirectory(datetime) add_subdirectory(katesessions) -# add_subdirectory(konquerorsessions) -# add_subdirectory(kopete) # add_subdirectory(mediawiki) add_subdirectory(spellchecker) add_subdirectory(characters) add_subdirectory(dictionary) -# -# if(KDEPIMLIBS_FOUND) -# add_subdirectory(events) -# endif(KDEPIMLIBS_FOUND) if(NOT WIN32) add_subdirectory(konsolesessions) endif(NOT WIN32) - -# if(QJSON_FOUND) -# add_subdirectory(youtube) -# add_subdirectory(translator) -# endif(QJSON_FOUND) diff --git a/wallpapers/CMakeLists.txt b/wallpapers/CMakeLists.txt --- a/wallpapers/CMakeLists.txt +++ b/wallpapers/CMakeLists.txt @@ -1,7 +1,3 @@ -# Animals wallpaper currently fails to do anything. -# It can be re-enabled when it is fixed - -# plasma_install_package(animals org.kde.animals wallpapers wallpaper) plasma_install_package(haenau org.kde.haenau wallpapers wallpaper) plasma_install_package(hunyango org.kde.hunyango wallpapers wallpaper) plasma_install_package(potd org.kde.potd wallpapers wallpaper)