Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/xfburn/files: xfburn-0.4.3-update_desktop_entry.patch
Date: Sat, 29 Oct 2011 17:06:43
Message-Id: 20111029170628.292182004B@flycatcher.gentoo.org
1 ssuominen 11/10/29 17:06:28
2
3 Added: xfburn-0.4.3-update_desktop_entry.patch
4 Log:
5 Update .desktop entry to latest specification wrt #388827 by Klaus Kusche
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-cdr/xfburn/files/xfburn-0.4.3-update_desktop_entry.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/xfburn/files/xfburn-0.4.3-update_desktop_entry.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/xfburn/files/xfburn-0.4.3-update_desktop_entry.patch?rev=1.1&content-type=text/plain
14
15 Index: xfburn-0.4.3-update_desktop_entry.patch
16 ===================================================================
17 http://bugs.gentoo.org/388827
18
19 --- xfburn.desktop.in
20 +++ xfburn.desktop.in
21 @@ -6,15 +6,15 @@
22 Exec=xfburn
23 TryExec=xfburn
24 Icon=media-cdrom
25 -MimeType=application/x-cd-image
26 +MimeType=application/x-cd-image;
27 Terminal=false
28 -Categories=X-XFCE;GTK;DiscBurning;Archiving;AudioVideo;
29 +Categories=X-XFCE;GTK;DiscBurning;Archiving;Utility;AudioVideo;
30 StartupNotify=true
31
32 Actions=BurnImage;
33
34 [Desktop Action BurnImage]
35 -MimeType=application/x-cd-image
36 +MimeType=application/x-cd-image;
37 Icon=media-cdrom
38 Exec=xfburn -i %f
39 _Name=Burn Image (xfburn)