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

Collapse All | Expand All

(-)x2vnc-1.7.2-r2.ebuild.orig (+7 lines)
Lines 3-8 Link Here
3
3
4
EAPI=8
4
EAPI=8
5
5
6
inherit autotools
7
6
DESCRIPTION="Control a remote computer running VNC from X"
8
DESCRIPTION="Control a remote computer running VNC from X"
7
HOMEPAGE="https://fredrik.hubbe.net/x2vnc.html"
9
HOMEPAGE="https://fredrik.hubbe.net/x2vnc.html"
8
SRC_URI="https://fredrik.hubbe.net/x2vnc/${P}.tar.gz"
10
SRC_URI="https://fredrik.hubbe.net/x2vnc/${P}.tar.gz"
Lines 31-36 Link Here
31
	"${FILESDIR}"/${P}-clang16.patch
33
	"${FILESDIR}"/${P}-clang16.patch
32
)
34
)
33
35
36
src_prepare () {
37
	default
38
	eautoconf
39
}
40
34
src_install() {
41
src_install() {
35
	dodir /usr/share /usr/bin
42
	dodir /usr/share /usr/bin
36
	emake DESTDIR="${D}" install
43
	emake DESTDIR="${D}" install

Return to bug 876899