diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:47:20 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:47:20 +0000 |
commit | a7fdb0ebf65193ae80022a07bbac8f9daa44e5a5 (patch) | |
tree | 4c2abe5260b3b9a5a759c798bcdf81f630171d61 /games-arcade/penguin-command | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-a7fdb0ebf65193ae80022a07bbac8f9daa44e5a5.tar.gz gentoo-2-a7fdb0ebf65193ae80022a07bbac8f9daa44e5a5.tar.bz2 gentoo-2-a7fdb0ebf65193ae80022a07bbac8f9daa44e5a5.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-arcade/penguin-command')
-rw-r--r-- | games-arcade/penguin-command/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.11.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/penguin-command/ChangeLog b/games-arcade/penguin-command/ChangeLog index c57b88c8bfd9..584bf9bb3ead 100644 --- a/games-arcade/penguin-command/ChangeLog +++ b/games-arcade/penguin-command/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/penguin-command -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.15 2007/04/23 23:05:31 nyhm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.16 2008/02/29 18:47:20 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> + penguin-command-1.6.11.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *penguin-command-1.6.11 (23 Apr 2007) diff --git a/games-arcade/penguin-command/penguin-command-1.6.11.ebuild b/games-arcade/penguin-command/penguin-command-1.6.11.ebuild index 9262816dec91..a97acb7d48a1 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.11.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.11.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-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.1 2007/04/23 23:05:31 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.2 2008/02/29 18:47:20 carlo Exp $ inherit eutils games @@ -21,6 +21,6 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README newicon data/gfx/icon.xpm ${PN}.xpm - make_desktop_entry ${PN} "Penguin Command" ${PN}.xpm + make_desktop_entry ${PN} "Penguin Command" ${PN} prepgamesdirs } |