diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:50:52 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:50:52 +0000 |
commit | 8a61d59f684b01e248a8c18a1f662f92feff50b6 (patch) | |
tree | 72634295a11578a17a2cae26955212baa9123f10 /games-strategy/knights-demo/knights-demo-1.32.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-8a61d59f684b01e248a8c18a1f662f92feff50b6.tar.gz gentoo-2-8a61d59f684b01e248a8c18a1f662f92feff50b6.tar.bz2 gentoo-2-8a61d59f684b01e248a8c18a1f662f92feff50b6.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy/knights-demo/knights-demo-1.32.ebuild')
-rw-r--r-- | games-strategy/knights-demo/knights-demo-1.32.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/knights-demo/knights-demo-1.32.ebuild b/games-strategy/knights-demo/knights-demo-1.32.ebuild index fd9e08fac0b2..5362451ab264 100644 --- a/games-strategy/knights-demo/knights-demo-1.32.ebuild +++ b/games-strategy/knights-demo/knights-demo-1.32.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-strategy/knights-demo/knights-demo-1.32.ebuild,v 1.1 2007/04/27 04:47:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32.ebuild,v 1.2 2008/02/29 19:50:52 carlo Exp $ inherit eutils games @@ -46,6 +46,6 @@ src_install() { # We don't support the dynamic version, even though we install it. games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}" newicon icon.xpm ${PN}.xpm || die "newicon failed" - make_desktop_entry ${PN} "Knights and Merchants (Demo)" ${PN}.xpm + make_desktop_entry ${PN} "Knights and Merchants (Demo)" ${PN} prepgamesdirs } |