wok diff freetype/receipt @ rev 19306

Up: harfbuzz(1.2.7), truetype(2.6.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 10 20:40:05 2016 +0300 (2016-07-10)
parents 86698e8d683a
children f4028fc98216
line diff
     1.1 --- a/freetype/receipt	Tue May 10 12:26:40 2016 +0200
     1.2 +++ b/freetype/receipt	Sun Jul 10 20:40:05 2016 +0300
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freetype"
     1.7 -VERSION="2.6.1"
     1.8 +VERSION="2.6.4"
     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  LICENSE="FTL GPL2"
    1.13 +WEB_SITE="https://www.freetype.org/"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.freetype.org/"
    1.16  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17  HOST_ARCH="i486 arm"
    1.18  
    1.19 @@ -17,18 +17,8 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	# Fix make install for version 2.6.1
    1.24 -	patch -p1 -i $stuff/freetype261-install.patch
    1.25 +	patch -p1 -i $stuff/freetype-2.6.4.patch
    1.26  
    1.27 -	# Optional old style fonts
    1.28 -	patch -p1 -i $stuff/NO_SUBPIXEL_HINTING.env.patch
    1.29 -
    1.30 -	# Directives from LFS
    1.31 -	sed -e "/AUX.*.gxvalid/s@^# @@" \
    1.32 -	    -e "/AUX.*.otvalid/s@^# @@" \
    1.33 -	    -i modules.cfg              &&
    1.34 -	sed -e 's:.*\(#.*SUBPIXEL.*\) .*:\1:' \
    1.35 -	    -i include/freetype/config/ftoption.h &&
    1.36  	./autogen.sh &&
    1.37  	./configure \
    1.38  		--sysconfdir=/etc \
    1.39 @@ -40,7 +30,5 @@
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	mkdir -p $fs/usr/lib
    1.44 -	cp -a $install/usr/bin $fs/usr
    1.45 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.46 +	cook_copy_files *.so
    1.47  }