File remove_strigi.patch of Package kdebase4-workspace
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebe120b..b228630 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,13 +20,6 @@ include(KDE4Defaults)
option(WITH_XINERAMA "Xinerama support for multi-headed X displays" ON)
-find_package(Strigi)
-
-set_package_properties(Strigi PROPERTIES DESCRIPTION "Desktop indexing and search support"
- URL "http://strigi.sourceforge.net"
- TYPE REQUIRED
- )
-
find_package(ZLIB)
set_package_properties(ZLIB PROPERTIES DESCRIPTION "Support for gzip compressed files and data streams"
URL "http://www.zlib.net"
diff --git a/kcontrol/kfontinst/CMakeLists.txt b/kcontrol/kfontinst/CMakeLists.txt
index 1ba461c..e0b2f61 100644
--- a/kcontrol/kfontinst/CMakeLists.txt
+++ b/kcontrol/kfontinst/CMakeLists.txt
@@ -4,7 +4,6 @@ if (KFI_BUILD_STANDALONE)
find_package(Qt4 REQUIRED)
find_package(Freetype REQUIRED)
find_package(Fontconfig REQUIRED)
- find_package(Strigi REQUIRED)
find_package(X11 REQUIRED)
macro_log_feature(X11_Xft_FOUND "libxft" "X FreeType interface library" "http://www.x.org" FALSE "" "Font installer and font previews")
include(KDE4Defaults)
@@ -40,7 +39,6 @@ if (X11_Xft_FOUND)
add_subdirectory( lib )
add_subdirectory( dbus )
add_subdirectory( kcmfontinst )
- add_subdirectory( strigi-analyzer )
add_subdirectory( apps )
add_subdirectory( kio )
add_subdirectory( thumbnail )