From 67e2052f355465e46c961eccce3358f8d75cbc62 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Tue, 27 Jan 2015 17:33:04 +0100 Subject: [PATCH] Make GNOME keyring dependency optional --- PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 0f555f7..6c9bcfc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,10 +9,11 @@ arch=('any') url="https://github.com/pulb/mailnag" license=('GPL') depends=('python2' 'python2-gobject' 'python2-httplib2' - 'libgnome-keyring' 'gnome-keyring' 'python2-xdg' - 'python2-dbus' 'libnotify' 'gst-plugins-base' + 'python2-xdg' 'python2-dbus' 'libnotify' 'gst-plugins-base' 'gtk3' 'gdk-pixbuf2') -optdepends=('mailnag-gnome-shell: for a tighter GNOME 3 integration') +optdepends=('libgnome-keyring: for save password storage on GNOME 3', + 'gnome-keyring: for save password storage on GNOME 3', + 'mailnag-gnome-shell: for a tighter GNOME 3 integration') makedepends=('gettext') source=('https://github.com/pulb/mailnag/archive/v1.0.0.tar.gz') md5sums=('f3c0df790a2f5e6b615ef804ee0e5a91')