|
Bugzilla – Full Text Bug Listing |
| Summary: | packages failing because subdirectories of /usr/share/icons aren't owned by any package | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Michael Wolf <maw> |
| Component: | GNOME | Assignee: | Petr Gajdos <pgajdos> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | andreas.hanke |
| Version: | Alpha 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michael Wolf
2007-02-26 18:30:57 UTC
These directories are provided by the hicolor-icon-theme package. Simply add "BuildRequires: hicolor-icon-theme" to the spec files of all affected packages and it will work. Ideally you should remove "BuildRequires: gnome-icon-theme" at the same time - see bug 247450 and bug 247278 It seems that a workaround has been added: http://lists.opensuse.org/opensuse-commit/2007-02/msg00873.html This workaround is not correct because gnome-icon-theme does not depend on hicolor-icon-theme. It's a short-term solution that allows packages to build without fixing them. The packages have to be fixed to require hicolor-icon-theme directly *instead of* gnome-icon-theme. My plan: Add this requirement to the lowest GNOME library, which refers to them and remove bad requirement from gnome-icon-theme. Then remove false requirement of gnome-icon-theme and let's see, what installs any icons there without requiring it. see also #247450 hicolor-icon-theme was added to Requires of gtk2 |