diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:04:06 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:04:06 +0000 |
commit | 11caa1bdbdf8027bf0b0a7bd106cc56195bbf6fa (patch) | |
tree | f5e44ed0ae2dfa724ea594ed4add1162c4bebcc5 /games-action/heretic2 | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-11caa1bdbdf8027bf0b0a7bd106cc56195bbf6fa.tar.gz gentoo-2-11caa1bdbdf8027bf0b0a7bd106cc56195bbf6fa.tar.bz2 gentoo-2-11caa1bdbdf8027bf0b0a7bd106cc56195bbf6fa.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/heretic2')
-rw-r--r-- | games-action/heretic2/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/heretic2/heretic2-1.06c.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/heretic2/ChangeLog b/games-action/heretic2/ChangeLog index bf976c1f58ef..78f1966f302b 100644 --- a/games-action/heretic2/ChangeLog +++ b/games-action/heretic2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/heretic2 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.2 2006/10/24 22:08:54 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.3 2008/02/29 18:04:06 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> heretic2-1.06c.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> heretic2-1.06c.ebuild: Moved cdrom_get_cds to src_unpack since binary packages don't require the diff --git a/games-action/heretic2/heretic2-1.06c.ebuild b/games-action/heretic2/heretic2-1.06c.ebuild index 5ec4160d32b4..9acd02a3f4b8 100644 --- a/games-action/heretic2/heretic2-1.06c.ebuild +++ b/games-action/heretic2/heretic2-1.06c.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/heretic2/heretic2-1.06c.ebuild,v 1.2 2006/10/24 22:08:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.3 2008/02/29 18:04:06 carlo Exp $ inherit eutils games @@ -49,7 +49,7 @@ src_install() { games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}" newicon icon.xpm ${PN}.xpm - make_desktop_entry ${PN} "Heretic II" ${PN}.xpm + make_desktop_entry ${PN} "Heretic II" ${PN} cd "${Ddir}" ln -s "${CDROM_ROOT}"/*.gz . |