wok-current rev 22781
updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 26 09:26:49 2020 +0100 (2020-01-26) |
parents | b12961aba199 |
children | c9734868193e |
files | freeradius-pam/receipt freetype-dev/receipt freetype/receipt |
line diff
1.1 --- a/freeradius-pam/receipt Sun Jan 26 09:10:19 2020 +0100 1.2 +++ b/freeradius-pam/receipt Sun Jan 26 09:26:49 2020 +0100 1.3 @@ -24,4 +24,3 @@ 1.4 cp -a $install/etc/raddb/mods-available/pam \ 1.5 $fs/etc/raddb/modules 1.6 } 1.7 -
2.1 --- a/freetype-dev/receipt Sun Jan 26 09:10:19 2020 +0100 2.2 +++ b/freetype-dev/receipt Sun Jan 26 09:26:49 2020 +0100 2.3 @@ -1,21 +1,22 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="freetype-dev" 2.7 -VERSION="2.6.4" 2.8 +VERSION="2.10.1" 2.9 CATEGORY="development" 2.10 -SHORT_DESC="A free, high-quality, and portable font engine, development files" 2.11 -WEB_SITE="https://www.freetype.org/" 2.12 +SHORT_DESC="A free, high-quality, and portable font engine, development files." 2.13 MAINTAINER="pankso@slitaz.org" 2.14 LICENSE="FTL GPL2" 2.15 -HOST_ARCH="i486 arm" 2.16 +WEB_SITE="https://www.freetype.org/" 2.17 2.18 WANTED="freetype" 2.19 -DEPENDS="freetype bzip2-dev glib-dev harfbuzz-dev libpng-dev pcre-dev zlib-dev" 2.20 +DEPENDS="bzip2-dev freetype glib-dev harfbuzz-dev libpng-dev pcre-dev zlib-dev" 2.21 + 2.22 +HOST_ARCH="i486 arm" 2.23 2.24 # Rules to gen a SliTaz package suitable for Tazpkg. 2.25 genpkg_rules() 2.26 { 2.27 - cp -a $install/* $fs 2.28 - rm $fs/usr/lib/*.so* 2.29 - rm -r $fs/usr/share/man 2.30 + cp -a $install/* $fs 2.31 + rm $fs/usr/lib/*.so* 2.32 +# rm -r $fs/usr/share/man 2.33 }
3.1 --- a/freetype/receipt Sun Jan 26 09:10:19 2020 +0100 3.2 +++ b/freetype/receipt Sun Jan 26 09:26:49 2020 +0100 3.3 @@ -1,27 +1,29 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="freetype" 3.7 -VERSION="2.6.4" 3.8 +VERSION="2.10.1" 3.9 CATEGORY="x-window" 3.10 -SHORT_DESC="A free, high-quality, and portable font engine" 3.11 +SHORT_DESC="A free, high-quality, and portable font engine." 3.12 MAINTAINER="pankso@slitaz.org" 3.13 LICENSE="FTL GPL2" 3.14 WEB_SITE="https://www.freetype.org/" 3.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.16 + 3.17 +TARBALL="$PACKAGE-$VERSION.tar.xz" 3.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.19 + 3.20 +DEPENDS="harfbuzz libpng zlib" 3.21 +BUILD_DEPENDS="autoconf automake bzip2-dev harfbuzz-dev libpng-dev libtool" 3.22 + 3.23 HOST_ARCH="i486 arm" 3.24 3.25 -DEPENDS="zlib libpng harfbuzz" 3.26 -BUILD_DEPENDS="automake libtool autoconf bzip2-dev libpng-dev harfbuzz-dev" 3.27 - 3.28 # Rules to configure and make the package. 3.29 compile_rules() 3.30 { 3.31 - patch -p1 -i $stuff/freetype-2.6.4.patch 3.32 +# patch -p1 -i $stuff/freetype-2.6.4.patch 3.33 3.34 ./autogen.sh && 3.35 - ./configure \ 3.36 - --sysconfdir=/etc \ 3.37 + ./configure \ 3.38 + --sysconfdir=/etc \ 3.39 $CONFIGURE_ARGS && 3.40 make && 3.41 make install