# HG changeset patch # User Hans-G?nter Theisgen # Date 1552233555 -3600 # Node ID e23654a687fe4e90ba9da4207e64b5742cafa520 # Parent c1919f67e25ed6c4232943f66ffd39ec614bc7c0 updated harfbuzz* packages (1.2.7 -> 2.3.1) diff -r c1919f67e25e -r e23654a687fe harfbuzz-apps/receipt --- a/harfbuzz-apps/receipt Sun Mar 10 16:28:58 2019 +0100 +++ b/harfbuzz-apps/receipt Sun Mar 10 16:59:15 2019 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="harfbuzz-apps" -VERSION="1.2.7" +VERSION="2.3.1" CATEGORY="system-tools" -SHORT_DESC="OpenType text shaping engine, apps" +SHORT_DESC="OpenType text shaping engine, applications" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/" + WANTED="harfbuzz" +DEPENDS="cairo-gl harfbuzz" HOST_ARCH="i486 arm" -DEPENDS="harfbuzz cairo-gl" BUGS="hb-view failed when cairo built with slow xlib-xcb" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r c1919f67e25e -r e23654a687fe harfbuzz-dev/receipt --- a/harfbuzz-dev/receipt Sun Mar 10 16:28:58 2019 +0100 +++ b/harfbuzz-dev/receipt Sun Mar 10 16:59:15 2019 +0100 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="harfbuzz-dev" -VERSION="1.2.7" +VERSION="2.3.1" CATEGORY="development" -SHORT_DESC="harfbuzz development files" +SHORT_DESC="harfbuzz development files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/" -HOST_ARCH="i486 arm" WANTED="harfbuzz" -DEPENDS="harfbuzz bzip2-dev freetype-dev glib-dev libffi-dev libpng-dev pcre-dev" +DEPENDS="bzip2-dev freetype-dev glib-dev harfbuzz libffi-dev libpng-dev pcre-dev" +HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r c1919f67e25e -r e23654a687fe harfbuzz-icu/receipt --- a/harfbuzz-icu/receipt Sun Mar 10 16:28:58 2019 +0100 +++ b/harfbuzz-icu/receipt Sun Mar 10 16:59:15 2019 +0100 @@ -1,36 +1,39 @@ # SliTaz package receipt. PACKAGE="harfbuzz-icu" -SOURCE="harfbuzz" -VERSION="1.0.3" +VERSION="2.3.1" CATEGORY="system-tools" SHORT_DESC="OpenType text shaping engine with icu support" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz" + +SOURCE="harfbuzz" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz" -WGET_URL="http://www.freedesktop.org/software/harfbuzz/release/$TARBALL" +WGET_URL="https://www.freedesktop.org/software/$SOURCE/release/$TARBALL" + +DEPENDS="freetype glib icu" +BUILD_DEPENDS="freetype-dev glib-dev icu-dev" PROVIDE="harfbuzz" -DEPENDS="glib freetype icu" -BUILD_DEPENDS="glib-dev freetype-dev icu-dev" - # Rules to configure and make the package. compile_rules() { - ./configure \ - --with-glib \ - --with-freetype \ - --with-gobject \ - --with-icu=yes \ + ./configure \ + --with-freetype \ + --with-glib \ + --with-gobject \ + --with-icu=yes \ $CONFIGURE_ARGS && - make && make install + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r c1919f67e25e -r e23654a687fe harfbuzz/receipt --- a/harfbuzz/receipt Sun Mar 10 16:28:58 2019 +0100 +++ b/harfbuzz/receipt Sun Mar 10 16:59:15 2019 +0100 @@ -1,35 +1,38 @@ # SliTaz package receipt. PACKAGE="harfbuzz" -VERSION="1.2.7" +VERSION="2.3.1" CATEGORY="system-tools" -SHORT_DESC="OpenType text shaping engine" +SHORT_DESC="OpenType text shaping engine." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="https://www.freedesktop.org/software/harfbuzz/release/$TARBALL" +WGET_URL="https://www.freedesktop.org/software/$PACKAGE/release/$TARBALL" + +DEPENDS="cairo freetype glib libffi pcre" +BUILD_DEPENDS="cairo-dev fontconfig-dev freetype-dev glib-dev" HOST_ARCH="i486 arm" -DEPENDS="glib cairo freetype libffi pcre" -BUILD_DEPENDS="glib-dev cairo-dev fontconfig-dev freetype-dev" - # Rules to configure and make the package. compile_rules() { - ./configure \ - --with-glib \ - --with-freetype \ - --with-gobject \ - --with-icu=no \ + ./configure \ + --with-freetype \ + --with-glib \ + --with-gobject \ + --with-icu=no \ $CONFIGURE_ARGS && - make && make install + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - #cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + + #cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib }