harfbuzz: update to 0.9.35.
This commit is contained in:
parent
536c41b574
commit
2e379fd31c
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'harfbuzz'.
|
# Template build file for 'harfbuzz'.
|
||||||
pkgname=harfbuzz
|
pkgname=harfbuzz
|
||||||
version=0.9.34
|
version=0.9.35
|
||||||
revision=1
|
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"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
||||||
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=a8e6d76aec0691f7e14e7b75d677eb25949a8906740b824b2889879c32d8ba39
|
checksum=0aa1a8aba6f502321cf6fef3c9d2c73dde48389c5ed1d3615a7691944c2a06ed
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
@ -25,7 +25,7 @@ libharfbuzz_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
harfbuzz-devel_package() {
|
harfbuzz-devel_package() {
|
||||||
depends="libharfbuzz>=${version}_${revision}"
|
depends="icu-devel libharfbuzz>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue