From f99268f797c120a24030a573ef22813cd018beb5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 22 Oct 2022 16:29:29 +0100 Subject: Added unrar --- repo/pango/disable-broken-test.patch | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'repo/pango/disable-broken-test.patch') diff --git a/repo/pango/disable-broken-test.patch b/repo/pango/disable-broken-test.patch index db3d6c3..09282f9 100644 --- a/repo/pango/disable-broken-test.patch +++ b/repo/pango/disable-broken-test.patch @@ -1,15 +1,11 @@ ---- a/tests/meson.build -+++ b/tests/meson.build -@@ -58,12 +58,6 @@ - [ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep, libpangoft2_dep, glib_dep, harfbuzz_dep ] ], - [ 'testserialize', [ 'testserialize.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], - ] -- -- if host_system != 'darwin' -- tests += [ -- [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], -- ] -- endif - endif +diff -U3 -r a/tests/meson.build b/tests/meson.build +--- a/tests/meson.build 2022-04-25 20:59:39.989114880 +0200 ++++ b/tests/meson.build 2022-04-25 21:00:00.013429487 +0200 +@@ -61,7 +61,5 @@ - if host_system != 'darwin' + if host_system != 'darwin' + tests += [ +- [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], +- [ 'test-fonts', [ 'test-fonts.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], + ] + endif -- cgit v1.2.1