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/smac | |
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/smac')
-rw-r--r-- | games-strategy/smac/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog index 880c27678de5..b2745f2d3744 100644 --- a/games-strategy/smac/ChangeLog +++ b/games-strategy/smac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/smac -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.12 2007/03/12 18:11:40 genone Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.13 2008/02/29 19:40:51 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> smac-6.0a.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 12 Mar 2007; Marius Mauch <genone@gentoo.org> smac-6.0a.ebuild: Replacing einfo with elog diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild index d1fd02d81185..da453e9d2350 100644 --- a/games-strategy/smac/smac-6.0a.ebuild +++ b/games-strategy/smac/smac-6.0a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.14 2007/12/12 06:36:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.15 2008/02/29 19:40:51 carlo Exp $ inherit eutils games @@ -73,9 +73,8 @@ src_install() { games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}" games_make_wrapper ${PN}x ./${PN}x "${dir}" "${dir}" - make_desktop_entry smac "Sid Meier's Alpha Centauri" smac.xpm - make_desktop_entry smacx "Sid Meier's Alpha Centauri - Alien Crossfire" \ - smac.xpm + make_desktop_entry smac "Sid Meier's Alpha Centauri" smac + make_desktop_entry smacx "Sid Meier's Alpha Centauri - Alien Crossfire" smac prepgamesdirs einfo "Linking libs provided by 'sys-libs/lib-compat-loki' to '${dir}'." |