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

Collapse All | Expand All

(-)vinagre-3.22.0-r1.ebuild (-2 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=6
5
inherit autotools gnome2 linux-info vala
5
GNOME2_EAUTORECONF=yes
6
inherit gnome2 linux-info vala
6
7
7
DESCRIPTION="VNC client for the GNOME desktop"
8
DESCRIPTION="VNC client for the GNOME desktop"
8
HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre"
9
HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre"
Lines 54-61 Link Here
54
src_prepare() {
55
src_prepare() {
55
	# https://bugzilla.gnome.org/show_bug.cgi?id=765444
56
	# https://bugzilla.gnome.org/show_bug.cgi?id=765444
56
	eapply "${FILESDIR}"/${PN}-3.20.2-freerdp2.patch
57
	eapply "${FILESDIR}"/${PN}-3.20.2-freerdp2.patch
58
	eapply "${FILESDIR}"/${PN}-3.22.0-freerdp.patch
57
	vala_src_prepare
59
	vala_src_prepare
58
	eautoreconf
59
	gnome2_src_prepare
60
	gnome2_src_prepare
60
}
61
}
61
62

Return to bug 609474