From 8e8dfcbfe9fb48e5d7669699c8e4145f3976eacd Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Wed, 16 Jul 2008 12:47:16 +0200 Subject: Update the spec and desktop file --- firstaidkit.desktop | 2 ++ firstaidkit.spec | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/firstaidkit.desktop b/firstaidkit.desktop index 01418b4..1cbea73 100644 --- a/firstaidkit.desktop +++ b/firstaidkit.desktop @@ -1,5 +1,7 @@ [Desktop Entry] +Encoding=UTF-8 Name=FirstAidKit +GenericName=FirstAidKit Type=Application Exec=firstaidkit -g gtk Comment=System rescue and recovery tool diff --git a/firstaidkit.spec b/firstaidkit.spec index 44ebfd1..c79a4bf 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -161,8 +161,7 @@ echo "copying=%{_docdir}/%{name}-%{version}/COPYING" >> etc/firstaidkit/about %{__install} -p frontend/*.py $RPM_BUILD_ROOT%{_libdir}/firstaidkit/frontend/ %{__install} -p frontend/*.glade $RPM_BUILD_ROOT%{_libdir}/firstaidkit/frontend/ %{__install} -p frontend/*.gladep $RPM_BUILD_ROOT%{_libdir}/firstaidkit/frontend/ -desktop-file-install --vendor="fedora" \ ---dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE3} +desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE3} #plugins %{__install} -d $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/undelparts @@ -195,6 +194,7 @@ desktop-file-install --vendor="fedora" \ %{_libdir}/firstaidkit/frontend/*.py* %{_libdir}/firstaidkit/frontend/*.glade %{_libdir}/firstaidkit/frontend/*.gladep +%{_datadir}/applications/*.desktop %files devel %{_libdir}/firstaidkit/plugins/examples -- cgit