GNOME Bugzilla – Bug 634552
gnome-shell need settings-desktop-schemas
Last modified: 2010-11-11 13:41:51 UTC
please update jhbuild module in gnome-shell tree to the last dependence. <autotools id="gnome-shell"> <branch/> <dependencies> <dep package="mutter"/> <dep package="gjs"/> <dep package="libcroco"/> <dep package="librsvg"/> <dep package="dconf"/> <dep package="gnome-desktop-3"/> <dep package="gsettings-desktop-schemas"/> </dependencies> </autotools>
gsettings-desktop-schemas is already a dependency in the moduleset (along some others you are missing in the listing above). Building libcroco is not required.
From IRC: Nov 10 17:19:46 <Mblackwell> owen: during gnome-desktop-3 : No package 'gsettings-desktop-schemas' found [...] Nov 10 17:22:26 <Mblackwell> owen: ah it's just compiling in the wrong order
Created attachment 174227 [details] [review] Mark gsettings-desktop-schemas as a dependency of gnome-desktop-3 gsettings-desktop-schemas is required by, so needs to be built before gnome-desktop-3. (The reordering in the moduleset is just for clarity, the real change is the added dependency.)
sorry i can't try this patch until tomorrow evening. but i think is correct because i manualy installed gsettings-desktop-schemas and then gnome-desktop-3 build right.
Attachment 174227 [details] pushed as e4cf3f1 - Mark gsettings-desktop-schemas as a dependency of gnome-desktop-3