* [gentoo-commits] gentoo-x86 commit in games-simulation/lincity-ng/files: lincity-ng-2.0-build.patch
@ 2012-07-30 8:23 Julian Ospald (hasufell)
0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2012-07-30 8:23 UTC (permalink / raw
To: gentoo-commits
hasufell 12/07/30 08:23:12
Added: lincity-ng-2.0-build.patch
Log:
fix bug 428572
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.1 games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch?rev=1.1&content-type=text/plain
Index: lincity-ng-2.0-build.patch
===================================================================
From: Julian Ospald <hasufell@gentoo.org>
Date: Mon Jul 30 07:06:54 UTC 2012
Subject: build system
arguments to AR would be overwritten if we export AR
--- mk/jam/unix.jam
+++ mk/jam/unix.jam
@@ -45,4 +45,10 @@
$(LINK) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LIBS)
}
+# jam Archive action seems to include the arguments which will break our AR export
+actions Archive
+{
+ $(AR) ru $(<) $(>)
+}
+
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/lincity-ng/files: lincity-ng-2.0-build.patch
@ 2012-09-02 1:39 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-09-02 1:39 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 12/09/02 01:39:04
Modified: lincity-ng-2.0-build.patch
Log:
fix desktop file
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.2 games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch
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
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
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
Index: lincity-ng-2.0-build.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lincity-ng-2.0-build.patch 30 Jul 2012 08:23:11 -0000 1.1
+++ lincity-ng-2.0-build.patch 2 Sep 2012 01:39:04 -0000 1.2
@@ -4,8 +4,24 @@
arguments to AR would be overwritten if we export AR
---- mk/jam/unix.jam
-+++ mk/jam/unix.jam
+--- lincity-ng-2.0.orig/lincity-ng.desktop
++++ lincity-ng-2.0/lincity-ng.desktop
+@@ -1,12 +1,11 @@
+ [Desktop Entry]
+ Type=Application
+ Version=1.0
+-Encoding=UTF-8
+ Name=Lincity-NG
+ GenericName=City Simulation Game
+ GenericName[de]=Stadtsimulationsspiel
+ Comment=Plan and Build a city and take care of transport, economics, electricityand others.
+-Icon=lincity-ng.png
++Icon=lincity-ng
+ Exec=lincity-ng
+ Terminal=false
+ StartupNotify=false
+--- lincity-ng-2.0.orig/mk/jam/unix.jam
++++ lincity-ng-2.0/mk/jam/unix.jam
@@ -45,4 +45,10 @@
$(LINK) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LIBS)
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-02 1:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-02 1:39 [gentoo-commits] gentoo-x86 commit in games-simulation/lincity-ng/files: lincity-ng-2.0-build.patch Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2012-07-30 8:23 Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox