diff options
Diffstat (limited to 'games-util/gamepick')
-rw-r--r-- | games-util/gamepick/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/gamepick/gamepick-0.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/gamepick/ChangeLog b/games-util/gamepick/ChangeLog index 018dd0600a7a..5c02c28c974d 100644 --- a/games-util/gamepick/ChangeLog +++ b/games-util/gamepick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/gamepick # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/ChangeLog,v 1.8 2008/01/18 21:40:02 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/ChangeLog,v 1.9 2008/02/29 19:53:15 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> gamepick-0.35.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 18 Jan 2008; Tupone Alfredo <tupone@gentoo.org> gamepick-0.30.ebuild, gamepick-0.35.ebuild: diff --git a/games-util/gamepick/gamepick-0.35.ebuild b/games-util/gamepick/gamepick-0.35.ebuild index e21eeaab7d36..7102f8a0a1f5 100644 --- a/games-util/gamepick/gamepick-0.35.ebuild +++ b/games-util/gamepick/gamepick-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild,v 1.4 2008/01/18 21:40:02 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild,v 1.5 2008/02/29 19:53:15 carlo Exp $ inherit eutils games @@ -35,7 +35,7 @@ src_install() { touch "${D}/${GAMES_SYSCONFDIR}"/${PN}.conf newicon gamepick-48x48.xpm ${PN}.xpm - make_desktop_entry ${PN} ${PN} ${PN}.xpm + make_desktop_entry ${PN} ${PN} ${PN} dodoc AUTHORS ChangeLog README prepgamesdirs |