Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 210894 | Differences between
and this patch

Collapse All | Expand All

(-)../xvideoservicethief-1.8.2_alpha.ebuild (+5 lines)
Lines 32-35 Link Here
32
src_install() {
32
src_install() {
33
	dobin bin/xvst || die "dobin failed"
33
	dobin bin/xvst || die "dobin failed"
34
	dodoc changelog.txt || die "dodoc failed"
34
	dodoc changelog.txt || die "dodoc failed"
35
	insinto /usr/share/pixmaps/ || die "insinto failed"
36
	doins resources/icons/win32.ico || die "doins failed"
37
	make_desktop_entry /usr/bin/xvst xVideoServiceThief \
38
		/usr/share/pixmaps/win32.ico 'Qt;Video;AudioVideo' \
39
		|| die "make_desktop_entry failed"
35
}
40
}

Return to bug 210894