Summary: | app-misc/golly should install icon | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Samuel Bauer <samuel.bauer> |
Component: | Current packages | Assignee: | Michael Weber (RETIRED) <xmw> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
newicon is from eutils.eclass -> inherit eutils I tried to convert to python*-r1 eclasses. Please test and report success/failure. Thanks +*golly-2.4-r1 (15 May 2013) + + 15 May 2013; Michael Weber <xmw@gentoo.org> +golly-2.4-r1.ebuild: + Add icon (thanks Samuel BAUER, bug 469608), python-single-r1 eclass. + I added the eutils eclass into the ebuild:
> -inherit eutils python toolchain-funcs wxwidgets
> +inherit python toolchain-funcs wxwidgets
then remerged golly successfully. I think eutils eclass was inherited from some other eclass already included in the ebuild, I'm aware one should avoid it, but ...
Test successful
|
Installing golly is yet missing for the application icon. Reproducible: Always To fix it, just add: > src_install() { > emake docdir= DESTDIR="${D}" install > + newicon appicon.xpm ${PN}.xpm > dodoc README TODO > }