aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-online-accounts/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-16 22:16:26 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-02-26 20:00:33 +0100
commit3440d1d6331d82d3924cc9c8f1fea14b2f1dc971 (patch)
tree48a7c848075b7c4d0603b2a450f8b8a35d26b1de /community/gnome-online-accounts/APKBUILD
parent7a65727c6b6f4e358f6d8c6e662caa256e87e787 (diff)
community/gnome-online-accounts: depend on dbus:org.freedesktop.Secrets
This way a secret manager is pulled in
Diffstat (limited to 'community/gnome-online-accounts/APKBUILD')
-rw-r--r--community/gnome-online-accounts/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gnome-online-accounts/APKBUILD b/community/gnome-online-accounts/APKBUILD
index 0a21b3d395c..31d4bd11a07 100644
--- a/community/gnome-online-accounts/APKBUILD
+++ b/community/gnome-online-accounts/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-online-accounts
pkgver=3.34.1
-pkgrel=1
+pkgrel=2
pkgdesc="Single sign-on framework for GNOME"
url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
arch="all"
license="GPL-2.0-or-later"
+depends="dbus:org.freedesktop.Secrets"
makedepends="gnome-desktop-dev libxslt itstool libxml2-utils
webkit2gtk-dev json-glib-dev rest-dev libsecret-dev
docbook-xsl docbook-xml gobject-introspection-dev vala"