GNOME Bugzilla – Bug 635199
build: fix gnome-power-manager dependencies
Last modified: 2010-11-21 00:37:16 UTC
This patch fixes build dependencies for gnome-power-manager
Created attachment 174785 [details] [review] build: fix gnome-power-manager dependencies gnome-power-manager needs libgnome-keyring, not gnome-keyring to be built.
hm... so how did it work for the rest of us? how is it failing?
maybe because you had libgnome-keyring-devel installed as a package, which got picked by pkgconfig.
ah, i was just assuming it would need a recent libgnomekeyring, but apparently an ancient one is fine. in that case i'm not sure we want to be building it at all, rather than just adding it as a package dependency
Created attachment 174866 [details] [review] Fix dependencies for gnome-power-manager Merging the g-p-m branch with the one adding gnome-settings-daemon for A11y, a lot of modules were duplicated. Also, gnome-keyring is not needed, the distro provided one is enough.
Comment on attachment 174866 [details] [review] Fix dependencies for gnome-power-manager >+ libgnome-keyring-devel add it to the "generic" list as well otherwise good
This seems to have broken building since gnome-power-manager requires gnome-keyring-1, but the commonly available gnome-keyring version (2.32.*) provides gnome-keyring (lacking the -1) via pkgconfig.
OTOH, this may be an ubuntu bug. I assume that "/usr/lib/pkgconfig/gnome-keyring-1.pc" should have a "Name: gnome-keyring-1"? In maverick it has "Name: gnome-keyring"...