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

List:       kde-commits
Subject:    KDE/kdepim/akonadi
From:       Christophe Giboudeaux <cgiboudeaux () gmail ! com>
Date:       2009-10-20 17:11:47
Message-ID: 1256058707.107427.12857.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1038126 by cgiboudeaux:

nepomukfeederagentbase.cpp needs some strigi includes. we must look for it.

 M  +4 -1      CMakeLists.txt  
 M  +3 -3      agents/CMakeLists.txt  


--- trunk/KDE/kdepim/akonadi/CMakeLists.txt #1038125:1038126
@@ -29,8 +29,11 @@
 find_package(Nepomuk)
 macro_log_feature(Nepomuk_FOUND "Nepomuk" "The Nepomuk libraries" \
"http://www.kde.org" FALSE "" "Nepomuk extends the search and tagging functionalities \
in KMail and Akonadi")  
-############### search programs & libraries used by kpim-runtime ###############
+find_package(Strigi)
+macro_log_feature(STRIGI_FOUND "Strigi" "Index metadata of files" \
"http://strigi.sourceforge.net" FALSE "" "")  
+############### search programs & libraries used by kdepim-runtime ###############
+
 find_program(XSLTPROC_EXECUTABLE xsltproc)
 macro_log_feature(XSLTPROC_EXECUTABLE "xsltproc" "The command line XSLT processor \
from libxslt" "http://xmlsoft.org/XSLT/" TRUE "" "Required for building Akonadi.")  
--- trunk/KDE/kdepim/akonadi/agents/CMakeLists.txt #1038125:1038126
@@ -1,7 +1,7 @@
 add_subdirectory( maildispatcher )
 
-if( Nepomuk_FOUND AND SOPRANO_PLUGIN_RAPTORPARSER_FOUND )
-    include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/nepomukfeeder \
${CMAKE_CURRENT_BINARY_DIR}/ontologies ) +if( Nepomuk_FOUND AND STRIGI_FOUND AND \
SOPRANO_PLUGIN_RAPTORPARSER_FOUND ) +    include_directories( \
${CMAKE_CURRENT_SOURCE_DIR}/nepomukfeeder ${CMAKE_CURRENT_BINARY_DIR}/ontologies \
${STRIGI_INCLUDE_DIR})  set( NEPOMUKFEEDER_SHARED_SRCS
          ${CMAKE_CURRENT_SOURCE_DIR}/nepomukfeeder/nepomukfeederagentbase.cpp
          ${CMAKE_CURRENT_SOURCE_DIR}/nepomukfeeder/sparqlbuilder.cpp
@@ -23,4 +23,4 @@
     add_subdirectory( nepomukfeeder )
     add_subdirectory( nepomuk_contact_feeder )
     add_subdirectory( nepomuk_calendar_feeder )
-endif( Nepomuk_FOUND AND SOPRANO_PLUGIN_RAPTORPARSER_FOUND )
+endif( Nepomuk_FOUND AND STRIGI_FOUND AND SOPRANO_PLUGIN_RAPTORPARSER_FOUND )


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

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