diff options
Diffstat (limited to 'games-strategy/knights-demo')
-rw-r--r-- | games-strategy/knights-demo/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/knights-demo/knights-demo-1.32.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/knights-demo/ChangeLog b/games-strategy/knights-demo/ChangeLog index b5dcf9be15ad..07e93241d7b4 100644 --- a/games-strategy/knights-demo/ChangeLog +++ b/games-strategy/knights-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/knights-demo -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/ChangeLog,v 1.1 2007/04/27 04:47:24 mr_bones_ Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/ChangeLog,v 1.2 2008/02/29 19:50:52 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> knights-demo-1.32.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *knights-demo-1.32 (27 Apr 2007) 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 } |