harfbuzz: update to 1.8.1.
Closes #14955. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
9129d900d8
commit
37da70ef30
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'harfbuzz'
|
||||
pkgname=harfbuzz
|
||||
version=1.7.6
|
||||
version=1.8.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2"
|
||||
|
@ -11,11 +11,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
||||
license="MIT"
|
||||
distfiles="${FREEDESKTOP_SITE}/harfbuzz/release/${pkgname}-${version}.tar.bz2"
|
||||
checksum=da7bed39134826cd51e57c29f1dfbe342ccedb4f4773b1c951ff05ff383e2e9b
|
||||
checksum=fbed6392ddb085e45e6090a9f389f72926d0e355f4b0a2ef51d35cf21686df45
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
@ -26,6 +27,7 @@ libharfbuzz_package() {
|
|||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
harfbuzz-devel_package() {
|
||||
depends="${makedepends} libharfbuzz>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue