desktop file: added Keywords and removed Education category
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 20 Jun 2020 13:24:04 +0000 (15:24 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 20 Jun 2020 16:55:52 +0000 (18:55 +0200)
During debian packaging of 1.2.0-5 the missing Keywords entry
was mentionend. I removed the Education category because this
was mentioned also. Education and Science are both toplevel
categories. I added also two more mimetypes for .sps and .spv
files.

src/ui/gui/org.fsf.pspp.desktop.in

index 860652a86dfd19dd943f5118f550a2ad9fc1dd05..20d7216ac2a60263bfbf7af35724efc399c250a5 100644 (file)
@@ -1,6 +1,7 @@
-# This file is processed by gettext to add translations
-
+# org.fsf.pspp.desktop file is generated with gettext to add
+# translations. Edit org.fsf.pspp.desktop.in instead
 [Desktop Entry]
+# TRANSLATORS: This is the application name in the desktop file
 Name=GNU PSPP
 GenericName=Statistical Software
 Comment=Analyze statistical data with a free alternative to SPSS
@@ -8,6 +9,8 @@ Exec=psppire %F
 Icon=pspp
 Terminal=false
 Type=Application
-Categories=GTK;Education;Science;Math;
-MimeType=application/x-spss-sav;application/x-spss-por;
+Categories=GTK;Science;Math;
+# TRANSLATORS: You must keep all ";" - also at the end of line.
+Keywords=statistics;analysis;spss;
+MimeType=application/x-spss-sav;application/x-spss-por;text/x-spss-sps;application/x-spss-spv
 StartupNotify=false