summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-07-30 08:14:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-07-30 08:14:31 +0000
commitfe24b053a0e937b8320fafc604acdec1a6a245a9 (patch)
treea6c7b7dc64e93dc25754e8d5f5e07dc714804afa
parentsdl-mixer must be built with mikmod support (bug #142138) (diff)
downloadgentoo-2-fe24b053a0e937b8320fafc604acdec1a6a245a9.tar.gz
gentoo-2-fe24b053a0e937b8320fafc604acdec1a6a245a9.tar.bz2
gentoo-2-fe24b053a0e937b8320fafc604acdec1a6a245a9.zip
stable for x86; also install new modern theme - patch submission from Michael Vogt (bug #138121)
(Portage version: 2.1.1_pre3-r5)
-rw-r--r--games-engines/scummvm/ChangeLog8
-rw-r--r--games-engines/scummvm/scummvm-0.9.0.ebuild15
2 files changed, 20 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog
index 1605e3f76dc7..e9e0e076252e 100644
--- a/games-engines/scummvm/ChangeLog
+++ b/games-engines/scummvm/ChangeLog
@@ -1,6 +1,12 @@
# 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.32 2006/06/26 05:47:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.33 2006/07/30 08:14:31 mr_bones_ Exp $
+
+ 30 Jul 2006; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/scummvm-0.8.0-configure.patch, -scummvm-0.8.0.ebuild,
+ scummvm-0.9.0.ebuild:
+ stable for x86; also install new modern theme - patch submission from Michael
+ Vogt (bug #138121)
*scummvm-0.9.0 (26 Jun 2006)
diff --git a/games-engines/scummvm/scummvm-0.9.0.ebuild b/games-engines/scummvm/scummvm-0.9.0.ebuild
index f58c6e2f80f1..47a075f69ede 100644
--- a/games-engines/scummvm/scummvm-0.9.0.ebuild
+++ b/games-engines/scummvm/scummvm-0.9.0.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.0.ebuild,v 1.1 2006/06/26 05:47:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.9.0.ebuild,v 1.2 2006/07/30 08:14:31 mr_bones_ Exp $
inherit eutils games
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE="alsa debug flac fluidsynth mp3 ogg vorbis sdl zlib"
RESTRICT="test" # it only looks like there's a test there #77507
@@ -70,7 +70,18 @@ src_install() {
dogamesbin scummvm || die "dobin failed"
doman dists/scummvm.6
dodoc AUTHORS NEWS README TODO
+ insinto "${GAMES_DATADIR}"/${PN}/engines
+ doins gui/themes/modern.*
doicon icons/scummvm.xpm
make_desktop_entry scummvm ScummVM scummvm.xpm
prepgamesdirs
}
+
+pkg_postinst() {
+ games_pkg_postinst
+ echo
+ einfo "If you want to use the new \"modern\" theme for ${PN},"
+ einfo "add the following line to the [scummvm] section of"
+ einfo "your ~/.scummvmrc file (after running scummvm once):"
+ einfo "themepath=${GAMES_DATADIR}/${PN}/engines/"
+}