summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/pango/pango/run-ptest3
-rw-r--r--meta/recipes-graphics/pango/pango_1.50.4.bb (renamed from meta/recipes-graphics/pango/pango_1.48.10.bb)2
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango/run-ptest b/meta/recipes-graphics/pango/pango/run-ptest
index fa87a75779..e1fab050ef 100644
--- a/meta/recipes-graphics/pango/pango/run-ptest
+++ b/meta/recipes-graphics/pango/pango/run-ptest
@@ -1,3 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2 2
3# workaround for https://gitlab.gnome.org/GNOME/pango/-/issues/668
4mkdir -p /usr/share/fonts/pango-private
5cp -rf /usr/libexec/installed-tests/pango/fonts/* /usr/share/fonts/pango-private
3gnome-desktop-testing-runner pango 6gnome-desktop-testing-runner pango
diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb b/meta/recipes-graphics/pango/pango_1.50.4.bb
index 40df7042e6..c1e9be2f97 100644
--- a/meta/recipes-graphics/pango/pango_1.48.10.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.4.bb
@@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
20 20
21SRC_URI += "file://run-ptest" 21SRC_URI += "file://run-ptest"
22 22
23SRC_URI[archive.sha256sum] = "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98" 23SRC_URI[archive.sha256sum] = "f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162"
24 24
25DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" 25DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
26 26