diff --git a/doc/kipi-plugins/index.docbook b/doc/kipi-plugins/index.docbook
index 45f6406..ebafd76 100644
--- a/doc/kipi-plugins/index.docbook
+++ b/doc/kipi-plugins/index.docbook
@@ -9,7 +9,6 @@
-
@@ -121,9 +120,6 @@ The plugins available in this handbook are:
photograph on your image collections
-Remote Flickr Export plugin
-
-
The Gallery Export plugin is a tool for export image collections to a remote Gallery server
@@ -180,7 +176,6 @@ please contact the Kipi team mailing list at kde-imaging@kde.org.
&doc-convertimages;
&doc-effectimages;
&doc-filterimages;
-&doc-flickrexport;
&doc-geolocation;
&doc-imagesgallery;
&doc-imageviewer;
diff --git a/extra/kipi-plugins/CMakeLists.txt b/extra/kipi-plugins/CMakeLists.txt
index 0d3e41f..fde60fc 100644
--- a/extra/kipi-plugins/CMakeLists.txt
+++ b/extra/kipi-plugins/CMakeLists.txt
@@ -109,7 +109,6 @@ find_package(KF5 ${KF5_MIN_VERSION}
find_package(KF5 ${KF5_MIN_VERSION}
OPTIONAL_COMPONENTS
- IconThemes # for GoogleServices (KIO/PixmapLoader)
Archive # for FlashExport
KIO # Some kipi-plugins depends of KIO indeep..
)
@@ -136,7 +135,6 @@ if(KF5Kipi_FOUND)
# -- Optional dependencies detection required by some plugins -------------------------------------
DETECT_LIBMEDIAWIKI(5.0.0) # For Mediawiki.
- DETECT_LIBKVKONTAKTE(4.70.0) # For VKontakte.
# ==================================================================================================
# Log messages
@@ -157,7 +155,6 @@ if(KF5Kipi_FOUND)
PRINT_OPTIONAL_LIBRARY_STATUS("libkio" "https://projects.kde.org/projects/frameworks/kio" "(version >= ${KF5_MIN_VERSION})" "Kipi-plugins will be compiled without libkio support." KF5KIO_FOUND)
PRINT_OPTIONAL_LIBRARY_STATUS("libkarchive" "https://projects.kde.org/projects/frameworks/karchive" "(version >= ${KF5_MIN_VERSION})" "Kipi-plugins will be compiled without libkarchive support." KF5Archive_FOUND)
PRINT_OPTIONAL_LIBRARY_STATUS("libmediawiki" "https://projects.kde.org/projects/extragear/libs/libmediawiki" "(version >= ${KF5_MIN_VERSION})" "Kipi-plugins will be compiled without libmediawiki support." KF5MediaWiki_FOUND)
- PRINT_OPTIONAL_LIBRARY_STATUS("libkvkontakte" "https://projects.kde.org/projects/extragear/libs/libkvkontakte" "(version >= 4.70.0)" "Kipi-plugins will be compiled without libkvkontakte support." KF5Vkontakte_FOUND)
# Optional plugins results ----------------------------------------------------------------------------
@@ -173,7 +170,6 @@ if(KF5Kipi_FOUND)
set(KIPIPLUGINS_CAN_BE_COMPILED false)
endif()
- PRINT_COMPONENT_COMPILE_STATUS("VKontakte" KF5Vkontakte_FOUND)
PRINT_COMPONENT_COMPILE_STATUS("Mediawiki" KF5MediaWiki_FOUND)
PRINT_COMPONENT_COMPILE_STATUS("FlashExport" KF5Archive_FOUND)
@@ -229,25 +225,12 @@ if(KF5Kipi_FOUND)
add_subdirectory(printimages)
add_subdirectory(kmlexport)
add_subdirectory(sendimages)
- add_subdirectory(flickr)
- add_subdirectory(dropbox)
- add_subdirectory(facebook)
- add_subdirectory(imgur)
add_subdirectory(piwigo)
- add_subdirectory(rajce)
- add_subdirectory(smug)
- add_subdirectory(imageshack)
- add_subdirectory(yandexfotki)
- add_subdirectory(googleservices)
if(KF5Archive_FOUND)
add_subdirectory(flashexport)
endif()
- if(KF5Vkontakte_FOUND)
- add_subdirectory(vkontakte)
- endif()
-
if(KF5MediaWiki_FOUND)
add_subdirectory(mediawiki)
endif()