Date: Thursday, September 15, 2016 @ 16:35:51 Author: bisson Revision: 276489
build libsecret support Modified: pinentry/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-15 15:36:01 UTC (rev 276488) +++ PKGBUILD 2016-09-15 16:35:51 UTC (rev 276489) @@ -4,12 +4,12 @@ pkgname=pinentry pkgver=0.9.7 -pkgrel=2 +pkgrel=3 pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol' url='http://gnupg.org/related_software/pinentry/' arch=('i686' 'x86_64') license=('GPL') -depends=('ncurses' 'libcap' 'libassuan') +depends=('ncurses' 'libcap' 'libassuan' 'libsecret') makedepends=('gtk2' 'qt5-base' 'gcr') optdepends=('gtk2: gtk2 backend' 'qt5-base: qt backend' @@ -22,13 +22,14 @@ cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ --prefix=/usr \ + --enable-pinentry-tty \ --enable-pinentry-curses \ --enable-fallback-curses \ - --enable-pinentry-tty \ --enable-pinentry-emacs \ --enable-pinentry-gtk2 \ --enable-pinentry-gnome3 \ --enable-pinentry-qt \ + --enable-libsecret \ make }
