summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Londres2022-03-06 10:58:41 -0500
committerEric S. Londres2022-03-06 10:58:41 -0500
commit9a588b5e6e56d16de4b2f9166b138394ef3ddeda (patch)
tree11c86404ad5a4aaf4823e2ef428319cc4f3ee9fb
parent04751da4c1dd8a4b3b629d0d78ec13c8bcdcddd0 (diff)
downloadaur-9a588b5e6e56d16de4b2f9166b138394ef3ddeda.tar.gz
1.10.0-3: add optdepends for appmenu-gtk-module
appmenu-gtk-module provides an alternative to libappindicator-gtk3 for app menu support on non-Gtk-based desktop environments.
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de9fddc86094..f4070a098edf 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.10.0
- pkgrel = 2
+ pkgrel = 3
url = https://getmailspring.com/
arch = x86_64
license = custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.
@@ -16,6 +16,7 @@ pkgbase = mailspring
depends = nss
depends = libglvnd
optdepends = libappindicator-gtk3: for system tray support
+ optdepends = appmenu-gtk-module: for system tray support
optdepends = libgnome-keyring: keyrings
optdepends = gnome-keyring: keyrings
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index b66d08de0680..1a452e09def5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mailspring
pkgver=1.10.0
-pkgrel=2
+pkgrel=3
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-2019 Foundry 376, LLC.')
@@ -20,7 +20,7 @@ sha256sums_x86_64=('1c4b391a5118e9a162a3642a57888ee90ecdbe83dac8122268734b39ae8f
depends=("libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gtk3" "nss" "libglvnd")
-optdepends=('libappindicator-gtk3: for system tray support' "libgnome-keyring: keyrings" "gnome-keyring: keyrings" )
+optdepends=('libappindicator-gtk3: for system tray support' 'appmenu-gtk-module: for system tray support' "libgnome-keyring: keyrings" "gnome-keyring: keyrings" )
package() {
cd ${srcdir}