Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265288 - dolphin and konqueror work without kfind
Summary: dolphin and konqueror work without kfind
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-07 11:48 UTC by Alexander Potashev
Modified: 2009-05-27 01:18 UTC (History)
0 users

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


Attachments
patch for kde.git (adds kfind USE-flag) (0001-add-kfind-USE-flag-to-dolphin-and-konqueror.patch,5.15 KB, patch)
2009-04-10 10:56 UTC, Alexander Potashev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2009-04-07 11:48:08 UTC
konqueror's and dolphin's ebuilds in kde.git overlay have RDEPEND="...kfind...", but konqueror and dolphin work well without kfind (however, except "Search Files..." menu item). I want to have konqueror and dolphin but not kfind.

Solution 1: remove kfind from RDEPEND
Solution 2: add USE-flag "kfind"(or "search") for konqueror and dolphin which would make them to pull kfind

Reproducible: Always

Steps to Reproduce:
1. emerge dolphin
Actual Results:  
kfind is being pulled anyway

Expected Results:  
kfind shouldn't be pulled
Comment 1 Alexander Potashev 2009-04-10 10:56:54 UTC
Created attachment 187876 [details, diff]
patch for kde.git (adds kfind USE-flag)
Comment 2 Maciej Mrozowski gentoo-dev 2009-04-10 11:52:45 UTC
in such situations - one can use package.provided to be able to ignore some obvious dependency
Comment 3 Maciej Mrozowski gentoo-dev 2009-04-11 00:44:11 UTC
Those who are insterested in minimal setup, can use kdebase-startkde meta package instead as well.
WONTFIX