wok-next diff freetype/receipt @ rev 20239

linux-cloop: tiny patch (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 18:03:36 2017 +0100 (2017-11-06)
parents 9278a60d6895
children 0e7893ac206d
line diff
     1.1 --- a/freetype/receipt	Mon Jun 05 16:48:55 2017 +0300
     1.2 +++ b/freetype/receipt	Mon Nov 06 18:03:36 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="freetype"
     1.7 -VERSION="2.6.5"
     1.8 +VERSION="2.7.1"
     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 @@ -12,10 +12,12 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="automake libtool autoconf zlib-dev bzip2-dev libpng-dev \
    1.17 -harfbuzz-dev"
    1.18 +BUILD_DEPENDS="automake libtool autoconf zlib-dev bzip2-dev libpng-dev"
    1.19  SPLIT="freetype-dev"
    1.20  
    1.21 +# Option "--harfbuzz" used in task to install build dependency harfbuzz-dev
    1.22 +[ -n "$harfbuzz" ] && BUILD_DEPENDS="$BUILD_DEPENDS harfbuzz-dev"
    1.23 +
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {