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

Collapse All | Expand All

(-)pangoterm-0.0_pre20171111.ebuild.orig (+6 lines)
Lines 2-7 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=5
4
EAPI=5
5
inherit epatch
5
6
6
DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation"
7
DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation"
7
HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/"
8
HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/"
Lines 23-28 Link Here
23
24
24
S=${WORKDIR}/pangoterm-0
25
S=${WORKDIR}/pangoterm-0
25
26
27
src_prepare() {
28
	epatch "${FILESDIR}/${PN}-VTermColor.patch"  # bug 695484
29
	epatch_user
30
}
31
26
src_install() {
32
src_install() {
27
	emake PREFIX="/usr" DESTDIR="${D}" install
33
	emake PREFIX="/usr" DESTDIR="${D}" install
28
}
34
}

Return to bug 695484