wok-next diff freetype/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 82b613cfd1e0
children
line diff
     1.1 --- a/freetype/receipt	Fri Jan 04 17:29:48 2019 +0200
     1.2 +++ b/freetype/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -1,21 +1,21 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="freetype"
     1.7 -VERSION="2.9.1"
     1.8 +VERSION="2.10.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="A free, high-quality, and portable font engine"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="FTL GPL2"
    1.14  WEB_SITE="https://www.freetype.org/"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/freetype2.html"
    1.16  
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20 -TARBALL_SHA1="220c82062171c513e4017c523d196933c9de4a7d"
    1.21 +# 2.9.1 TARBALL_SHA1="220c82062171c513e4017c523d196933c9de4a7d"
    1.22  
    1.23  COOKOPTS="force-arch" # different configs, .h
    1.24  
    1.25 -BUILD_DEPENDS="automake libtool autoconf zlib-dev bzip2-dev libpng-dev"
    1.26 +BUILD_DEPENDS="autoconf automake bzip2-dev libpng-dev libtool zlib-dev"
    1.27  SPLIT="$PACKAGE-dev"
    1.28  
    1.29  DEPENDS_std="libbzip2 libharfbuzz libpng zlib"
    1.30 @@ -24,17 +24,19 @@
    1.31  # Option "--harfbuzz" used in the task to install build dependency harfbuzz-dev
    1.32  [ -n "$harfbuzz" ] && BUILD_DEPENDS="$BUILD_DEPENDS harfbuzz-dev"
    1.33  
    1.34 -compile_rules() {
    1.35 -	sed -ri "s:.*(AUX_MODULES.*valid):\1:" modules.cfg
    1.36 +compile_rules()
    1.37 +{
    1.38 +	sed -ri "s:.*(AUX_MODULES.*valid):\1:" \
    1.39 +		modules.cfg
    1.40  	sed -ri "s:.*(#.*SUBPIXEL_RENDERING) .*:\1:g" \
    1.41  		include/freetype/config/ftoption.h
    1.42  
    1.43  #	./autogen.sh &&
    1.44 -	./configure \
    1.45 -		--disable-static \
    1.46 -		--with-bzip2 \
    1.47 -		--with-png \
    1.48 -		--enable-freetype-config \
    1.49 +	./configure				\
    1.50 +		--disable-static		\
    1.51 +		--with-bzip2			\
    1.52 +		--with-png			\
    1.53 +		--enable-freetype-config	\
    1.54  		$CONFIGURE_ARGS &&
    1.55  	make &&
    1.56  	make install