summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-03-10 15:54:39 +0100
committerEmiel Wiedijk2018-03-10 16:09:32 +0100
commit2783bbc6228157fa70d1b7e68cd22b29f31fee93 (patch)
tree974a5e29709949ad5ee6e1571ba9b5ffa9dfe3fb
parentb3b4b453defe07aa171b44fc9252bc8e31bedb91 (diff)
downloadaur-2783bbc6228157fa70d1b7e68cd22b29f31fee93.tar.gz
protonmail-bridge - add gnome-keyring dependency
Apparantly the ProtonMail bridge also has a dependency on gnome-keyring. If gnome-keyring is not installed, it would not be possible to add an account. It may be possible that other services inplementing the org.freedesktop.secrets specification/gnome-keyring apis would also work, but I couldn't find another package inplementing this specification in the official repositories Arch Linux, and gnome-keyring does not provide a virtual package to depend on. Because gnome-keyring has (implicit) dependencies on gst-plugins-base-libs, gtk3 and libpulse, we also remove those dependencies.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3d65763acbf..996bc9e04f7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,8 @@ pkgbase = protonmail-bridge
arch = x86_64
license = custom
license = MIT
- depends = gst-plugins-base-libs
- depends = gtk3
- depends = libpulse
depends = libsecret
+ depends = gnome-keyring
depends = qt5-svg
depends = qt5-declarative
depends = ttf-dejavu
diff --git a/PKGBUILD b/PKGBUILD
index ef1238608cff..c5b2c32b286e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,8 @@ arch=('x86_64')
url="https://protonmail.com/bridge/"
license=('custom' 'MIT')
depends=(
- 'gst-plugins-base-libs'
- 'gtk3'
- 'libpulse'
'libsecret'
+ 'gnome-keyring'
'qt5-svg'
'qt5-declarative'
'ttf-dejavu'