Bug 81884 - app-editor/jedit ebuild cleanup
Bug#: 81884 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: app-editor/jedit ebuild cleanup
Keywords:  
Status Whiteboard: 
Opened: 2005-02-13 10:51 0000
Description:   Opened: 2005-02-13 10:51 0000
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 From Diego E. 'Flameeyes' Pettenò 2005-02-13 10:51:53 0000 -------
Created an attachment (id=51136) [details]
Patch over current ebuild.

------- Comment #2 From Petteri Räty 2005-02-21 13:29:34 0000 -------
The build also installs a lot of documentation without the doc use flag. The
same thing could be cleaned also. 

------- Comment #3 From Jan Brinkmann (RETIRED) 2005-02-28 05:26:58 0000 -------
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.