From 519501017a4ef8a2c0b13e403947de7b309daf99 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 25 Dec 2020 19:07:14 +0100 Subject: [PATCH] harfbuzz: update to 2.7.3. --- srcpkgs/harfbuzz/patches/cross-gir.patch | 28 ------------------------ srcpkgs/harfbuzz/template | 8 +++---- 2 files changed, 4 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/harfbuzz/patches/cross-gir.patch diff --git a/srcpkgs/harfbuzz/patches/cross-gir.patch b/srcpkgs/harfbuzz/patches/cross-gir.patch deleted file mode 100644 index 9214155a2d2..00000000000 --- a/srcpkgs/harfbuzz/patches/cross-gir.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 27850ef12cb3ed658d8263893c43f6052c315aa7 Mon Sep 17 00:00:00 2001 -From: Daniel Kolesa -Date: Sat, 12 Sep 2020 03:58:00 +0200 -Subject: [PATCH] remove introspection cross check - ---- - src/meson.build | 5 ----- - 1 file changed, 5 deletions(-) - -diff --git src/meson.build src/meson.build -index 1865633..9a273b6 100644 ---- src/meson.build -+++ src/meson.build -@@ -634,11 +634,6 @@ if have_gobject - gir = find_program('g-ir-scanner', required: get_option('introspection')) - build_gir = gir.found() - -- build_gir = build_gir and not meson.is_cross_build() -- if not build_gir and get_option('introspection').enabled() -- error('Introspection support is requested but it isn\'t available in cross builds') -- endif -- - build_gir = build_gir and get_option('default_library') != 'static' - if not build_gir and get_option('introspection').enabled() - error('Introspection support is requested but the default library option should be shared or both') --- -2.28.0 - diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template index 74cc1efc48a..a1385ae07ef 100644 --- a/srcpkgs/harfbuzz/template +++ b/srcpkgs/harfbuzz/template @@ -1,7 +1,7 @@ # Template file for 'harfbuzz' pkgname=harfbuzz -version=2.7.2 -revision=2 +version=2.7.3 +revision=1 build_style=meson build_helper=gir configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled @@ -12,9 +12,9 @@ short_desc="OpenType text shaping engine" maintainer="Duncaen " license="MIT" homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/" -changelog="https://raw.githubusercontent.com/harfbuzz/harfbuzz/master/NEWS" +changelog="https://github.com/harfbuzz/harfbuzz/raw/master/NEWS" distfiles="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz" -checksum=b8c048d7c2964a12f2c80deb6634dfc836b603dd12bf0d0a3df1627698e220ce +checksum=97bf10e7bc576a4e60a1cb45388669b778bb7787660d8666c4e554f021cdead9 post_install() { vlicense COPYING LICENSE