Update static-compat-harfbuzz to 4.4.0

This commit is contained in:
Martchus 2022-06-27 23:46:50 +02:00
parent e806ca197b
commit 618d521cbe
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
_pkgname=harfbuzz _pkgname=harfbuzz
pkgname=static-compat-$_pkgname pkgname=static-compat-$_pkgname
pkgver=4.3.0 pkgver=4.4.0
pkgrel=1 pkgrel=1
pkgdesc="OpenType text shaping engine" pkgdesc="OpenType text shaping engine"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz" url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
@ -13,7 +13,7 @@ depends=(static-compat-glib2 static-compat-freetype2 static-compat-graphite)
makedepends=(gobject-introspection ragel git python static-compat-meson) makedepends=(gobject-introspection ragel git python static-compat-meson)
checkdepends=(python-fonttools python-setuptools) checkdepends=(python-fonttools python-setuptools)
options=(!emptydirs !docs staticlibs) options=(!emptydirs !docs staticlibs)
_commit=aee123fc83388b8f5acfb301d87bd92eccc5b843 # tags/4.3.0^0 _commit=8537d681728e141550b4470b591fa059f6ca2670 # tags/4.4.0^0
source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit") source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
sha256sums=('SKIP') sha256sums=('SKIP')
@ -24,6 +24,9 @@ pkgver() {
prepare() { prepare() {
cd harfbuzz cd harfbuzz
# https://github.com/harfbuzz/harfbuzz/issues/3684
git cherry-pick -n 69d53f3e7fde 5da341ce9235
} }
build() { build() {