wok-next rev 20541

Up freetype (2.9), harfbuzz (1.7.5)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 31 13:24:46 2018 +0300 (2018-03-31)
parents c13a1a979137
children afbc312ba6b0
files freetype/receipt harfbuzz/receipt
line diff
     1.1 --- a/freetype/receipt	Sat Mar 31 13:03:36 2018 +0300
     1.2 +++ b/freetype/receipt	Sat Mar 31 13:24:46 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="freetype"
     1.7 -VERSION="2.8"
     1.8 +VERSION="2.9"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="A free, high-quality, and portable font engine"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -20,10 +20,10 @@
    1.13  
    1.14  compile_rules() {
    1.15  	sed -ri "s:.*(AUX_MODULES.*valid):\1:" modules.cfg
    1.16 -	sed -ri "s:.*(#.*SUBPIXEL_(RENDERING|HINTING 2)) .*:\1:g" \
    1.17 +	sed -ri "s:.*(#.*SUBPIXEL_RENDERING) .*:\1:g" \
    1.18  		include/freetype/config/ftoption.h
    1.19  
    1.20 -	./autogen.sh &&
    1.21 +#	./autogen.sh &&
    1.22  	./configure \
    1.23  		--disable-static \
    1.24  		$CONFIGURE_ARGS &&
     2.1 --- a/harfbuzz/receipt	Sat Mar 31 13:03:36 2018 +0300
     2.2 +++ b/harfbuzz/receipt	Sat Mar 31 13:24:46 2018 +0300
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt v2.
     2.5  
     2.6  PACKAGE="harfbuzz"
     2.7 -VERSION="1.4.8"
     2.8 +VERSION="1.7.5"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="OpenType text shaping engine"
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -17,15 +17,13 @@
    2.13  
    2.14  compile_rules() {
    2.15  	./configure \
    2.16 -		--with-glib \
    2.17 -		--with-freetype \
    2.18  		--with-gobject \
    2.19  		$CONFIGURE_ARGS &&
    2.20 -	make && make install
    2.21 +	make &&
    2.22 +	make install
    2.23  }
    2.24  
    2.25 -genpkg_rules()
    2.26 -{
    2.27 +genpkg_rules() {
    2.28  	# Note, we have two development packages:
    2.29  	#   * harfbuzz-dev     - without ICU integration
    2.30  	#   * harfbuzz-icu-dev - with    ICU integration