Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium/files: stellarium-0.11.3-desktop.patch
Date: Fri, 03 Aug 2012 07:47:00
Message-Id: 20120803074649.C69972004C@flycatcher.gentoo.org
1 mr_bones_ 12/08/03 07:46:49
2
3 Added: stellarium-0.11.3-desktop.patch
4 Log:
5 fix desktop file
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-astronomy/stellarium/files/stellarium-0.11.3-desktop.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/files/stellarium-0.11.3-desktop.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/files/stellarium-0.11.3-desktop.patch?rev=1.1&content-type=text/plain
14
15 Index: stellarium-0.11.3-desktop.patch
16 ===================================================================
17 --- data/stellarium.desktop.orig 2012-05-18 08:19:20.000000000 -0400
18 +++ data/stellarium.desktop 2012-08-03 03:34:27.064349264 -0400
19 @@ -1,6 +1,5 @@
20 [Desktop Entry]
21 -Encoding=UTF-8
22 -Version=0.11.3
23 +Version=1.0
24 Type=Application
25 Name=Stellarium
26 GenericName=Desktop planetarium
27 @@ -14,22 +13,22 @@
28 Comment[fr]=Planétarium
29 Comment[ru]=Планетарий
30
31 -Actions=Window;Fullscreen;Safemode
32 +Actions=Window;Fullscreen;Safemode;
33
34 [Desktop Action Window]
35 Name=Open in window
36 Name[ru]=Открыть в окне
37 Exec=stellarium -f no
38 -OnlyShowIn=Unity
39 +OnlyShowIn=Unity;
40
41 [Desktop Action Fullscreen]
42 Name=Open in fullscreen
43 Name[ru]=Открыть в полноэкранном режиме
44 Exec=stellarium -f yes
45 -OnlyShowIn=Unity
46 +OnlyShowIn=Unity;
47
48 [Desktop Action Safemode]
49 Name=Open in safe mode
50 Name[ru]=Открыть в безопасном режиме
51 Exec=stellarium --safe-mode
52 -OnlyShowIn=Unity
53 +OnlyShowIn=Unity;