diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:07:27 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:07:27 +0000 |
commit | 87201dcfcbcf6ec4870d40088f91db270f2d1828 (patch) | |
tree | 6611250508b6b39d2d9f741b745f77267e3b79ff /games-engines | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-87201dcfcbcf6ec4870d40088f91db270f2d1828.tar.gz gentoo-2-87201dcfcbcf6ec4870d40088f91db270f2d1828.tar.bz2 gentoo-2-87201dcfcbcf6ec4870d40088f91db270f2d1828.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.10.0.ebuild | 6 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.9.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index 5c3c0ff5a553..658f0a6b7780 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/scummvm # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.51 2008/01/16 17:17:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.52 2008/02/29 19:07:27 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> scummvm-0.9.1.ebuild, + scummvm-0.10.0.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *scummvm-0.11.0 (16 Jan 2008) diff --git a/games-engines/scummvm/scummvm-0.10.0.ebuild b/games-engines/scummvm/scummvm-0.10.0.ebuild index 87a32eb65d66..4e216f5e7b22 100644 --- a/games-engines/scummvm/scummvm-0.10.0.ebuild +++ b/games-engines/scummvm/scummvm-0.10.0.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-engines/scummvm/scummvm-0.10.0.ebuild,v 1.5 2007/11/03 20:46:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.10.0.ebuild,v 1.6 2008/02/29 19:07:27 carlo Exp $ inherit eutils games @@ -91,7 +91,7 @@ src_install() { insinto "${GAMES_DATADIR}"/${PN}/engines doins gui/themes/modern.* doicon icons/scummvm.xpm - make_desktop_entry scummvm ScummVM scummvm.xpm "Game;AdventureGame" + make_desktop_entry scummvm ScummVM scummvm "Game;AdventureGame" prepgamesdirs } diff --git a/games-engines/scummvm/scummvm-0.9.1.ebuild b/games-engines/scummvm/scummvm-0.9.1.ebuild index 0d5536527e53..5f959746b2d8 100644 --- a/games-engines/scummvm/scummvm-0.9.1.ebuild +++ b/games-engines/scummvm/scummvm-0.9.1.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-engines/scummvm/scummvm-0.9.1.ebuild,v 1.7 2007/05/12 03:44:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.9.1.ebuild,v 1.8 2008/02/29 19:07:27 carlo Exp $ inherit eutils games @@ -77,7 +77,7 @@ src_install() { insinto "${GAMES_DATADIR}"/${PN}/engines doins gui/themes/modern.* doicon icons/scummvm.xpm - make_desktop_entry scummvm ScummVM scummvm.xpm "Game;AdventureGame" + make_desktop_entry scummvm ScummVM scummvm "Game;AdventureGame" prepgamesdirs } |