Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81879 - dev-java/bsh: menu conformity patch
Summary: dev-java/bsh: menu conformity patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on: 62664
Blocks:
  Show dependency tree
 
Reported: 2005-02-13 10:14 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-03-10 09:48 UTC (History)
1 user (show)

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


Attachments
Patch over current ebuild. (bsh.patch,746 bytes, patch)
2005-02-13 10:14 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
Patch over current ebuild. (bsh.patch,1.17 KB, patch)
2005-02-13 13:49 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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)