diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:03:59 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:03:59 +0000 |
commit | 078869b70fb2dc7217bce460e4f7699d8c7e5ae8 (patch) | |
tree | c248a0eb44e945c4d9e688599af7abaf7dc0314f /games-emulation | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-078869b70fb2dc7217bce460e4f7699d8c7e5ae8.tar.gz gentoo-2-078869b70fb2dc7217bce460e4f7699d8c7e5ae8.tar.bz2 gentoo-2-078869b70fb2dc7217bce460e4f7699d8c7e5ae8.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/gfceu/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/gfceu/gfceu-0.6.0.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-emulation/gfceu/ChangeLog b/games-emulation/gfceu/ChangeLog index ded3d3fac806..9e80a273e292 100644 --- a/games-emulation/gfceu/ChangeLog +++ b/games-emulation/gfceu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/gfceu -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceu/ChangeLog,v 1.1 2007/11/29 20:01:19 tupone Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceu/ChangeLog,v 1.2 2008/02/29 19:03:59 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> gfceu-0.6.0.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *gfceu-0.6.0 (29 Nov 2007) diff --git a/games-emulation/gfceu/gfceu-0.6.0.ebuild b/games-emulation/gfceu/gfceu-0.6.0.ebuild index 1ebf3279a64c..07eec3851f4f 100644 --- a/games-emulation/gfceu/gfceu-0.6.0.ebuild +++ b/games-emulation/gfceu/gfceu-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0.ebuild,v 1.2 2008/01/15 09:27:00 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0.ebuild,v 1.3 2008/02/29 19:03:59 carlo Exp $ inherit eutils games @@ -34,6 +34,6 @@ src_install() { dodoc ChangeLog TODO doman ${PN}.1 doicon ${PN}.png - make_desktop_entry ${PN} "GFCE Ultra" ${PN}.png + make_desktop_entry ${PN} "GFCE Ultra" ${PN} prepgamesdirs } |