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

Bug 81879

Summary: dev-java/bsh: menu conformity patch
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement CC: greg_g
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 62664    
Bug Blocks:    
Attachments: Patch over current ebuild.
Patch over current ebuild.

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-13 10:14:36 UTC
The attached patch, applied over current 2.0beta ebuild, removes the need of the .desktop file in $FILESDIR. It installs the icon in the right place (hicolor structure), instead than in pixmaps, and creates the .desktop file with make_desktop_entry.

It also install it anyway, with or without kde or gnome useflags, as they are not the only two desktop environment one can use.
The icon is installed in the scalable dir because the icon file hasn't the right dimensions to fit any other directory.
Icon themes can now overload the icon with one of their own.

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-13 10:14:51 UTC
Created attachment 51134 [details, diff]
Patch over current ebuild.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-13 13:49:29 UTC
Created attachment 51158 [details, diff]
Patch over current ebuild.

With inherit eutils which was missing.
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-10 09:48:10 UTC
thanks for your work, i've merged your suggestions into the ebuild which i've just commited. (#62664)