wok-stable rev 9191

Fix-deps: gnupg depends on pinentry; gpa depends on pinentry-gtk
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Mar 09 18:21:21 2011 +0100 (2011-03-09)
parents 2a9e108fd848
children 398151989c9b
files gnupg/receipt gpa/receipt
line diff
     1.1 --- a/gnupg/receipt	Wed Mar 09 18:20:37 2011 +0100
     1.2 +++ b/gnupg/receipt	Wed Mar 09 18:21:21 2011 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Free implementation of the OpenPGP."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="libusb bzlib libcurl openssl readline zlib libgpg-error pth libksba \
     1.7 -libgcrypt libassuan"
     1.8 +libgcrypt libassuan pinentry"
     1.9  BUILD_DEPENDS="$DEPENDS libusb-dev openssl-dev readline-dev zlib-dev libgpg-error-dev
    1.10  pth-dev libgcrypt-dev libksba-dev pkg-config"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.1 --- a/gpa/receipt	Wed Mar 09 18:20:37 2011 +0100
     2.2 +++ b/gpa/receipt	Wed Mar 09 18:21:21 2011 +0100
     2.3 @@ -5,7 +5,7 @@
     2.4  CATEGORY="security"
     2.5  SHORT_DESC="Gnu Privacy Assistant"
     2.6  MAINTAINER="erjo@slitaz.org"
     2.7 -DEPENDS="gnupg gpgme libgpg-error gtk+ xorg-libXdamage"
     2.8 +DEPENDS="gnupg gpgme libgpg-error gtk+ xorg-libXdamage pinentry-gtk"
     2.9  BUILD_DEPENDS="autoconf automake"
    2.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.11  WEB_SITE="http://www.gnupg.org/"