wok-next diff gpa/receipt @ rev 20861

gnutls: up (3.5.18); add libpsl and publicsuffix-list; sed: up (4.5); tar: up (1.30); tcpdump: up (4.9.2); wget: up (1.19.5); xz: up (5.2.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 28 00:30:02 2018 +0300 (2018-06-28)
parents 9f225907b3c8
children f48456621a9d
line diff
     1.1 --- a/gpa/receipt	Sat Jun 09 08:55:33 2018 +0000
     1.2 +++ b/gpa/receipt	Thu Jun 28 00:30:02 2018 +0300
     1.3 @@ -10,28 +10,27 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpa/$TARBALL"
     1.7 -#  Integrity check: https://www.gnupg.org/download/integrity_check.html
     1.8 +# Integrity check: https://www.gnupg.org/download/integrity_check.html
     1.9  TARBALL_SHA1="c629348725c1bf5dafd57f8a70187dc89815ce60"
    1.10  
    1.11  BUILD_DEPENDS="gtk+-dev libgpg-error-dev libassuan-dev gpgme-dev"
    1.12  SPLIT="gpa-langpack"
    1.13  
    1.14  compile_rules() {
    1.15 -	./configure $CONFIGURE_ARGS && make && make install || return 1
    1.16 -
    1.17 -	find $install/usr/share/man -type f -exec gzip -9 \{\} \;
    1.18 +	./configure $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20 +	make install
    1.21  }
    1.22  
    1.23  genpkg_rules() {
    1.24  	case $PACKAGE in
    1.25  		gpa)
    1.26 -			cp -a $install/* $fs
    1.27 -			rm -r $fs/usr/share/locale
    1.28 -			DEPENDS="gpgme gtk+ pinentry-gtk"
    1.29 +			copy @std
    1.30 +			DEPENDS="gdk-pixbuf glib gpgme gtk+ libassuan libgpg-error zlib   \
    1.31 +			pinentry-gtk"
    1.32  			;;
    1.33  		gpa-langpack)
    1.34 -			mkdir -p $fs/usr/share
    1.35 -			cp -a $install/usr/share/locale $fs/usr/share
    1.36 +			copy *.mo
    1.37  			CAT="localization|locale files"
    1.38  			;;
    1.39  	esac