wok diff gpa/receipt @ rev 22896
updated gtk-girepository (2.24.24 -> 2.24.32)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 23 10:45:20 2020 +0100 (2020-02-23) |
parents | 9b15fcffdf1d |
children | af8d823a3077 |
line diff
1.1 --- a/gpa/receipt Sat Jun 09 17:31:34 2018 +0000 1.2 +++ b/gpa/receipt Sun Feb 23 10:45:20 2020 +0100 1.3 @@ -1,26 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gpa" 1.7 -VERSION="0.9.10" 1.8 +VERSION="0.10.0" 1.9 CATEGORY="security" 1.10 -SHORT_DESC="Gnu Privacy Assistant" 1.11 +SHORT_DESC="Gnu Privacy Assistant." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://www.gnupg.org/related_software/gpa/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpa/$TARBALL" 1.18 1.19 DEPENDS="gpgme gtk+ pinentry-gtk" 1.20 -BUILD_DEPENDS="gtk+-dev libgpg-error-dev libassuan-dev gpgme-dev" 1.21 +BUILD_DEPENDS="gpgme-dev gtk+-dev libassuan-dev libgpg-error-dev" 1.22 SPLIT="gpa-langpack" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 # Integrity check: https://www.gnupg.org/download/integrity_check.html 1.28 - echo "c629348725c1bf5dafd57f8a70187dc89815ce60 $SRC/$TARBALL" | sha1sum -c || exit 1 1.29 + echo "61475989acd12de8b7daacd906200e8b4f519c5a $SRC/$TARBALL" | sha1sum -c || exit 1 1.30 1.31 - ./configure $CONFIGURE_ARGS && make && make install 1.32 + ./configure $CONFIGURE_ARGS && 1.33 + make && 1.34 + make install 1.35 1.36 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 1.37 } 1.38 @@ -28,6 +31,6 @@ 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 genpkg_rules() 1.41 { 1.42 - cp -a $install/* $fs 1.43 - rm -r $fs/usr/share/locale 1.44 + cp -a $install/* $fs 1.45 + rm -r $fs/usr/share/locale 1.46 }