wok-next diff tor/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 33eaabec8ecd
children 03029ffcfda8
line diff
     1.1 --- a/tor/receipt	Wed May 23 15:22:22 2018 +0000
     1.2 +++ b/tor/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -11,7 +11,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://www.torproject.org/dist/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libevent-dev openssl-dev perl zlib-dev zstd-dev"
     1.8 +BUILD_DEPENDS="libevent-dev openssl-dev perl zlib-dev xz-dev zstd-dev \
     1.9 +libseccomp-dev"
    1.10  
    1.11  compile_rules() {
    1.12  	./configure $CONFIGURE_ARGS &&
    1.13 @@ -23,5 +24,6 @@
    1.14  
    1.15  genpkg_rules() {
    1.16  	copy @std
    1.17 -	DEPENDS="libevent openssl zstd liblzma lzma"
    1.18 +	DEPENDS="libevent liblzma libseccomp openssl zlib zstd"
    1.19 +	CONFIG_FILES="/etc/tor/torrc"
    1.20  }