Bug 114918

Summary: improvements for jigdo package
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Forgotten User OS1JNCFbCX <forgotten_OS1JNCFbCX>
Component: NetworkAssignee: Christoph Thiel <cthiel>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 4   
Target Milestone: ---   
Hardware: All   
OS: SUSE Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: new patch file
Desktop file

Description Forgotten User OS1JNCFbCX 2005-09-02 08:49:27 UTC
There are two improvements for the jigdo package possible that I will attach here.
Comment 1 Forgotten User OS1JNCFbCX 2005-09-02 08:51:41 UTC
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.
Comment 2 Forgotten User OS1JNCFbCX 2005-09-02 08:56:21 UTC
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.
Comment 3 Christoph Thiel 2005-09-02 11:17:48 UTC
Fixed package submitted to STABLE.