--- scummvm-0.9.0.ebuild 2006-06-26 07:47:57.000000000 +0200 +++ scummvm-0.9.0.ebuild 2006-07-11 12:59:48.000000000 +0200 @@ -70,6 +70,8 @@ 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 --- scummvm-0.9.0.ebuild 2006-06-26 07:47:57.000000000 +0200 +++ scummvm-0.9.0.ebuild 2006-07-11 13:07:56.000000000 +0200 @@ -70,7 +70,19 @@ 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 } + +games_pkg_postinst() { + einfo "If you want to use the new \"modern\" theme" + einfo "coming with this package, add the following line" + einfo "to the [scummvm] section of your ~/.scummvm file " + einfo "(after running scummvm once):" + einfo "themepath=/usr/share/games/scummvm/engines/" + + echo +} --- scummvm-0.9.0.ebuild 2006-06-26 07:47:57.000000000 +0200 +++ scummvm-0.9.0.ebuild 2006-07-11 13:17:34.000000000 +0200 @@ -70,7 +70,20 @@ 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 + einfo "If you want to use the new \"modern\" theme" + einfo "coming with this package, add the following line" + einfo "to the [scummvm] section of your ~/.scummvmrc file " + einfo "(after running scummvm once):" + einfo "themepath=/usr/share/games/scummvm/engines/" + + echo +}