diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:37:06 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:37:06 +0000 |
commit | 77cc86426b2610e16e51284dd51fe39c5d8af865 (patch) | |
tree | c328849ccf329a9b48810f221e9ff702ea1ed5d3 /games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-77cc86426b2610e16e51284dd51fe39c5d8af865.tar.gz gentoo-2-77cc86426b2610e16e51284dd51fe39c5d8af865.tar.bz2 gentoo-2-77cc86426b2610e16e51284dd51fe39c5d8af865.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild')
-rw-r--r-- | games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild index 5bbed03c1e4b..999a9b29fc79 100644 --- a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild +++ b/games-simulation/dangerdeep/dangerdeep-0.3.0.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-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.2 2007/10/20 01:49:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.3 2008/02/29 19:37:06 carlo Exp $ inherit eutils games @@ -56,7 +56,7 @@ src_install() { doins -r ../data/* || die "doins failed" newicon logo.xpm ${PN}.xpm - make_desktop_entry ${PN} "Danger from the Deep" ${PN}.xpm + make_desktop_entry ${PN} "Danger from the Deep" ${PN} dodoc ChangeLog CREDITS README doman doc/man/${PN}.6 |