Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382059 - kde-base/kdelibs-4.7.0-r1 still depends on app-misc/strigi when semantic-desktop is disabled
Summary: kde-base/kdelibs-4.7.0-r1 still depends on app-misc/strigi when semantic-desk...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-06 16:14 UTC by Konstantin Tokarev
Modified: 2011-09-09 20:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2011-09-06 16:14:43 UTC
AFAIK, Strigi is used for indexing and metadata search. I think it should be disabled when kdelibs are built with "-semantic-desktop".
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-09-09 20:43:15 UTC
set(STRIGI_MIN_VERSION 0.6.3)
find_package(Strigi)
if (WIN32)
    set (STRIGI_REQUIRED FALSE)
    set (STRIGI_EXTRA_TEXT "")
else (WIN32)
    set (STRIGI_REQUIRED TRUE)
    set (STRIGI_EXTRA_TEXT "Required by some critical kioslaves")
endif (WIN32)
macro_log_feature(STRIGI_FOUND "Strigi" "Desktop indexing and search support" "http://strigi.sourceforge.net" ${STRIGI_REQUIRED} "${STRIGI_MIN_VERSION}" ${STRIGI_EXTRA_TEXT})


Well, it's explicitly required by kdelibs now. The semantic-desktop useflag will probably have to go the way of the dinosaur...