wok diff harfbuzz-icu/receipt @ rev 22539
updated bird (2.0.3 -> 2.0.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 16:08:36 2020 +0100 (2020-01-03) |
parents | 593dbe25f7d7 |
children | 194d28e90087 |
line diff
1.1 --- a/harfbuzz-icu/receipt Mon Sep 14 22:05:16 2015 +0200 1.2 +++ b/harfbuzz-icu/receipt Fri Jan 03 16:08:36 2020 +0100 1.3 @@ -1,36 +1,39 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="harfbuzz-icu" 1.7 -SOURCE="harfbuzz" 1.8 -VERSION="1.0.3" 1.9 +VERSION="2.3.1" 1.10 CATEGORY="system-tools" 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 -WEB_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz" 1.19 -WGET_URL="http://www.freedesktop.org/software/harfbuzz/release/$TARBALL" 1.20 +WGET_URL="https://www.freedesktop.org/software/$SOURCE/release/$TARBALL" 1.21 + 1.22 +DEPENDS="freetype glib icu" 1.23 +BUILD_DEPENDS="freetype-dev glib-dev icu-dev" 1.24 PROVIDE="harfbuzz" 1.25 1.26 -DEPENDS="glib freetype icu" 1.27 -BUILD_DEPENDS="glib-dev freetype-dev icu-dev" 1.28 - 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 - ./configure \ 1.33 - --with-glib \ 1.34 - --with-freetype \ 1.35 - --with-gobject \ 1.36 - --with-icu=yes \ 1.37 + ./configure \ 1.38 + --with-freetype \ 1.39 + --with-glib \ 1.40 + --with-gobject \ 1.41 + --with-icu=yes \ 1.42 $CONFIGURE_ARGS && 1.43 - make && make install 1.44 + make -j 1 && 1.45 + make install 1.46 } 1.47 1.48 # Rules to gen a SliTaz package suitable for Tazpkg. 1.49 genpkg_rules() 1.50 { 1.51 mkdir -p $fs/usr/lib 1.52 - cp -a $install/usr/bin $fs/usr 1.53 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.54 + 1.55 + cp -a $install/usr/bin $fs/usr 1.56 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.57 }