diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:07:44 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:07:44 +0000 |
commit | 49994594458c83e6051ce23c86bde90bcec4a485 (patch) | |
tree | 1722838ff4a8003631b213cbc8d218f110318c6b /games-action | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-49994594458c83e6051ce23c86bde90bcec4a485.tar.gz gentoo-2-49994594458c83e6051ce23c86bde90bcec4a485.tar.bz2 gentoo-2-49994594458c83e6051ce23c86bde90bcec4a485.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/maelstrom/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/maelstrom/maelstrom-3.0.6-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/maelstrom/ChangeLog b/games-action/maelstrom/ChangeLog index 828bbc56584c..25b0f4d58414 100644 --- a/games-action/maelstrom/ChangeLog +++ b/games-action/maelstrom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/maelstrom -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.18 2006/10/25 20:54:31 tupone Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.19 2008/02/29 18:07:44 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> maelstrom-3.0.6-r1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 25 Oct 2006; <tupone@gentoo.org> +files/maelstrom-3.0.6-64bits.patch, maelstrom-3.0.6-r1.ebuild: diff --git a/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild b/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild index 1db3d5f52803..1a64c427b1d9 100644 --- a/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild +++ b/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild,v 1.9 2006/10/25 20:54:31 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild,v 1.10 2008/02/29 18:07:44 carlo Exp $ inherit eutils games @@ -47,7 +47,7 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc Changelog README* Docs/{Maelstrom-Announce,*FAQ,MaelstromGPL_press_release,*.Paper,Technical_Notes*} newicon "${D}${GAMES_DATADIR}"/Maelstrom/icon.xpm maelstrom.xpm - make_desktop_entry Maelstrom "Maelstrom" maelstrom.xpm + make_desktop_entry Maelstrom "Maelstrom" maelstrom # Put the high scores file in the right place insinto "${GAMES_STATEDIR}" |