harfbuzz: update to 0.9.24.

This commit is contained in:
Juan RP 2013-12-04 09:10:44 +01:00
parent d4827b500e
commit 43b00439b4
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'harfbuzz'.
pkgname=harfbuzz
version=0.9.23
version=0.9.24
revision=1
build_style=gnu-configure
configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.pango.org/"
license="LGPL-2.1"
distfiles="http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${version}.tar.bz2"
checksum=171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7
checksum=edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool glib-devel"
@ -34,6 +34,7 @@ harfbuzz-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gtk-doc
}
}