diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:48:29 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:48:29 +0000 |
commit | a2e9c96e4cca7cc4f41a5a577b6a9a4ebd56a770 (patch) | |
tree | c81c77eb22e9317bd0eef231592a3a3053da071f /games-strategy/savage-bin/savage-bin-2.00e.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-a2e9c96e4cca7cc4f41a5a577b6a9a4ebd56a770.tar.gz gentoo-2-a2e9c96e4cca7cc4f41a5a577b6a9a4ebd56a770.tar.bz2 gentoo-2-a2e9c96e4cca7cc4f41a5a577b6a9a4ebd56a770.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy/savage-bin/savage-bin-2.00e.ebuild')
-rw-r--r-- | games-strategy/savage-bin/savage-bin-2.00e.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-strategy/savage-bin/savage-bin-2.00e.ebuild b/games-strategy/savage-bin/savage-bin-2.00e.ebuild index 19af7d098471..748010cec104 100644 --- a/games-strategy/savage-bin/savage-bin-2.00e.ebuild +++ b/games-strategy/savage-bin/savage-bin-2.00e.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-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.1 2006/10/13 14:23:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.2 2008/02/29 19:48:29 carlo Exp $ inherit eutils games @@ -63,13 +63,13 @@ src_install() { newicon icon.xpm savage.xpm games_make_wrapper savage "./silverback.bin set mod game" ${dir} ${dir}/libs - make_desktop_entry savage "Savage: Battle For Newerth" savage.xpm + make_desktop_entry savage "Savage: Battle For Newerth" savage games_make_wrapper savage-editor "./silverback.bin set mod editor" ${dir} ${dir}/libs - make_desktop_entry savage-editor "Savage Editor" savage.xpm + make_desktop_entry savage-editor "Savage Editor" savage games_make_wrapper savage-graveyard "./silverback.bin set mod graveyard" ${dir} ${dir}/libs - make_desktop_entry savage-graveyard "Savage: Graveyard Mod" savage.xpm + make_desktop_entry savage-graveyard "Savage: Graveyard Mod" savage prepgamesdirs } |