]> git.pld-linux.org Git - packages/xsane.git/blob - xsane-0.998-desktop-file.patch
keep fedora comments in .patch not .spec
[packages/xsane.git] / xsane-0.998-desktop-file.patch
1 # from Fedora
2 # partly distro-specific: customize desktop file
3 # submitted to upstream (Oliver Rauch) via email, 2013-06-04
4
5 From e3f3e266249f77ff655299daeab3128347d6cb17 Mon Sep 17 00:00:00 2001
6 From: Nils Philippsen <nils@redhat.com>
7 Date: Wed, 30 Jan 2013 15:59:40 +0100
8 Subject: [PATCH] patch: desktop-file
9
10 Squashed commit of the following:
11
12 commit e472b870c4490f41b9257c835d4c8c72a575e9e9
13 Author: Nils Philippsen <nils@redhat.com>
14 Date:   Wed Jan 30 15:57:57 2013 +0100
15
16     desktop file: use Name, GenericName, X-GNOME-FullName
17
18 commit 9f7f6a039193f91473ded79780bd72e29d7b94fb
19 Author: Nils Philippsen <nils@redhat.com>
20 Date:   Wed Jan 30 15:57:14 2013 +0100
21
22     desktop file: remove obsolete encoding key
23
24 commit 79a444793a60bd729c72283ad1920f0ce9c65dc2
25 Author: Nils Philippsen <nils@redhat.com>
26 Date:   Fri Nov 19 12:41:23 2010 +0100
27
28     customize desktop file
29 ---
30  src/xsane.desktop | 11 ++++++++---
31  1 file changed, 8 insertions(+), 3 deletions(-)
32
33 diff --git a/src/xsane.desktop b/src/xsane.desktop
34 index d5161e5..a2a4a61 100644
35 --- a/src/xsane.desktop
36 +++ b/src/xsane.desktop
37 @@ -1,9 +1,14 @@
38  [Desktop Entry]
39 -Encoding=UTF-8
40 -Name=XSane - Scanning
41 +Version=1.0
42 +#Name=XSane - Scanning
43 +Name=XSane
44 +GenericName=Scanner Tool
45 +X-GNOME-FullName=XSane (Scanner Tool)
46  Comment=Acquire images from a scanner
47  Exec=xsane
48 +TryExec=xsane
49  Icon=xsane
50  Terminal=false
51  Type=Application
52 -Categories=Application;Graphics
53 +Categories=Graphics;2DGraphics;RasterGraphics;Scanning;GTK;
54 +StartupNotify=true
55 -- 
56 1.8.1
57
This page took 0.088835 seconds and 3 git commands to generate.