diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:32:16 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:32:16 +0000 |
commit | cf7a15d52085a13e37750541d572c67447b03316 (patch) | |
tree | c1acabb2fd9e29403da44aef6c3720a02b490c22 /games-puzzle/fish-fillets | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-cf7a15d52085a13e37750541d572c67447b03316.tar.gz gentoo-2-cf7a15d52085a13e37750541d572c67447b03316.tar.bz2 gentoo-2-cf7a15d52085a13e37750541d572c67447b03316.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/fish-fillets')
-rw-r--r-- | games-puzzle/fish-fillets/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-puzzle/fish-fillets/ChangeLog b/games-puzzle/fish-fillets/ChangeLog index a75c5d2b08ac..68555b239711 100644 --- a/games-puzzle/fish-fillets/ChangeLog +++ b/games-puzzle/fish-fillets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/fish-fillets # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.26 2008/01/18 02:56:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.27 2008/02/29 19:32:16 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> fish-fillets-0.7.4.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 18 Jan 2008; Michael Sterrett <mr_bones_@gentoo.org> fish-fillets-0.8.0.ebuild: diff --git a/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild b/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild index a06b9ebf882a..f8bad2df7de8 100644 --- a/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild +++ b/games-puzzle/fish-fillets/fish-fillets-0.7.4.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-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild,v 1.1 2006/12/22 08:25:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild,v 1.2 2008/02/29 19:32:16 carlo Exp $ inherit eutils games @@ -40,6 +40,6 @@ src_install() { rm -f COPYING doins -r * || die "doins failed" newicon images/icon.png fillets.png - make_desktop_entry fillets FishFillets fillets.png + make_desktop_entry fillets FishFillets fillets prepgamesdirs } |