wok diff pinentry-gtk/receipt @ rev 19226

Update GnuPG stuff and libsecret.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 23 01:40:19 2016 +0300 (2016-06-23)
parents 17e313b5b9c1
children 259c60302b06
line diff
     1.1 --- a/pinentry-gtk/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/pinentry-gtk/receipt	Thu Jun 23 01:40:19 2016 +0300
     1.3 @@ -1,31 +1,32 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pinentry-gtk"
     1.7 -VERSION="0.8.1"
     1.8 +VERSION="0.9.7"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Allow GnuPG to read passphrases and PIN numbers in a secure manner (GTK+ GUI)."
    1.11 -# Bring the curses version as fallback if there's no X display.
    1.12 -SOURCE="pinentry"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.gnupg.org/"
    1.17 -WGET_URL="ftp://ftp.gnupg.org/gcrypt/pinentry/$TARBALL"
    1.18 +WEB_SITE="https://www.gnupg.org/"
    1.19 +TARBALL="pinentry-$VERSION.tar.bz2"
    1.20 +WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL"
    1.21  
    1.22 -DEPENDS="gtk+ libcap pinentry"
    1.23 -BUILD_DEPENDS="gtk+-dev libcap-dev pinentry ncurses-dev"
    1.24 +DEPENDS="gtk+ libassuan libcap libsecret libtinfo ncursesw"
    1.25 +BUILD_DEPENDS="libgpg-error-dev libassuan-dev libsecret-dev ncursesw-dev \
    1.26 +libcap-dev gtk+-dev"
    1.27 +SIBLINGS="pinentry"
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  
    1.31  compile_rules()
    1.32  {
    1.33 +	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.34 +	echo "9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.35 +
    1.36  	export LDFLAGS="$LDFLAGS -ltinfo"
    1.37 -	./configure --enable-pinentry-gtk2 \
    1.38 +	./configure \
    1.39 +		--enable-pinentry-gtk2 \
    1.40  		--enable-fallback-curses \
    1.41  		--disable-pinentry-curses \
    1.42 -		--disable-pinentry-gtk \
    1.43 -		--disable-pinentry-qt \
    1.44 -		--disable-pinentry-qt4 \
    1.45  		$CONFIGURE_ARGS &&
    1.46  	make &&
    1.47  	make install