summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-05-24 10:23:29 +0200
committerMartin Sivak <msivak@redhat.com>2010-05-24 10:55:04 +0200
commitf86fe0a07f245081a2e758f09cc5653053864dfb (patch)
tree484d650a9f601a745fbbd2053b63ac105c33d17a
parent9ca22469fd15df097c284343870fb70377302302 (diff)
downloadfirstaidkit-rhel6-branch.tar.gz
firstaidkit-rhel6-branch.tar.xz
firstaidkit-rhel6-branch.zip
Add icon to menurhel6-branch
-rw-r--r--firstaidkit.desktop2
-rw-r--r--firstaidkit.spec9
2 files changed, 9 insertions, 2 deletions
diff --git a/firstaidkit.desktop b/firstaidkit.desktop
index 1cbea73..7e5cdbc 100644
--- a/firstaidkit.desktop
+++ b/firstaidkit.desktop
@@ -7,4 +7,4 @@ Exec=firstaidkit -g gtk
Comment=System rescue and recovery tool
Categories=System;
Terminal=false
-
+Icon=firstaidkit
diff --git a/firstaidkit.spec b/firstaidkit.spec
index b88f919..50b949d 100644
--- a/firstaidkit.spec
+++ b/firstaidkit.spec
@@ -5,7 +5,7 @@
Name: firstaidkit
Version: 0.2.10
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: System Rescue Tool
Group: Applications/System
@@ -172,6 +172,8 @@ packet.
%{__install} -p frontend/*.py $RPM_BUILD_ROOT/usr/share/firstaidkit/frontend/
%{__install} -p frontend/*.glade $RPM_BUILD_ROOT/usr/share/firstaidkit/frontend/
%{__install} -p frontend/*.gladep $RPM_BUILD_ROOT/usr/share/firstaidkit/frontend/
+%{__install} -d $RPM_BUILD_ROOT/usr/share/icons
+%{__install} -p images/FAK-bandaid.png $RPM_BUILD_ROOT/usr/share/icons/firstaidkit.png
desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE3}
#examples
@@ -218,6 +220,7 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic
/usr/share/firstaidkit/frontend/*.py*
/usr/share/firstaidkit/frontend/*.glade
/usr/share/firstaidkit/frontend/*.gladep
+/usr/share/icons/*.png
%{_datadir}/applications/*.desktop
%dir /usr/share/firstaidkit/frontend
@@ -254,6 +257,10 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic
%changelog
+* Mon May 22 2010 Martin Sivak <msivak@redhat.com> - 0.2.10-4
+- Add menu icon
+ Resolves: rhbz#587903
+
* Mon Apr 27 2010 Martin Sivak <msivak@redhat.com> - 0.2.10-3
- Do not build debuginfo
Related: rhbz#564482