Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175810 - x11-wm/compiz-0.5.0 ebuild doesn't properly install gconf schema
Summary: x11-wm/compiz-0.5.0 ebuild doesn't properly install gconf schema
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-24 08:26 UTC by srrijkers
Modified: 2007-05-03 07:21 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 srrijkers 2007-04-24 08:26:32 UTC
The gnome2 eclass is no longer inherited in the compiz-0.5.0 ebuild. Also, the gnome2_src_install was removed. Is there any good reason for this? For now, compiz gconf schemas are no longer installed properly, which may cause several bugs and other general strangenesses.
Comment 1 Hanno Böck gentoo-dev 2007-05-03 02:45:56 UTC
fixed
Comment 2 srrijkers 2007-05-03 07:11:21 UTC
No, it's not.

You still need to add the gnome2_src_install back in: since you are overriding src_install(), just inheriting the eclass does nothing. This was what the previous compiz ebuild was doing as well.

Remove "emake DESTDIR="${D}" install || die" and substitute it with "gnome2_src_install".
Comment 3 srrijkers 2007-05-03 07:21:16 UTC
Ignore my previous comment, I am wrong.

Teaches me to not post to bugzilla when I've been awake for only five minutes.

Sorry for the spam.