From a3fbdbb497a5d09b86dae19c63297eaa38e18ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 9 Jun 2021 08:38:25 +0200 Subject: [PATCH] pangomm: upgrade 2.42.1 -> 2.46.1 / build with meson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.46.1 is the version GNOME 40.2 release suggests. There are 2.48 versions but these are for mm-bindings compatible with gtk4. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../pango/{pangomm_2.42.1.bb => pangomm_2.46.1.bb} | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) rename meta-oe/recipes-graphics/pango/{pangomm_2.42.1.bb => pangomm_2.46.1.bb} (51%) diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.42.1.bb b/meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb similarity index 51% rename from meta-oe/recipes-graphics/pango/pangomm_2.42.1.bb rename to meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb index 57d9ff9827..f7e126e95b 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.42.1.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb @@ -6,18 +6,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ DEPENDS = "mm-common cairomm glibmm pango" -SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" +GNOMEBASEBUILDCLASS = "meson" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.xz" -SRC_URI[md5sum] = "339c48dd92ebd3a9911b231708f7a819" -SRC_URI[sha256sum] = "14bf04939930870d5cfa96860ed953ad2ce07c3fd8713add4a1bfe585589f40f" +inherit gnomebase features_check -inherit features_check autotools pkgconfig +SRC_URI[archive.sha256sum] = "c885013fe61a4c5117fda395770d507563411c63e49f4a3aced4c9efe34d9975" REQUIRED_DISTRO_FEATURES = "x11" -EXTRA_OECONF = " --disable-documentation " - FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/"