From: Alexander Kanavin Date: Thu, 17 Feb 2022 16:09:34 +0000 (+0100) Subject: pango: upgrade 1.48.10 -> 1.50.4 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f6d0007d75ee18e8003cfc02222ba7c74b184cf5;p=openembedded-core.git pango: upgrade 1.48.10 -> 1.50.4 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 @@ #! /bin/sh +# workaround for https://gitlab.gnome.org/GNOME/pango/-/issues/668 +mkdir -p /usr/share/fonts/pango-private +cp -rf /usr/libexec/installed-tests/pango/fonts/* /usr/share/fonts/pango-private gnome-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 similarity index 94% rename from meta/recipes-graphics/pango/pango_1.48.10.bb rename to 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" SRC_URI += "file://run-ptest" -SRC_URI[archive.sha256sum] = "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98" +SRC_URI[archive.sha256sum] = "f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"