From 6e86bfa317a2949064b71f74a7aae99ac2079e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Tue, 1 Feb 2022 13:25:50 +0100 Subject: groups/261.native_packages_x11.group: harfbuzz: bump to v2.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/harfbuzz-2.1.3.local.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 patches/harfbuzz-2.1.3.local.patch (limited to 'patches/harfbuzz-2.1.3.local.patch') diff --git a/patches/harfbuzz-2.1.3.local.patch b/patches/harfbuzz-2.1.3.local.patch new file mode 100644 index 00000000..5655c559 --- /dev/null +++ b/patches/harfbuzz-2.1.3.local.patch @@ -0,0 +1,21 @@ +diff -ru harfbuzz-2.1.3.orig/src/hb-aat-layout-kerx-table.hh harfbuzz-2.1.3/src/hb-aat-layout-kerx-table.hh +--- harfbuzz-2.1.3.orig/src/hb-aat-layout-kerx-table.hh 2018-11-17 01:10:09.000000000 +0100 ++++ harfbuzz-2.1.3/src/hb-aat-layout-kerx-table.hh 2022-02-01 13:19:10.829775494 +0100 +@@ -897,7 +897,7 @@ + reverse = bool (st->u.header.coverage & st->u.header.Backwards) != + HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction); + +- if (!c->buffer->message (c->font, "start %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lookup_index)) ++ if (!c->buffer->message (c->font, "start %c%c%c%c subtable %d", HB_UNTAG (T::tableTag), c->lookup_index)) + goto skip; + + if (!seenCrossStream && +@@ -927,7 +927,7 @@ + if (reverse) + c->buffer->reverse (); + +- (void) c->buffer->message (c->font, "end %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lookup_index); ++ (void) c->buffer->message (c->font, "end %c%c%c%c subtable %d", HB_UNTAG (T::tableTag), c->lookup_index); + + skip: + st = &StructAfter (*st); -- cgit v1.2.3