Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 469608

Summary: app-misc/golly should install icon
Product: Gentoo Linux Reporter: Samuel Bauer <samuel.bauer>
Component: Current packagesAssignee: Michael Weber (RETIRED) <xmw>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Samuel Bauer 2013-05-12 18:42:24 UTC
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
>  }
Comment 1 Michael Weber (RETIRED) gentoo-dev 2013-05-15 07:12:35 UTC
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.
+
Comment 2 Samuel Bauer 2013-05-16 16:17:51 UTC
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