Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427784 - www-client/rekonq-1.0 has nepomuk automagic
Summary: www-client/rekonq-1.0 has nepomuk automagic
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 18:45 UTC by Nikoli
Modified: 2012-07-24 13:10 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 Nikoli 2012-07-23 18:45:44 UTC
ebuild should have semantic-desktop USE.
src_configure:
...
--  ----- Optional Features
-- 
--  Nepomuk Libraries..................... YES
--  Rekonq will be compiled with support for bookmarks nepomuk tagging
-- 
--  QCA2 Libraries........................ YES
--  QtOAuth Libraries..................... YES
--  Rekonq will be compiled with support for opera sync handler
...

$ objdump -p /usr/lib64/libkdeinit4_rekonq.so|grep NEEDED|sort
  NEEDED               libc.so.6
  NEEDED               libkcmutils.so.4
  NEEDED               libkdecore.so.5
  NEEDED               libkdeui.so.5
  NEEDED               libkdewebkit.so.5
  NEEDED               libkio.so.5
  NEEDED               libkparts.so.4
  NEEDED               libm.so.6
  NEEDED               libnepomukquery.so.4
  NEEDED               libnepomuk.so.4
  NEEDED               libnepomukutils.so.4
  NEEDED               libqoauth.so.1
  NEEDED               libQtCore.so.4
  NEEDED               libQtDBus.so.4
  NEEDED               libQtGui.so.4
  NEEDED               libQtNetwork.so.4
  NEEDED               libQtScript.so.4
  NEEDED               libQtWebKit.so.4
  NEEDED               libQtXml.so.4
  NEEDED               libstdc++.so.6
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2012-07-24 13:10:10 UTC
Thank you. Fixed in CVS.

+  24 Jul 2012; Johannes Huber <johu@gentoo.org> metadata.xml, rekonq-1.0.ebuild:
+  Introduce semantic-desktop use flag to fix bug #427784 requested by Nikoli
+  <nikoli@lavabit.com>. Make opera sync handler optional via new use flag opera.