diff options
author | eroen <eroen@occam.eroen.eu> | 2014-06-03 21:25:16 +0200 |
---|---|---|
committer | eroen <eroen@occam.eroen.eu> | 2014-06-05 17:44:19 +0200 |
commit | ed2de3cad4c0c26ab4cc7458b1c64b862906baff (patch) | |
tree | 3170c0f8e4eb9277348eabc2b8886bb25b7b4394 /x11-libs | |
parent | vte-0.36.2 from gentoo (diff) | |
download | eroen-ed2de3cad4c0c26ab4cc7458b1c64b862906baff.tar.gz eroen-ed2de3cad4c0c26ab4cc7458b1c64b862906baff.tar.bz2 eroen-ed2de3cad4c0c26ab4cc7458b1c64b862906baff.zip |
vte-0.36.2 - termite patch
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/vte-0.36.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.36.2.ebuild b/x11-libs/vte/vte-0.36.2.ebuild index 56784ee..23a3b62 100644 --- a/x11-libs/vte/vte-0.36.2.ebuild +++ b/x11-libs/vte/vte-0.36.2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE" LICENSE="LGPL-2+" SLOT="2.90" -IUSE="debug glade +introspection" +IUSE="debug glade +introspection termite-patch" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" PDEPEND="=x11-libs/gnome-pty-helper-${PV}" @@ -39,6 +39,8 @@ src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=663779 epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch" + use termite-patch && epatch "${FILESDIR}"/${PN}-0.32.2-expose_select_text.patch + gnome2_src_prepare } |