summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-09-02 01:39:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-09-02 01:39:04 +0000
commit57500cfcfbe44bcc7da821ddcfaccbc6ef6fdb0f (patch)
tree5e2bcfa7df0f71feb327fd7b67d11e1c7b11c75e /games-simulation
parentBump to 1.4 beta 2. (diff)
downloadgentoo-2-57500cfcfbe44bcc7da821ddcfaccbc6ef6fdb0f.tar.gz
gentoo-2-57500cfcfbe44bcc7da821ddcfaccbc6ef6fdb0f.tar.bz2
gentoo-2-57500cfcfbe44bcc7da821ddcfaccbc6ef6fdb0f.zip
fix desktop file
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/lincity-ng/ChangeLog7
-rw-r--r--games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch20
2 files changed, 23 insertions, 4 deletions
diff --git a/games-simulation/lincity-ng/ChangeLog b/games-simulation/lincity-ng/ChangeLog
index e1f0c1f66c04..bead87824ee8 100644
--- a/games-simulation/lincity-ng/ChangeLog
+++ b/games-simulation/lincity-ng/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/lincity-ng
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.23 2012/07/30 08:23:11 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity-ng/ChangeLog,v 1.24 2012/09/02 01:39:04 mr_bones_ Exp $
+
+ 02 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org>
+ files/lincity-ng-2.0-build.patch:
+ fix desktop file
30 Jul 2012; Julian Ospald <hasufell@gentoo.org> lincity-ng-2.0.ebuild,
+files/lincity-ng-2.0-build.patch:
@@ -101,4 +105,3 @@
23 Jun 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
+lincity-ng-1.0.ebuild:
initial commit - ebuild submitted by Anno v. Heimburg via bug #94809
-
diff --git a/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch b/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch
index f7abfd420d9f..ad2f2eeaff8d 100644
--- a/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch
+++ b/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch
@@ -4,8 +4,24 @@ Subject: build system
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)
}