diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-11-28 19:19:34 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-11-28 19:19:34 +0000 |
commit | 38b686a1ee4c9fa4506119716c85b7fc5747ec39 (patch) | |
tree | a365a869da0118a2813e76f572989a32865078ae /games-engines | |
parent | Bump to 4.0.14 (from 4.0.13). Mark 4.0.13 stable on alpha/ia64 (diff) | |
download | gentoo-2-38b686a1ee4c9fa4506119716c85b7fc5747ec39.tar.gz gentoo-2-38b686a1ee4c9fa4506119716c85b7fc5747ec39.tar.bz2 gentoo-2-38b686a1ee4c9fa4506119716c85b7fc5747ec39.zip |
List in the AdventureGame menu category, bug #155852
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index 072d05b9e466..5f2219954d60 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/scummvm # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.40 2006/11/06 07:24:13 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.41 2006/11/28 19:19:34 nyhm Exp $ + + 28 Nov 2006; Tristan Heaven <nyhm@gentoo.org> scummvm-0.9.1.ebuild: + List in the AdventureGame menu category, bug #155852 06 Nov 2006; Javier Villavicencio <the_paya@gentoo.org> scummvm-0.9.1.ebuild: diff --git a/games-engines/scummvm/scummvm-0.9.1.ebuild b/games-engines/scummvm/scummvm-0.9.1.ebuild index d2319c3ef48f..2447af6136c5 100644 --- a/games-engines/scummvm/scummvm-0.9.1.ebuild +++ b/games-engines/scummvm/scummvm-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.9.1.ebuild,v 1.2 2006/11/06 07:24:13 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.9.1.ebuild,v 1.3 2006/11/28 19:19:34 nyhm Exp $ inherit eutils games @@ -73,7 +73,7 @@ src_install() { insinto "${GAMES_DATADIR}"/${PN}/engines doins gui/themes/modern.* doicon icons/scummvm.xpm - make_desktop_entry scummvm ScummVM scummvm.xpm + make_desktop_entry scummvm ScummVM scummvm.xpm "Game;AdventureGame" prepgamesdirs } |