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 | |
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')
-rw-r--r-- | games-simulation/dangerdeep/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-simulation/dangerdeep/ChangeLog b/games-simulation/dangerdeep/ChangeLog index 9550906ecb27..830686da5850 100644 --- a/games-simulation/dangerdeep/ChangeLog +++ b/games-simulation/dangerdeep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/dangerdeep -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.6 2007/10/20 01:49:25 mr_bones_ Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.7 2008/02/29 19:37:06 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> dangerdeep-0.3.0.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 20 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org> dangerdeep-0.3.0.ebuild: 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 |