summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-03-09 12:23:23 +0000
committerJonathan Callen <abcd@gentoo.org>2010-03-09 12:23:23 +0000
commit2b54c68ad8943a9f2bff5afa4baac1a8addbff15 (patch)
tree9948a45e1e825b5e7abc27a95ade4d01f029efd4 /games-simulation/micropolis
parentQA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff)
downloadgentoo-2-2b54c68ad8943a9f2bff5afa4baac1a8addbff15.tar.gz
gentoo-2-2b54c68ad8943a9f2bff5afa4baac1a8addbff15.tar.bz2
gentoo-2-2b54c68ad8943a9f2bff5afa4baac1a8addbff15.zip
QA: When not using an absolute path, you MUST NOT use a file extension (.png, .svg, or .xpm) on the icon name for make_desktop_entry
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'games-simulation/micropolis')
-rw-r--r--games-simulation/micropolis/ChangeLog8
-rw-r--r--games-simulation/micropolis/micropolis-1.0.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-simulation/micropolis/ChangeLog b/games-simulation/micropolis/ChangeLog
index 5714b2ee2010..607dbb32735a 100644
--- a/games-simulation/micropolis/ChangeLog
+++ b/games-simulation/micropolis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/micropolis
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v 1.3 2009/10/29 14:32:37 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v 1.4 2010/03/09 12:23:23 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> micropolis-1.0.ebuild:
+ QA: When not using an absolute path, you MUST NOT use a file extension
+ (.png, .svg, or .xpm) on the icon name for make_desktop_entry
29 Oct 2009; Markus Meier <maekke@gentoo.org> micropolis-1.0.ebuild:
amd64/x86 stable, bug #288954
diff --git a/games-simulation/micropolis/micropolis-1.0.ebuild b/games-simulation/micropolis/micropolis-1.0.ebuild
index 94a1c6de6224..e072cabe0321 100644
--- a/games-simulation/micropolis/micropolis-1.0.ebuild
+++ b/games-simulation/micropolis/micropolis-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.5 2009/10/29 14:32:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.6 2010/03/09 12:23:23 abcd Exp $
inherit eutils games
@@ -46,7 +46,7 @@ src_install() {
games_make_wrapper micropolis res/sim "${dir}"
doicon Micropolis.png
- make_desktop_entry micropolis "Micropolis" Micropolis.png
+ make_desktop_entry micropolis "Micropolis" Micropolis
prepgamesdirs
}