wok diff harfbuzz-icu/receipt @ rev 22959

updated iptables and iptables-dev again (1.4.21 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Feb 28 16:00:30 2020 +0100 (2020-02-28)
parents e23654a687fe
children af8d823a3077
line diff
     1.1 --- a/harfbuzz-icu/receipt	Sun Mar 10 16:59:15 2019 +0100
     1.2 +++ b/harfbuzz-icu/receipt	Fri Feb 28 16:00:30 2020 +0100
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="harfbuzz-icu"
     1.7 -VERSION="2.3.1"
     1.8 +VERSION="2.6.4"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="OpenType text shaping engine with icu support"
    1.11 +SHORT_DESC="OpenType text shaping engine with icu support."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz"
    1.15  
    1.16  SOURCE="harfbuzz"
    1.17 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 +TARBALL="$SOURCE-$VERSION.tar.xz"
    1.19  WGET_URL="https://www.freedesktop.org/software/$SOURCE/release/$TARBALL"
    1.20  
    1.21 -DEPENDS="freetype glib icu"
    1.22 -BUILD_DEPENDS="freetype-dev glib-dev icu-dev"
    1.23  PROVIDE="harfbuzz"
    1.24 +DEPENDS="freetype gcc83-lib-base glib icu"
    1.25 +BUILD_DEPENDS="freetype-dev gcc83 glib-dev icu-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30  	./configure		\
    1.31 +		CC=gcc-83	\
    1.32 +		CXX=g++-83	\
    1.33  		--with-freetype	\
    1.34  		--with-glib	\
    1.35  		--with-gobject	\