wok-next diff ecofont/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 e1c0edabdcb2
children d958fec46c9f
line diff
     1.1 --- a/ecofont/receipt	Sat Mar 10 16:57:21 2018 +0200
     1.2 +++ b/ecofont/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  BUILD_DEPENDS="unzip"
     1.5  
     1.6  compile_rules() {
     1.7 -	unzip $SOURCES_REPOSITORY/$TARBALL
     1.8 +	unzip $SRC/$TARBALL
     1.9  	mkdir -p      $install/usr/share/fonts/truetype/ecofont
    1.10  	cp $src/*.ttf $install/usr/share/fonts/truetype/ecofont
    1.11  }