Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402821 - app-accessibility/caribou shouldn't depend on gconf anymore
Summary: app-accessibility/caribou shouldn't depend on gconf anymore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-09 08:28 UTC by Andreas Proschofsky (RETIRED)
Modified: 2012-02-09 09:06 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 Andreas Proschofsky (RETIRED) gentoo-dev 2012-02-09 08:28:10 UTC
As far as I can see the only piece of code in caribou that is calling gconf is purely conditional, so no need to have that as hard dependency (as it won't ever be called on any recent GNOME installation)

http://git.gnome.org/browse/caribou/tree/caribou/daemon/main.py

For further reference: The dependency on gconf has been dropped upstream for quite some time:

http://git.gnome.org/browse/caribou/commit/?id=9134d8d4316b14a4bdaac11295d8b8d108712f93

Reproducible: Always
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-02-09 09:06:03 UTC
Fixed, thanks.

>*caribou-0.4.1-r1 (09 Feb 2012)
>
>  09 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  +caribou-0.4.1-r1.ebuild:
>  Do not depend on gconf, it's not used if a recent gsettings-desktop-schemas
>  is available (bug #402821, thanks to Andreas Proschofsky). Also, do not call
>  /usr/bin/python on python2 code from installed shell scripts.