harfbuzz: update to 0.9.23.
This commit is contained in:
parent
88ed000409
commit
7b465b40b0
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'harfbuzz'.
|
# Template build file for 'harfbuzz'.
|
||||||
pkgname=harfbuzz
|
pkgname=harfbuzz
|
||||||
version=0.9.21
|
version=0.9.23
|
||||||
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.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=a0d36f883d98f2375f9b2a03c8a6c361b161a76d4b58ea9d08be59e39e73dae8
|
checksum=171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libtool glib-devel"
|
hostmakedepends+=" libtool glib-devel"
|
||||||
|
@ -28,7 +28,7 @@ libharfbuzz_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
harfbuzz-devel_package() {
|
harfbuzz-devel_package() {
|
||||||
depends="libharfbuzz-${version}_${revision}"
|
depends="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