From d503536b273bfeac7e87944ba52c1cb65bda8d45 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:56:11 +0800 Subject: [PATCH] grilo: upgrade 0.3.15 -> 0.3.16 Changelog: ========= * !94 Fix usage of depcreated GSimpleAsyncResult * !95 Build updates. Meson requirement is now 0.62. * !96 Fix build on Darwin * Updated translations * Turkish * Georgian Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-gnome/grilo/{grilo_0.3.15.bb => grilo_0.3.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/grilo/{grilo_0.3.15.bb => grilo_0.3.16.bb} (90%) diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.15.bb b/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb similarity index 90% rename from meta-gnome/recipes-gnome/grilo/grilo_0.3.15.bb rename to meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb index 526a8593dc..e86f75f0c8 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo_0.3.15.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb @@ -11,7 +11,7 @@ GNOMEBASEBUILDCLASS = "meson" inherit gnomebase gobject-introspection gtk-doc gettext vala -SRC_URI[archive.sha256sum] = "f352acf73665669934270636fede66b52da6801fe20f638c4048ab2678577b2d" +SRC_URI[archive.sha256sum] = "884580e8c5ece280df23aa63ff5234b7d48988a404df7d6bfccd1e77b473bd96" GIR_MESON_OPTION = "enable-introspection" GTKDOC_MESON_OPTION = "enable-gtk-doc"