[Kde-pim] KDE/kdepim

Allen Winter winter at kde.org
Mon Jun 2 17:08:45 BST 2008


SVN commit 815828 by winterz:

As we agreed on the kde-pim ML and or #kontact, we disable the following:
- KPilot
- KMobileTools
- Kontact Planner summary plugin

Hopefully we will have some developer resources to pick these up again
for the KDE 4.2 release.
CCMAIL: kde-pim at kde.org


 M  +12 -8     CMakeLists.txt  
 M  +2 -1      kontact/plugins/CMakeLists.txt  


--- trunk/KDE/kdepim/CMakeLists.txt #815827:815828
@@ -210,15 +210,19 @@
      macro_optional_find_package(GLIB2)
      macro_log_feature(GLIB2_FOUND "glib2" "Low-level core library for data structure handling, portability wrappers, etc." "http://www.gtk.org" FALSE "2.x" "Needed to provide synching applications from KDE PIM applications. Necessary to compile kitchensync and other PIM applications.")
 
-     set(KMOBILETOOLS_SUPPORTED TRUE)
-     add_definitions(-DKMOBILETOOLS_SUPPORTED)
-     message(STATUS "KMobileTools support enabled.")
-     macro_optional_add_subdirectory(kmobiletools)
+#enable kmobiletools for 4.2
+#     set(KMOBILETOOLS_SUPPORTED TRUE)
+#     add_definitions(-DKMOBILETOOLS_SUPPORTED)
+#     message(STATUS "KMobileTools support enabled.")
+#     macro_optional_add_subdirectory(kmobiletools)
+      set(KMOBILETOOLS_SUPPORTED FALSE)
 
-     set(KPILOT_SUPPORTED TRUE)
-     add_definitions(-DKPILOT_SUPPORTED)
-     message(STATUS "KPilot support enabled.")
-     macro_optional_add_subdirectory(kpilot)
+#enable kpilot for 4.2
+#     set(KPILOT_SUPPORTED TRUE)
+#     add_definitions(-DKPILOT_SUPPORTED)
+#     message(STATUS "KPilot support enabled.")
+#     macro_optional_add_subdirectory(kpilot)
+      set(KPILOT_SUPPORTED FALSE)
 
      if(OPENSYNC_FOUND AND GLIB2_FOUND)
        set(KITCHENSYNC_SUPPORTED TRUE)
--- trunk/KDE/kdepim/kontact/plugins/CMakeLists.txt #815827:815828
@@ -12,7 +12,8 @@
   add_subdirectory( korganizer )
   add_subdirectory( summary )
   add_subdirectory( specialdates )
-  add_subdirectory( planner )
+#re-enable planner for 4.2 is we have people who want to develop it
+#  add_subdirectory( planner )
 endif(QGPGME_FOUND)
 add_subdirectory( knotes ) 
 add_subdirectory( knode ) 
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list