Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 402821

Summary: app-accessibility/caribou shouldn't depend on gconf anymore
Product: Gentoo Linux Reporter: Andreas Proschofsky (RETIRED) <suka>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.