diff options
| author | eroen | 2013-05-29 20:39:30 +0200 |
|---|---|---|
| committer | eroen | 2013-05-29 20:39:30 +0200 |
| commit | a86d700443b8fe01fa4e4998d915230dabbf9070 (patch) | |
| tree | 9b7fcb531d3edea0f803ba2d58725f64cad861d8 /x11-libs/vte/vte-0.34.2.ebuild | |
| parent | b29f16f74629b0911594a1b9740a0eb37086d3cb (diff) | |
| download | eroen-overlay-a86d700443b8fe01fa4e4998d915230dabbf9070.tar.gz eroen-overlay-a86d700443b8fe01fa4e4998d915230dabbf9070.tar.bz2 eroen-overlay-a86d700443b8fe01fa4e4998d915230dabbf9070.tar.xz | |
vte-0.34.2: termite patch
Patch from
https://github.com/thestinger/termite/blob/master/expose_select_text.patch
commit d4d9a42ddef3073640303e016973545902915fec
Diffstat (limited to 'x11-libs/vte/vte-0.34.2.ebuild')
| -rw-r--r-- | x11-libs/vte/vte-0.34.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-libs/vte/vte-0.34.2.ebuild b/x11-libs/vte/vte-0.34.2.ebuild index 622131ef..9b2b852a 100644 --- a/x11-libs/vte/vte-0.34.2.ebuild +++ b/x11-libs/vte/vte-0.34.2.ebuild @@ -13,8 +13,8 @@ HOMEPAGE="https://live.gnome.org/Terminal/VTE" LICENSE="LGPL-2+" SLOT="2.90" -IUSE="debug glade +introspection" -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" +IUSE="debug glade +introspection termite-patch" +KEYWORDS="~amd64 ~x86" PDEPEND="x11-libs/gnome-pty-helper" RDEPEND=">=dev-libs/glib-2.31.13:2 @@ -54,6 +54,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 } |
