Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138121
Collapse All | Expand All

(-)scummvm-0.9.0.ebuild (+2 lines)
Lines 70-75 Link Here
70
	dogamesbin scummvm || die "dobin failed"
70
	dogamesbin scummvm || die "dobin failed"
71
	doman dists/scummvm.6
71
	doman dists/scummvm.6
72
	dodoc AUTHORS NEWS README TODO
72
	dodoc AUTHORS NEWS README TODO
73
	insinto ${GAMES_DATADIR}/${PN}/engines
74
	doins gui/themes/modern.*
73
	doicon icons/scummvm.xpm
75
	doicon icons/scummvm.xpm
74
	make_desktop_entry scummvm ScummVM scummvm.xpm
76
	make_desktop_entry scummvm ScummVM scummvm.xpm
75
	prepgamesdirs
77
	prepgamesdirs
(-)scummvm-0.9.0.ebuild (+12 lines)
Lines 70-76 Link Here
70
	dogamesbin scummvm || die "dobin failed"
70
	dogamesbin scummvm || die "dobin failed"
71
	doman dists/scummvm.6
71
	doman dists/scummvm.6
72
	dodoc AUTHORS NEWS README TODO
72
	dodoc AUTHORS NEWS README TODO
73
	insinto ${GAMES_DATADIR}/${PN}/engines
74
	doins gui/themes/modern.*
73
	doicon icons/scummvm.xpm
75
	doicon icons/scummvm.xpm
74
	make_desktop_entry scummvm ScummVM scummvm.xpm
76
	make_desktop_entry scummvm ScummVM scummvm.xpm
75
	prepgamesdirs
77
	prepgamesdirs
76
}
78
}
79
80
games_pkg_postinst() {
81
	einfo "If you want to use the new \"modern\" theme"
82
	einfo "coming with this package, add the following line"
83
	einfo "to the [scummvm] section of your ~/.scummvm file "
84
	einfo "(after running scummvm once):"
85
	einfo "themepath=/usr/share/games/scummvm/engines/"
86
87
	echo
88
}
(-)scummvm-0.9.0.ebuild (+13 lines)
Lines 70-76 Link Here
70
	dogamesbin scummvm || die "dobin failed"
70
	dogamesbin scummvm || die "dobin failed"
71
	doman dists/scummvm.6
71
	doman dists/scummvm.6
72
	dodoc AUTHORS NEWS README TODO
72
	dodoc AUTHORS NEWS README TODO
73
	insinto ${GAMES_DATADIR}/${PN}/engines
74
	doins gui/themes/modern.*
73
	doicon icons/scummvm.xpm
75
	doicon icons/scummvm.xpm
74
	make_desktop_entry scummvm ScummVM scummvm.xpm
76
	make_desktop_entry scummvm ScummVM scummvm.xpm
75
	prepgamesdirs
77
	prepgamesdirs
76
}
78
}
79
80
pkg_postinst() {
81
	games_pkg_postinst
82
	einfo "If you want to use the new \"modern\" theme"
83
	einfo "coming with this package, add the following line"
84
	einfo "to the [scummvm] section of your ~/.scummvmrc file "
85
	einfo "(after running scummvm once):"
86
	einfo "themepath=/usr/share/games/scummvm/engines/"
87
88
	echo
89
}

Return to bug 138121