diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:08:22 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:08:22 +0000 |
commit | 58f67a5954a711c58c4be31afb92458535be5015 (patch) | |
tree | 6306bf68baa5b9d53ade2240b41effe5833ab841 /games-emulation/zsnes | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | historical-58f67a5954a711c58c4be31afb92458535be5015.tar.gz historical-58f67a5954a711c58c4be31afb92458535be5015.tar.bz2 historical-58f67a5954a711c58c4be31afb92458535be5015.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r-- | games-emulation/zsnes/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/zsnes/zsnes-1.51-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog index ea38dfa573e3..9c95b682fa5a 100644 --- a/games-emulation/zsnes/ChangeLog +++ b/games-emulation/zsnes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/zsnes -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.35 2007/07/22 22:20:21 drizzt Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.36 2008/02/29 19:08:22 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> zsnes-1.51-r1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 22 Jul 2007; Timothy Redaelli <drizzt@gentoo.org> +files/zsnes-1.51-archopt-july-23-update.patch, zsnes-1.51-r1.ebuild: diff --git a/games-emulation/zsnes/zsnes-1.51-r1.ebuild b/games-emulation/zsnes/zsnes-1.51-r1.ebuild index 4dc4111d7c1c..2fa10a16ae65 100644 --- a/games-emulation/zsnes/zsnes-1.51-r1.ebuild +++ b/games-emulation/zsnes/zsnes-1.51-r1.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-emulation/zsnes/zsnes-1.51-r1.ebuild,v 1.5 2008/02/28 07:43:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r1.ebuild,v 1.6 2008/02/29 19:08:22 carlo Exp $ inherit eutils autotools flag-o-matic toolchain-funcs games @@ -77,7 +77,7 @@ src_install() { dodoc ../docs/{readme.1st,*.txt,README.LINUX} dodoc ../docs/readme.txt/* dohtml -r ../docs/readme.htm/* - make_desktop_entry zsnes ZSNES zsnes.png + make_desktop_entry zsnes ZSNES zsnes newicon icons/48x48x32.png ${PN}.png prepgamesdirs } |