From f39d06319aecb8eb1c29023b302e5b2b741c34bd Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 5 May 2021 21:45:12 +0200 Subject: [PATCH] harfbuzz: update to 2.8.1. --- srcpkgs/harfbuzz/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template index 62ea9a3ffda..ee03db31a27 100644 --- a/srcpkgs/harfbuzz/template +++ b/srcpkgs/harfbuzz/template @@ -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 } }