--- pangoterm-0.0_pre20171111.ebuild.orig 2019-12-01 22:07:33.470451598 +0100 +++ pangoterm-0.0_pre20171111.ebuild 2019-12-01 22:03:41.058343206 +0100 @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 +inherit epatch DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation" HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/" @@ -23,6 +24,11 @@ S=${WORKDIR}/pangoterm-0 +src_prepare() { + epatch "${FILESDIR}/${PN}-VTermColor.patch" # bug 695484 + epatch_user +} + src_install() { emake PREFIX="/usr" DESTDIR="${D}" install }