summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhananjay Balan2018-11-30 15:51:01 +0100
committerDhananjay Balan2018-11-30 15:51:01 +0100
commit8be73d0f584d86caf772801d9ab31358f3082c25 (patch)
tree1c9bc1012af97a15d9526667663a0f19b366328c
parentd92a76a99fb8f52bf8e3db5d5a718db7d21e6b30 (diff)
downloadaur-8be73d0f584d86caf772801d9ab31358f3082c25.tar.gz
Add optional dependency: libappindicator-gtk3
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2016f3e0c4a..9cd8a2208d53 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailspring
pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
pkgver = 1.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://getmailspring.com/
arch = x86_64
license = custom: GPL3 and (C) 2016-2017 Foundry 376, LLC.
@@ -17,6 +17,7 @@ pkgbase = mailspring
depends = gconf
depends = gtk3
depends = nss
+ optdepends = libappindicator-gtk3: for system tray support
options = !strip
source_x86_64 = https://github.com/Foundry376/Mailspring/releases/download/1.5.3/mailspring-1.5.3-amd64.deb
sha256sums_x86_64 = 472fd34c41e77cdcf48772b93d5272f615710dec042b099faa7cdf6ffd8bfaa4
diff --git a/PKGBUILD b/PKGBUILD
index d2693eedccd0..4ce1dee23d71 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mailspring
_pkgver=1.5.3
pkgver=${_pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
license=('custom: GPL3 and (C) 2016-2017 Foundry 376, LLC.')
@@ -18,6 +18,8 @@ sha256sums_x86_64=('472fd34c41e77cdcf48772b93d5272f615710dec042b099faa7cdf6ffd8b
source_x86_64=("https://github.com/Foundry376/Mailspring/releases/download/${_pkgver}/mailspring-${_pkgver}-amd64.deb")
depends=("libgnome-keyring" "gnome-keyring" "libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gconf" "gtk3" "nss")
+optdepends=('libappindicator-gtk3: for system tray support')
+
package() {
cd ${srcdir}