mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 00:06:09 +02:00
Make GNOME keyring dependency optional
This commit is contained in:
7
PKGBUILD
7
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')
|
||||
|
||||
Reference in New Issue
Block a user