harfbuzz: update to 0.9.27.

This commit is contained in:
Juan RP 2014-04-05 21:51:53 +02:00
parent e0d7f35d98
commit 1f21f49844
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'harfbuzz'. # Template build file for 'harfbuzz'.
pkgname=harfbuzz pkgname=harfbuzz
version=0.9.26 version=0.9.27
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2" configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.pango.org/" homepage="http://www.pango.org/"
license="LGPL-2.1" license="LGPL-2.1"
distfiles="http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${version}.tar.bz2" distfiles="http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${version}.tar.bz2"
checksum=5ded7dc3d15fb5c9230d7a224b9256b67b35fde30193b4c3a4c3f6b13110e257 checksum=08584ae91c98d5b14d5f2c45b01410a12b030c9397bd73135bd2155297b447db
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" automake libtool glib-devel" hostmakedepends+=" automake libtool glib-devel"