diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:50:52 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:50:52 +0000 |
commit | a448c6950bd0ae5b53d9f7183d283ba9d58440e5 (patch) | |
tree | b11680b65be0d2bd1ada2ac73ffe6f0403cc04f1 /games-strategy/ufo-ai | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | historical-a448c6950bd0ae5b53d9f7183d283ba9d58440e5.tar.gz historical-a448c6950bd0ae5b53d9f7183d283ba9d58440e5.tar.bz2 historical-a448c6950bd0ae5b53d9f7183d283ba9d58440e5.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-strategy/ufo-ai')
-rw-r--r-- | games-strategy/ufo-ai/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/ufo-ai/ChangeLog b/games-strategy/ufo-ai/ChangeLog index 568ec2e241fd..244bd6ba10aa 100644 --- a/games-strategy/ufo-ai/ChangeLog +++ b/games-strategy/ufo-ai/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/ufo-ai # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.17 2008/01/22 09:21:03 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.18 2008/02/29 19:49:07 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ufo-ai-2.1.1-r1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 22 Jan 2008; Tristan Heaven <nyhm@gentoo.org> ufo-ai-2.1.1-r1.ebuild: Add some missing x11 deps, bug #206430 diff --git a/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild b/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild index 84fa83fa74ec..1c04179911f9 100644 --- a/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild,v 1.2 2008/01/22 09:21:03 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild,v 1.3 2008/02/29 19:49:07 carlo Exp $ inherit eutils autotools games @@ -112,7 +112,7 @@ src_install() { # Might as well standardize on the ebuild name, for minimum confusion. newgamesbin ufo ${PN} || die newicon src/ports/linux/installer/data/ufo.xpm ${PN}.xpm || die - make_desktop_entry ${PN} "UFO: Alien Invasion" ${PN}.xpm + make_desktop_entry ${PN} "UFO: Alien Invasion" ${PN} if use dedicated ; then dogamesbin ufoded || die |