diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:09:18 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:09:18 +0000 |
commit | 57062bfccc664f98a87dd460a47c597b2302cc2e (patch) | |
tree | 7d25e590666f50de3fe391a564b8b9ae8e4554cf /games-action/spacetripper-demo | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-57062bfccc664f98a87dd460a47c597b2302cc2e.tar.gz gentoo-2-57062bfccc664f98a87dd460a47c597b2302cc2e.tar.bz2 gentoo-2-57062bfccc664f98a87dd460a47c597b2302cc2e.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/spacetripper-demo')
-rw-r--r-- | games-action/spacetripper-demo/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/spacetripper-demo/spacetripper-demo-1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/spacetripper-demo/ChangeLog b/games-action/spacetripper-demo/ChangeLog index 27735d5ec7e3..497e0e3a5245 100644 --- a/games-action/spacetripper-demo/ChangeLog +++ b/games-action/spacetripper-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/spacetripper-demo -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.10 2006/11/07 19:43:15 wolf31o2 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.11 2008/02/29 18:09:18 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> spacetripper-demo-1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 07 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> spacetripper-demo-1.ebuild: diff --git a/games-action/spacetripper-demo/spacetripper-demo-1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1.ebuild index adac4a8c3a9b..bc7b9bebe78c 100644 --- a/games-action/spacetripper-demo/spacetripper-demo-1.ebuild +++ b/games-action/spacetripper-demo/spacetripper-demo-1.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/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.10 2006/11/07 19:43:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.11 2008/02/29 18:09:18 carlo Exp $ inherit eutils games @@ -51,7 +51,7 @@ src_install() { newicon icon.xpm spacetripper-demo.png games_make_wrapper spacetripper-demo ./spacetripperdemo "${dir}" "${dir}" - make_desktop_entry spacetripper-demo spacetripper-demo spacetripper-demo.png + make_desktop_entry spacetripper-demo spacetripper-demo spacetripper-demo prepgamesdirs } |