[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [plasma-workspace] dataengines: Weather DataEngine: Enable build for weather ion library and NOAA io
From:       Davide Bettio <bettio () kde ! org>
Date:       2014-04-23 16:14:33
Message-ID: E1Wczof-0001jU-UC () scm ! kde ! org
[Download RAW message or body]

Git commit ddde6ce0d22819db08b0d42884e0f5a6b830084e by Davide Bettio.
Committed on 23/04/2014 at 16:12.
Pushed by bettio into branch 'master'.

Weather DataEngine: Enable build for weather ion library and NOAA ion

Signed-off-by: Davide Bettio <bettio@kde.org>

M  +1    -1    dataengines/CMakeLists.txt
M  +5    -5    dataengines/weather/CMakeLists.txt
M  +4    -4    dataengines/weather/ions/CMakeLists.txt

http://commits.kde.org/plasma-workspace/ddde6ce0d22819db08b0d42884e0f5a6b830084e

diff --git a/dataengines/CMakeLists.txt b/dataengines/CMakeLists.txt
index bce3897..4f71edd 100644
--- a/dataengines/CMakeLists.txt
+++ b/dataengines/CMakeLists.txt
@@ -21,7 +21,7 @@ add_subdirectory(powermanagement)
 add_subdirectory(soliddevice)
 
 add_subdirectory(time)
-#add_subdirectory(weather)
+add_subdirectory(weather)
 if (TARGET dbusmenu-qt5)
   add_subdirectory(statusnotifieritem)
 endif ()
diff --git a/dataengines/weather/CMakeLists.txt b/dataengines/weather/CMakeLists.txt
index 0367535..cc55279 100644
--- a/dataengines/weather/CMakeLists.txt
+++ b/dataengines/weather/CMakeLists.txt
@@ -1,7 +1,7 @@
 add_subdirectory(ions)
 
-set(weather_SRCS weatherengine.cpp)
-add_library(plasma_engine_weather MODULE ${weather_SRCS})
-target_link_libraries (plasma_engine_weather KIOCore KF5::Solid KF5::Plasma \
                weather_ion)
-install (TARGETS plasma_engine_weather DESTINATION \
                ${PLUGIN_INSTALL_DIR}/plasma/dataengine)
-install (FILES plasma-dataengine-weather.desktop DESTINATION \
${SERVICES_INSTALL_DIR}) +#set(weather_SRCS weatherengine.cpp)
+#add_library(plasma_engine_weather MODULE ${weather_SRCS})
+#target_link_libraries (plasma_engine_weather KF5::KIOCore KF5::Solid KF5::Plasma \
KF5::KDELibs4Support weather_ion) +#install (TARGETS plasma_engine_weather \
DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/dataengine) +#install (FILES \
                plasma-dataengine-weather.desktop DESTINATION \
                ${SERVICES_INSTALL_DIR})
diff --git a/dataengines/weather/ions/CMakeLists.txt \
b/dataengines/weather/ions/CMakeLists.txt index 995194e..61acede 100644
--- a/dataengines/weather/ions/CMakeLists.txt
+++ b/dataengines/weather/ions/CMakeLists.txt
@@ -19,9 +19,9 @@ install (FILES includes/Ion
          DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma/Weather COMPONENT Devel)
 
 # the individual ion plugins
-add_subdirectory(bbcukmet)
-add_subdirectory(envcan)
+#add_subdirectory(bbcukmet)
+#add_subdirectory(envcan)
 add_subdirectory(noaa)
-add_subdirectory(wetter.com)
-add_subdirectory(debianweather)
+#add_subdirectory(wetter.com)
+#add_subdirectory(debianweather)
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic