Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89626 - gtk-engines-2.6.3 small bug in makefile
Summary: gtk-engines-2.6.3 small bug in makefile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 01:11 UTC by gad.kadosh
Modified: 2005-05-12 10:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild with fix the clearlooks makefile (gtk-engines-2.6.3-r1.ebuild,1.56 KB, text/plain)
2005-04-23 05:20 UTC, gad.kadosh
Details
patch to clearlooks makefile (clearlooks_makefile.patch.bz2,431 bytes, patch)
2005-04-23 05:20 UTC, gad.kadosh
Details | Diff
The patch again, bunziped2 (clearlooks_makefile.patch,1.11 KB, patch)
2005-05-12 09:51 UTC, gad.kadosh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gad.kadosh 2005-04-19 01:11:24 UTC
There's a small mistake in one of gtk-engines-2.6.3 's Makefile.am, which affects the newly added Clearlooks theme. In the source: gtk-engines/engines/clearlooks/Makefile.am, has:
enginedir = $(libdir)/gtk-2.0/$(GTK2_VERSION)/engines
and it should be:
enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines

This causes the clearlooks theme to be installed in the wrong location and not be recognized by gnome-theme-properties.
The author have been informed of that, but since it's not sure that he will release a new version soon, maybe gentoo can provide a revision of the ebuild with a small patch?
Comment 1 gad.kadosh 2005-04-23 05:20:12 UTC
Created attachment 56996 [details]
ebuild with fix the clearlooks makefile

This ebuild patches the makefile of clearlooks to install it in the correct
place.
Comment 2 gad.kadosh 2005-04-23 05:20:54 UTC
Created attachment 56997 [details, diff]
patch to clearlooks makefile
Comment 3 gad.kadosh 2005-05-12 09:51:51 UTC
Created attachment 58759 [details, diff]
The patch again, bunziped2
Comment 4 Joe McCann (RETIRED) gentoo-dev 2005-05-12 10:03:51 UTC
fixed in cvs, thanks for the patch