harfbuzz: update to 2.8.1.

This commit is contained in:
Duncaen 2021-05-05 21:45:12 +02:00
parent 8c9737964c
commit f39d06319a
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'harfbuzz'
pkgname=harfbuzz
version=2.8.0
version=2.8.1
revision=1
build_style=meson
build_helper=gir
@ -14,17 +14,14 @@ license="MIT"
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
changelog="https://github.com/harfbuzz/harfbuzz/raw/master/NEWS"
distfiles="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
checksum=a1079fd021adaf5683351f34587a255975cc3bcadba31246ae40ebebb95ecd42
post_install() {
vlicense COPYING LICENSE
}
checksum=4124f663ec4bf4e294d9cf230668370b4249a48ff34deaf0f06e8fc82d891300
libharfbuzz_package() {
short_desc+=" - runtime library"
pkg_install() {
vmove "usr/lib/*.so.*"
vmove usr/lib/girepository-1.0
vlicense COPYING LICENSE
}
}