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

Index: phoneui-apps/data/phoneui-phonelog.desktop
===================================================================
--- phoneui-apps.orig/data/phoneui-phonelog.desktop
+++ phoneui-apps/data/phoneui-phonelog.desktop
@@ -1,11 +1,11 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Phonelog
 Comment=Show received, outgoing and missed calls
-Exec=phoneui-phonelog
+Keywords=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
Index: phoneui-apps/data/phoneui-contacts.desktop
===================================================================
--- phoneui-apps.orig/data/phoneui-contacts.desktop
+++ phoneui-apps/data/phoneui-contacts.desktop
@@ -1,13 +1,13 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Contacts
 Name[pl]=Kontakty
 Comment=View Contacts
 Comment[pl]=Książka adresowa 
+Keywords=contacts
 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
Index: phoneui-apps/data/phoneui-messages.desktop
===================================================================
--- phoneui-apps.orig/data/phoneui-messages.desktop
+++ phoneui-apps/data/phoneui-messages.desktop
@@ -1,13 +1,13 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Messages
 Name[pl]=Wiadomości
 Comment=View and send SMS messages
 Comment[pl]=Przeglądaj i wysyłaj wiadomości SMS
+Keywords=sms
 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
Index: phoneui-apps/data/phoneui-dialer.desktop
===================================================================
--- phoneui-apps.orig/data/phoneui-dialer.desktop
+++ phoneui-apps/data/phoneui-dialer.desktop
@@ -1,14 +1,13 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Dialer
 Name[pl]=Zadzwoń
 Comment=Telephone Calls
 Comment[pl]=Rozmowy telefoniczne
+Keywords=phone,dial
 Exec=phoneui-dialer
 Icon=shr-dialer
 Terminal=false
 Type=Application
-Categories=Application;PIM;Office;Bar;
-MimeType=text/x-vcard;
+Categories=Application;Office;
 X-MB-SingleInstance=true
 StartupNotify=true
