summaryrefslogtreecommitdiff
path: root/x11-libs/vte/vte-0.40.2.ebuild
diff options
context:
space:
mode:
authoreroen2015-08-16 11:11:53 +0200
committereroen2015-08-16 13:54:52 +0200
commitd37a8b346eef35f1786d40c1935a80ba5c3f3a15 (patch)
tree1fd1abf929f621648ad2aba3747350a74cce4f67 /x11-libs/vte/vte-0.40.2.ebuild
parentc66bf5a1ee60cef1c13aec6f6721d6ce54aada66 (diff)
downloaderoen-overlay-d37a8b346eef35f1786d40c1935a80ba5c3f3a15.tar.gz
eroen-overlay-d37a8b346eef35f1786d40c1935a80ba5c3f3a15.tar.bz2
eroen-overlay-d37a8b346eef35f1786d40c1935a80ba5c3f3a15.tar.xz
vte-0.40.2 - bump
vte-ng patchset (for termite) from https://github.com/thestinger/vte-ng ending in commit 86d350b9c7a3f1416c69515d38f4ca6f7b0feabc
Diffstat (limited to 'x11-libs/vte/vte-0.40.2.ebuild')
-rw-r--r--x11-libs/vte/vte-0.40.2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.40.2.ebuild b/x11-libs/vte/vte-0.40.2.ebuild
index 518b2142..15218476 100644
--- a/x11-libs/vte/vte-0.40.2.ebuild
+++ b/x11-libs/vte/vte-0.40.2.ebuild
@@ -44,7 +44,11 @@ RDEPEND="${RDEPEND}
"
src_prepare() {
- use termite-patch && epatch "${FILESDIR}"/${PN}-0.32.2-expose_select_text.patch
+ if use termite-patch; then
+ for i in $(seq 5); do
+ epatch "${FILESDIR}"/vte-ng-${PV}.a-${i}.patch
+ done
+ fi
vala_src_prepare
gnome2_src_prepare