diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:47:05 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:47:05 +0000 |
commit | 19182e43e101e357789124be97a03ab5af16e4ed (patch) | |
tree | c3e7bc42f5977eb33cb4c92bac8589eab6fb392b /games-strategy | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-19182e43e101e357789124be97a03ab5af16e4ed.tar.gz gentoo-2-19182e43e101e357789124be97a03ab5af16e4ed.tar.bz2 gentoo-2-19182e43e101e357789124be97a03ab5af16e4ed.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/dominions2/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/dominions2/dominions2-2.16.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-strategy/dominions2/ChangeLog b/games-strategy/dominions2/ChangeLog index 7cf1c08a5011..0b928c6c6ce9 100644 --- a/games-strategy/dominions2/ChangeLog +++ b/games-strategy/dominions2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/dominions2 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.7 2007/03/12 18:02:33 genone Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.8 2008/02/29 19:47:05 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ChangeLog: + Remove icon extension from desktop entry to match Icon Theme Specification. 12 Mar 2007; Marius Mauch <genone@gentoo.org> dominions2-2.16.ebuild: Replacing einfo with elog diff --git a/games-strategy/dominions2/dominions2-2.16.ebuild b/games-strategy/dominions2/dominions2-2.16.ebuild index d43473d31fe2..0d5d1079cdf7 100644 --- a/games-strategy/dominions2/dominions2-2.16.ebuild +++ b/games-strategy/dominions2/dominions2-2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild,v 1.7 2007/03/12 18:02:33 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild,v 1.8 2008/02/29 19:47:05 carlo Exp $ inherit eutils games @@ -88,7 +88,7 @@ src_install() { find "${D}" -exec touch '{}' \; games_make_wrapper dominions2 ./dom2 "${dir}" "${dir}" - make_desktop_entry dominions2 "Dominions II" dominions2.png + make_desktop_entry dominions2 "Dominions II" dominions2 prepgamesdirs } |