Bugzilla – Bug 114918
improvements for jigdo package
Last modified: 2005-09-02 11:17:48 UTC
There are two improvements for the jigdo package possible that I will attach here.
Created attachment 48564 [details] new patch file Currently the debuginfo file is empty and thus useless. Replace your diff file with this one to fix this.
Created attachment 48566 [details] Desktop file Currently there is no desktop menu entry for jigdo. I did it with the attached desktop file and the following code in my spec file: mkdir -p $RPM_BUILD_ROOT/usr/share/applications install -m 644 %SOURCE1 $RPM_BUILD_ROOT/usr/share/applications mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps convert gfx/jigdo-icon.png -geometry 48 $RPM_BUILD_ROOT/usr/share/pixmaps/jigdo_48x48.png convert gfx/jigdo-icon.png -geometry 32 $RPM_BUILD_ROOT/usr/share/pixmaps/jigdo_32x32.png convert gfx/jigdo-icon.png -geometry 16 $RPM_BUILD_ROOT/usr/share/pixmaps/jigdo_16x16.png ln $RPM_BUILD_ROOT/usr/share/pixmaps/jigdo_48x48.png $RPM_BUILD_ROOT/usr/share/pixmaps/jigdo.png %suse_update_desktop_file -i jigdo Application Network I am not that familiar with desktop files thus there might be a better solution to do this.
Fixed package submitted to STABLE.