diff options
| author | eroen | 2017-12-02 00:59:12 +0100 |
|---|---|---|
| committer | eroen | 2017-12-02 01:32:17 +0100 |
| commit | c940ca244a82f8d584c51acf8675507c8844e109 (patch) | |
| tree | 62609ca39cff4b954eae9ab287e3153cae9e5548 /x11-libs/vte/vte-0.48.3.ebuild | |
| parent | 863cfa2ccc55451ecb79213e1b919896251b5081 (diff) | |
| download | eroen-overlay-c940ca244a82f8d584c51acf8675507c8844e109.tar.gz eroen-overlay-c940ca244a82f8d584c51acf8675507c8844e109.tar.bz2 eroen-overlay-c940ca244a82f8d584c51acf8675507c8844e109.tar.xz | |
vte-0.48.3 - add vte-ng patches
Diffstat (limited to 'x11-libs/vte/vte-0.48.3.ebuild')
| -rw-r--r-- | x11-libs/vte/vte-0.48.3.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/vte/vte-0.48.3.ebuild b/x11-libs/vte/vte-0.48.3.ebuild index 69d23935..c2d02526 100644 --- a/x11-libs/vte/vte-0.48.3.ebuild +++ b/x11-libs/vte/vte-0.48.3.ebuild @@ -8,11 +8,11 @@ VALA_MIN_API_VERSION="0.32" inherit gnome2 vala DESCRIPTION="Library providing a virtual terminal emulator widget" -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE" +HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE termite-patch? ( https://github.com/thestinger/vte-ng )" LICENSE="LGPL-2+" SLOT="2.91" -IUSE="+crypt debug glade +introspection vala vanilla" +IUSE="+crypt debug glade +introspection +termite-patch vala vanilla" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" REQUIRED_USE="vala? ( introspection )" @@ -52,6 +52,10 @@ src_prepare() { eapply "${WORKDIR}/${PN}-${SLOT}-command-notify.patch" fi + if use termite-patch; then + eapply "$FILESDIR"/${P}-ng/*.patch + fi + use vala && vala_src_prepare # build fails because of -Werror with gcc-5.x |
