Bug 114918 - improvements for jigdo package
Summary: improvements for jigdo package
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Network (show other bugs)
Version: Beta 4
Hardware: All SUSE Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Christoph Thiel
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-02 08:49 UTC by Forgotten User OS1JNCFbCX
Modified: 2005-09-02 11:17 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
new patch file (1.33 KB, patch)
2005-09-02 08:51 UTC, Forgotten User OS1JNCFbCX
Details | Diff
Desktop file (138 bytes, application/x-desktop)
2005-09-02 08:56 UTC, Forgotten User OS1JNCFbCX
Details

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