Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31963 - Update to sylpheed-claws-0.9.0-r1.ebuild (gentoo stable tree)
Summary: Update to sylpheed-claws-0.9.0-r1.ebuild (gentoo stable tree)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-25 03:31 UTC by Dirk Salewski
Modified: 2003-10-28 14:42 UTC (History)
0 users

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


Attachments
sylpheed-claws-0.9.0-r2.ebuild (sylpheed-claws-0.9.0-r2.ebuild,3.32 KB, text/plain)
2003-10-25 03:33 UTC, Dirk Salewski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Salewski 2003-10-25 03:31:44 UTC
The sylpheed-claws-0.9.0-r1.ebuild checks for "gtkhtml" in USE and makes
building the dillo-html-viewer-plugin dependent on that. However, this is not
necessary, because the dillo-plugin builds fine without gtkhtml installed. It
forces people on very old machines to install half of gnome to get a small plugin.
Please find attached a proposition for an enhanced sylpheed-claws-0.9.0-ebuild.
This ebuild checks for the existence of /usr/bin/dillo instead of "gtkhtml".
Greetings, Dirk Salewski

Reproducible: Always
Steps to Reproduce:
1. Use the stable distribution.
2. Put "-gtkhtml" into Your USE-flags.
3. emerge dillo
4. emerge sylpheed-claws

Actual Results:  
sylpheed-claws works beautifully, however, the dillo-plugin is not built.

Expected Results:  
The ebuild should not check for "gtkhtml" in USE, but for the existence of
"dillo" on the machine.
Comment 1 Dirk Salewski 2003-10-25 03:33:51 UTC
Created attachment 19762 [details]
sylpheed-claws-0.9.0-r2.ebuild

This is my proposition for the new ebuild.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-10-28 14:42:01 UTC
fixed in portage with a "dillo" local USE flag