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 | |
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')
-rw-r--r-- | games-strategy/savage-bin/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/savage-bin/savage-bin-2.00e.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-strategy/savage-bin/ChangeLog b/games-strategy/savage-bin/ChangeLog index 7dc4b1af8e7e..6773b73d4b43 100644 --- a/games-strategy/savage-bin/ChangeLog +++ b/games-strategy/savage-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/savage-bin -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.3 2006/10/13 14:23:25 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.4 2008/02/29 19:48:29 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> savage-bin-2.00e.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> ,savage-bin-2.00c.ebuild, +savage-bin-2.00e.ebuild: 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 } |