Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81884 - app-editor/jedit ebuild cleanup
Summary: app-editor/jedit ebuild cleanup
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:
Blocks:
 
Reported: 2005-02-13 10:51 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-02-28 05:26 UTC (History)
1 user (show)

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


Attachments
Patch over current ebuild. (jedit.patch,1.24 KB, patch)
2005-02-13 10:51 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:51:41 UTC
The attached patch applied over current ebuild cleans up a little bit the jedit ebuild, using doins/dobin instead of cp, removing the gnome/kde use-flags (we don't want to install the .desktop entry only if one of the two are selected, but in any case), installing the desktop file using make_desktop_entry instead of the file in $FILESDIR, and then installing the jedit icon in the hicolor structure.

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-13 10:51:53 UTC
Created attachment 51136 [details, diff]
Patch over current ebuild.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2005-02-21 13:29:34 UTC
The build also installs a lot of documentation without the doc use flag. The same thing could be cleaned also. 
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-28 05:26:58 UTC
patch applied to the ebuild, i've also changed the way the jedit.jar is getting installed. as a result of this, the jedit startup script which is generated in src_install is also changed. i've made a revision bump to indicate the changes and to have the old version which is known to work still in the tree. thanks for your effort.