From 27cd1bf98f631977f2e85b2872ef93db338c4bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 31 Dec 2021 18:29:40 +0100 Subject: [PATCH] amtk: upgrade 5.2.0 -> 5.3.1 / build with meson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit News in 5.3.1, 2021-01-11 ------------------------- * Build: port to Meson, remove Autotools. * Translation updates. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-gnome/amtk/{amtk_5.2.0.bb => amtk_5.3.1.bb} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/amtk/{amtk_5.2.0.bb => amtk_5.3.1.bb} (66%) diff --git a/meta-gnome/recipes-gnome/amtk/amtk_5.2.0.bb b/meta-gnome/recipes-gnome/amtk/amtk_5.3.1.bb similarity index 66% rename from meta-gnome/recipes-gnome/amtk/amtk_5.2.0.bb rename to meta-gnome/recipes-gnome/amtk/amtk_5.3.1.bb index 41cda1ebc7..d4d91ed51a 100644 --- a/meta-gnome/recipes-gnome/amtk/amtk_5.2.0.bb +++ b/meta-gnome/recipes-gnome/amtk/amtk_5.3.1.bb @@ -7,8 +7,12 @@ DEPENDS = " \ gtk+3 \ " +GNOMEBASEBUILDCLASS = "meson" + +GIR_MESON_OPTION = "" + inherit gnomebase gettext features_check gobject-introspection ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" -SRC_URI[archive.sha256sum] = "820545bb4cf87ecebc2c3638d6b6e58b8dbd60a419a9b43cf020124e5dad7078" +SRC_URI[archive.sha256sum] = "d5aa236c5d71dc41aa4674f345560a67a27f21c0efc97c9b3da09cb582b4638b"