Description: Fix *.desktop files
 This patch fixes the *.desktop files as follows:
 .
  * removal of Categories not mentioned by the standard
  * rename SingleInstace to X-MB-SingleInstance
  * shr-phonelog binary is installed as shr-phone-log
Author: Sebastian Reichel <sre@debian.org>
Applied-Upstream: http://git.shr-project.org/git/?p=phoneui-apps.git;a=commit;h=ccd2fb9cece211d4d96f1cd6822efabaeb590f76
Last-Update: 2010-07-26

--- phoneui-apps-0.1+git20100303.orig/data/phoneui-phonelog.desktop
+++ phoneui-apps-0.1+git20100303/data/phoneui-phonelog.desktop
@@ -2,10 +2,10 @@
 Encoding=UTF-8
 Name=Phonelog
 Comment=Show received, outgoing and missed calls
-Exec=phoneui-phonelog
+Exec=phoneui-phone-log
 Icon=shr-phonelog
 Terminal=false
 Type=Application
-Categories=Application;PIM;Office;Bar;
-SingleInstance=true
+Categories=Application;Office;
+X-MB-SingleInstance=true
 StartupNotify=true
--- phoneui-apps-0.1+git20100303.orig/data/phoneui-contacts.desktop
+++ phoneui-apps-0.1+git20100303/data/phoneui-contacts.desktop
@@ -8,6 +8,6 @@ Exec=phoneui-contacts
 Icon=shr-contacts
 Terminal=false
 Type=Application
-Categories=Application;PIM;Office;Bar;
-SingleInstance=true
+Categories=Application;Office;
+X-MB-SingleInstance=true
 StartupNotify=true
--- phoneui-apps-0.1+git20100303.orig/data/phoneui-messages.desktop
+++ phoneui-apps-0.1+git20100303/data/phoneui-messages.desktop
@@ -8,6 +8,6 @@ Exec=phoneui-messages
 Icon=shr-messages
 Terminal=false
 Type=Application
-Categories=Application;PIM;Office;Bar;
-SingleInstance=true
+Categories=Application;Office;
+X-MB-SingleInstance=true
 StartupNotify=true
--- phoneui-apps-0.1+git20100303.orig/data/phoneui-dialer.desktop
+++ phoneui-apps-0.1+git20100303/data/phoneui-dialer.desktop
@@ -8,7 +8,7 @@ Exec=phoneui-dialer
 Icon=shr-dialer
 Terminal=false
 Type=Application
-Categories=Application;PIM;Office;Bar;
+Categories=Application;Office;
 MimeType=text/x-vcard;
 X-MB-SingleInstance=true
 StartupNotify=true
