Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle/files: gargoyle-2011.1-desktopfile.patch
Date: Tue, 21 Aug 2012 19:18:59
Message-Id: 20120821191849.239342026D@flycatcher.gentoo.org
1 hasufell 12/08/21 19:18:49
2
3 Added: gargoyle-2011.1-desktopfile.patch
4 Log:
5 make build output verbose, fix build wrt #432178, fix desktop file wrt #432222
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-engines/gargoyle/files/gargoyle-2011.1-desktopfile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/files/gargoyle-2011.1-desktopfile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/files/gargoyle-2011.1-desktopfile.patch?rev=1.1&content-type=text/plain
14
15 Index: gargoyle-2011.1-desktopfile.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Tue Aug 21 19:06:54 UTC 2012
19 Subject: desktop file
20
21 fix QA issues:
22
23 # desktop-file-validate /usr/share/applications/gargoyle.desktop
24 /usr/share/applications/gargoyle.desktop: error: file contains at least one line ending with a carriage return, while lines should only be separated by a line feed character. First such line is: "[Desktop Entry]"
25 /usr/share/applications/gargoyle.desktop: error: (will be fatal in the future): value "gargoyle-house.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path
26
27 --- garglk/gargoyle.desktop
28 +++ garglk/gargoyle.desktop
29 @@ -1,9 +1,9 @@
30 -[Desktop Entry]
31 -Version=1.0
32 -Type=Application
33 -Name=Gargoyle
34 -GenericName=Interactive Fiction interpreter
35 -Comment=Interactive Fiction multi-interpreter that supports all major IF formats
36 -Icon=gargoyle-house.png
37 -Exec=gargoyle
38 -Categories=Game;
39 +[Desktop Entry]
40 +Version=1.0
41 +Type=Application
42 +Name=Gargoyle
43 +GenericName=Interactive Fiction interpreter
44 +Comment=Interactive Fiction multi-interpreter that supports all major IF formats
45 +Icon=gargoyle-house
46 +Exec=gargoyle
47 +Categories=Game;