[zeroinstall-injector] Add main category "System" to desktop entries

Michel Alexandre Salim salimma at fedoraproject.org
Wed Jun 15 11:59:44 UTC 2011


commit a10208afe0b68a9046e7f35537c2c253865d6a4d
Author: Michel Alexandre Salim <michel.salim at cs.fau.de>
Date:   Wed Jun 15 13:06:53 2011 +0200

    Add main category "System" to desktop entries

 zeroinstall-injector.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/zeroinstall-injector.spec b/zeroinstall-injector.spec
index 369c387..796bc8e 100644
--- a/zeroinstall-injector.spec
+++ b/zeroinstall-injector.spec
@@ -5,7 +5,7 @@
 
 Name:    zeroinstall-injector
 Version: 1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: The Zero Install Injector (0launch)
 
 Group:   Applications/System
@@ -70,7 +70,7 @@ for i in add manage; do
 %if 0%{!?fedora:1}
     --vendor="" \
 %endif
-    --remove-category="Application" \
+    --add-category="System" \
     --delete-original \
     --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
     $RPM_BUILD_ROOT%{_datadir}/applications/zeroinstall-$i.desktop
@@ -129,6 +129,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %attr(755,zeroinst,zeroinst) %{cache_dir}/implementations
 
 %changelog
+* Wed Jun 15 2011 Michel Salim <salimma at fedoraproject.org> - 1.0-2
+- Add main category "System" to desktop entries
+
 * Tue Jun 14 2011 Michel Salim <salimma at fedoraproject.org> - 1.0-1
 - Update to 1.0
 


More information about the scm-commits mailing list