# HG changeset patch # User Hans-G?nter Theisgen # Date 1593269702 -3600 # Node ID 1373ba88de7efb165f95e80d1f6127a4e830c008 # Parent eddecc8a1538348779160c3dd6d53da578416348 updated fribidi (1.0.5 -> 1.0.9) diff -r eddecc8a1538 -r 1373ba88de7e fribidi/receipt --- a/fribidi/receipt Sat Jun 27 15:37:35 2020 +0100 +++ b/fribidi/receipt Sat Jun 27 15:55:02 2020 +0100 @@ -1,17 +1,17 @@ # SliTaz package receipt v2. PACKAGE="fribidi" -VERSION="1.0.5" +VERSION="1.0.9" CATEGORY="x-window" SHORT_DESC="Implementation of the Unicode Bidirectional Algorithm" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="LGPL2.1" WEB_SITE="https://github.com/fribidi/fribidi/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/fribidi.html" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="https://github.com/fribidi/fribidi/releases/download/v$VERSION/$TARBALL" -TARBALL_SHA1="39d2bcb3ef93365222e7cdaf648cd167785ec3bf" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" +# 1.0.5 TARBALL_SHA1="39d2bcb3ef93365222e7cdaf648cd167785ec3bf" BUILD_DEPENDS="glib-dev" SPLIT="$PACKAGE-dev" @@ -19,7 +19,8 @@ COPY_std="fribidi *.so.*" COPY_dev="@dev *.so" -compile_rules() { +compile_rules() +{ ./configure $CONFIGURE_ARGS && fix libtool && make &&