Blame SOURCES/xsane-0.998-desktop-file.patch

873311
From e3f3e266249f77ff655299daeab3128347d6cb17 Mon Sep 17 00:00:00 2001
873311
From: Nils Philippsen <nils@redhat.com>
873311
Date: Wed, 30 Jan 2013 15:59:40 +0100
873311
Subject: [PATCH] patch: desktop-file
873311
873311
Squashed commit of the following:
873311
873311
commit e472b870c4490f41b9257c835d4c8c72a575e9e9
873311
Author: Nils Philippsen <nils@redhat.com>
873311
Date:   Wed Jan 30 15:57:57 2013 +0100
873311
873311
    desktop file: use Name, GenericName, X-GNOME-FullName
873311
873311
commit 9f7f6a039193f91473ded79780bd72e29d7b94fb
873311
Author: Nils Philippsen <nils@redhat.com>
873311
Date:   Wed Jan 30 15:57:14 2013 +0100
873311
873311
    desktop file: remove obsolete encoding key
873311
873311
commit 79a444793a60bd729c72283ad1920f0ce9c65dc2
873311
Author: Nils Philippsen <nils@redhat.com>
873311
Date:   Fri Nov 19 12:41:23 2010 +0100
873311
873311
    customize desktop file
873311
---
873311
 src/xsane.desktop | 11 ++++++++---
873311
 1 file changed, 8 insertions(+), 3 deletions(-)
873311
873311
diff --git a/src/xsane.desktop b/src/xsane.desktop
873311
index d5161e5..a2a4a61 100644
873311
--- a/src/xsane.desktop
873311
+++ b/src/xsane.desktop
873311
@@ -1,9 +1,14 @@
873311
 [Desktop Entry]
873311
-Encoding=UTF-8
873311
-Name=XSane - Scanning
873311
+Version=1.0
873311
+#Name=XSane - Scanning
873311
+Name=XSane
873311
+GenericName=Scanner Tool
873311
+X-GNOME-FullName=XSane (Scanner Tool)
873311
 Comment=Acquire images from a scanner
873311
 Exec=xsane
873311
+TryExec=xsane
873311
 Icon=xsane
873311
 Terminal=false
873311
 Type=Application
873311
-Categories=Application;Graphics
873311
+Categories=Graphics;2DGraphics;RasterGraphics;Scanning;GTK;
873311
+StartupNotify=true
873311
-- 
873311
1.8.1
873311