From 94129d3d3cd266c7cbe178c6035ca4d575dfd2a6 Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Tue, 28 Feb 2017 13:57:16 +0100 Subject: [PATCH] add vte3 optdepend --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fa04fa0..6e655db 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Mon Jan 2 22:19:19 UTC 2017 +# Tue Feb 28 12:58:01 UTC 2017 pkgbase = astroid-git pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others pkgver = v0.7.r0.g10a1f7a @@ -24,6 +24,7 @@ pkgbase = astroid-git depends = gobject-introspection optdepends = gvim: default editor optdepends = emacs: can be used as editor + optdepends = vte3: for drop-down terminal provides = astroid source = astroid::git+https://github.com/astroidmail/astroid.git md5sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index dae4a8b..cd6d88b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,8 @@ depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkitgtk' 'libsass' ' makedepends=('scons' 'git' 'pkg-config' 'python-gobject') checkdepends=('notmuch-runtime') optdepends=('gvim: default editor' - 'emacs: can be used as editor') + 'emacs: can be used as editor' + 'vte3: for drop-down terminal') provides=('astroid') conflicts=() replaces=()