diff options
| -rw-r--r-- | meta/recipes-graphics/pango/pango/0001-tests-meson.build-install-nofonts-fonts.conf-as-it-i.patch | 35 | ||||
| -rw-r--r-- | meta/recipes-graphics/pango/pango_1.50.12.bb (renamed from meta/recipes-graphics/pango/pango_1.50.11.bb) | 3 |
2 files changed, 1 insertions, 37 deletions
diff --git a/meta/recipes-graphics/pango/pango/0001-tests-meson.build-install-nofonts-fonts.conf-as-it-i.patch b/meta/recipes-graphics/pango/pango/0001-tests-meson.build-install-nofonts-fonts.conf-as-it-i.patch deleted file mode 100644 index 8dacd62138..0000000000 --- a/meta/recipes-graphics/pango/pango/0001-tests-meson.build-install-nofonts-fonts.conf-as-it-i.patch +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | From 13f8ba5d5b699df1f88eeea859406daba6d6941f Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex@linutronix.de> | ||
| 3 | Date: Tue, 8 Nov 2022 18:08:51 +0100 | ||
| 4 | Subject: [PATCH] tests/meson.build: install nofonts/fonts.conf as it is | ||
| 5 | required by tests | ||
| 6 | |||
| 7 | Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/pango/-/merge_requests/654] | ||
| 8 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | ||
| 9 | --- | ||
| 10 | tests/meson.build | 5 +++++ | ||
| 11 | 1 file changed, 5 insertions(+) | ||
| 12 | |||
| 13 | diff --git a/tests/meson.build b/tests/meson.build | ||
| 14 | index 8b4bfa38..6c1c461b 100644 | ||
| 15 | --- a/tests/meson.build | ||
| 16 | +++ b/tests/meson.build | ||
| 17 | @@ -250,6 +250,10 @@ foreach d: test_items_data | ||
| 18 | installed_test_items_data += d + '.expected' | ||
| 19 | endforeach | ||
| 20 | |||
| 21 | +installed_test_nofonts_data = [ | ||
| 22 | + 'nofonts/fonts.conf', | ||
| 23 | +] | ||
| 24 | + | ||
| 25 | installed_test_datadir = join_paths(pango_datadir, 'installed-tests', 'pango') | ||
| 26 | installed_test_bindir = join_paths(pango_libexecdir, 'installed-tests', 'pango') | ||
| 27 | |||
| 28 | @@ -261,6 +265,7 @@ if get_option('install-tests') | ||
| 29 | install_data(installed_test_breaks_data, install_dir: join_paths(installed_test_bindir, 'breaks')) | ||
| 30 | install_data(installed_test_items_data, install_dir: join_paths(installed_test_bindir, 'itemize')) | ||
| 31 | install_data(installed_test_fontsets_data, install_dir: join_paths(installed_test_bindir, 'fontsets')) | ||
| 32 | + install_data(installed_test_nofonts_data, install_dir: join_paths(installed_test_bindir, 'nofonts')) | ||
| 33 | endif | ||
| 34 | |||
| 35 | gen_installed_test = files([ 'gen-installed-test.py' ]) | ||
diff --git a/meta/recipes-graphics/pango/pango_1.50.11.bb b/meta/recipes-graphics/pango/pango_1.50.12.bb index 6f599f5b78..6779f39c4f 100644 --- a/meta/recipes-graphics/pango/pango_1.50.11.bb +++ b/meta/recipes-graphics/pango/pango_1.50.12.bb | |||
| @@ -22,10 +22,9 @@ GIR_MESON_DISABLE_FLAG = "disabled" | |||
| 22 | 22 | ||
| 23 | SRC_URI += "file://run-ptest \ | 23 | SRC_URI += "file://run-ptest \ |
| 24 | file://0001-Skip-running-test-layout-test.patch \ | 24 | file://0001-Skip-running-test-layout-test.patch \ |
| 25 | file://0001-tests-meson.build-install-nofonts-fonts.conf-as-it-i.patch \ | ||
| 26 | " | 25 | " |
| 27 | 26 | ||
| 28 | SRC_URI[archive.sha256sum] = "8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae" | 27 | SRC_URI[archive.sha256sum] = "caef96d27bbe792a6be92727c73468d832b13da57c8071ef79b9df69ee058fe3" |
| 29 | 28 | ||
| 30 | DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" | 29 | DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" |
| 31 | 30 | ||
