[arch-commits] Commit in harfbuzz/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Jun 27 21:24:26 UTC 2022


    Date: Monday, June 27, 2022 @ 21:24:26
  Author: heftig
Revision: 449509

4.4.0-1

Modified:
  harfbuzz/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-27 21:15:19 UTC (rev 449508)
+++ PKGBUILD	2022-06-27 21:24:26 UTC (rev 449509)
@@ -3,7 +3,7 @@
 
 pkgbase=harfbuzz
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=4.3.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
@@ -13,7 +13,7 @@
              ragel git python meson chafa)
 checkdepends=(python-fonttools python-setuptools)
 options=(debug)
-_commit=aee123fc83388b8f5acfb301d87bd92eccc5b843  # tags/4.3.0^0
+_commit=8537d681728e141550b4470b591fa059f6ca2670  # tags/4.4.0^0
 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -24,6 +24,9 @@
 
 prepare() {
   cd harfbuzz
+
+  # https://github.com/harfbuzz/harfbuzz/issues/3684
+  git cherry-pick -n 69d53f3e7fde 5da341ce9235
 }
 
 build() {



More information about the arch-commits mailing list