Description: The Name entries in the desktop file should not repeat
 the description of the program given in the GenericName entries but
 only contain the short application name.
 .
 The following changes have been added by Alessio Treglia <alessio@debian.org>
 on 2012-01-27
  - Remove deprecated FilePattern, Encoding keys.
  - Add trailing ';' to the MimeType field.
  - Remove unregistered 'Sound' value from Categories.
From: Ronny Standtke <ronny.standtke@fhnw.ch>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640983
Reviewed-by: Alessio Tregli <alessio@debian.org>
Last-Update: 2012-01-27
Forwarded: no
---
 linux/hydrogen.desktop |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

--- hydrogen.orig/linux/hydrogen.desktop
+++ hydrogen/linux/hydrogen.desktop
@@ -1,10 +1,5 @@
 [Desktop Entry]
-Name=Hydrogen Drum Machine
-Name[de]=Hydrogen Drumsequencer
-Name[ru]=Драм-машина Hydrogen
-Name[hu]=Hydrogen Dobgép
-Name[tr]=Hydrogen Davul Makinası
-
+Name=Hydrogen
 Comment=Create drum sequences
 Comment[de]=Schlagzeugsequenzen erstellen
 Comment[ru]=Создание партий ударных инструментов
@@ -16,15 +11,13 @@ GenericName[de]=Drumsequencer
 GenericName[ru]=Драм-машина
 GenericName[tr]=Davul Makinası
 
-Encoding=UTF-8
 Version=1.0
 
 Type=Application
-Categories=Application;AudioVideo;Sound;Audio;Qt;
+Categories=AudioVideo;Audio;Qt;
 
-MimeType=text/xml
+MimeType=text/xml;
 
-FilePattern=hydrogen
 Exec=hydrogen %F
 TryExec=hydrogen
 Terminal=false
