From 757dedbc811bf3f09e259353a943effd1ae16733 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 15 Aug 2022 14:12:03 +0800 Subject: [PATCH] gjs: upgrade 1.72.1 -> 1.72.2 Changelog: ========== - Various fixes ported from the development branch. - Closed bugs and merge requests: * gi/arg-cache.cpp: Fix building on Visual Studio * doc: Reflect support for constructor with GObject Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gjs/{gjs_1.72.1.bb => gjs_1.72.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gjs/{gjs_1.72.1.bb => gjs_1.72.2.bb} (92%) diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.72.2.bb similarity index 92% rename from meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb rename to meta-gnome/recipes-gnome/gjs/gjs_1.72.2.bb index 355894073d..3170341560 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.72.2.bb @@ -8,7 +8,7 @@ DEPENDS = "mozjs-91 cairo" inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig -SRC_URI[archive.sha256sum] = "17c0b1ec3f096671ff8bfaba6e4bbf14198c7013c604bfd677a9858da079c0ab" +SRC_URI[archive.sha256sum] = "ddee379bdc5a7d303a5d894be2b281beb8ac54508604e7d3f20781a869da3977" SRC_URI += " \ file://0001-Support-cross-builds-a-bit-better.patch \ file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \