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 games-simulation/lincity-ng/files: lincity-ng-2.0-build.patch
Date: Sun, 02 Sep 2012 01:39:14
Message-Id: 20120902013904.C609420F49@flycatcher.gentoo.org
1 mr_bones_ 12/09/02 01:39:04
2
3 Modified: lincity-ng-2.0-build.patch
4 Log:
5 fix desktop file
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch?r1=1.1&r2=1.2
15
16 Index: lincity-ng-2.0-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lincity-ng-2.0-build.patch 30 Jul 2012 08:23:11 -0000 1.1
23 +++ lincity-ng-2.0-build.patch 2 Sep 2012 01:39:04 -0000 1.2
24 @@ -4,8 +4,24 @@
25
26 arguments to AR would be overwritten if we export AR
27
28 ---- mk/jam/unix.jam
29 -+++ mk/jam/unix.jam
30 +--- lincity-ng-2.0.orig/lincity-ng.desktop
31 ++++ lincity-ng-2.0/lincity-ng.desktop
32 +@@ -1,12 +1,11 @@
33 + [Desktop Entry]
34 + Type=Application
35 + Version=1.0
36 +-Encoding=UTF-8
37 + Name=Lincity-NG
38 + GenericName=City Simulation Game
39 + GenericName[de]=Stadtsimulationsspiel
40 + Comment=Plan and Build a city and take care of transport, economics, electricityand others.
41 +-Icon=lincity-ng.png
42 ++Icon=lincity-ng
43 + Exec=lincity-ng
44 + Terminal=false
45 + StartupNotify=false
46 +--- lincity-ng-2.0.orig/mk/jam/unix.jam
47 ++++ lincity-ng-2.0/mk/jam/unix.jam
48 @@ -45,4 +45,10 @@
49 $(LINK) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LIBS)
50 }