From 84247e2e6fbcf622f945082e6cc6da2ded6086d9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Jan 2023 15:16:22 +0800 Subject: [PATCH] libnma: upgrade 1.10.4 -> 1.10.6 Changelog: ========== * Fix the path and translation domains of GSchema files. * Removed strings that don't match our conscious language standards from the translation files. * Added autoptr support. * Fix translations of country and territory names in the mobile broadband dialog. * Honor explicitly set APN if provider was not present in the mobile broadband dialog. * Make sure Kosovar operators are ordered properly in the mobile broadband dialog. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libnma/{libnma_1.10.4.bb => libnma_1.10.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-connectivity/libnma/{libnma_1.10.4.bb => libnma_1.10.6.bb} (92%) diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.4.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb similarity index 92% rename from meta-gnome/recipes-connectivity/libnma/libnma_1.10.4.bb rename to meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb index 6adb7ec295..bff9a3360f 100644 --- a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.4.bb +++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb @@ -10,7 +10,7 @@ inherit gnomebase gobject-introspection gtk-doc gettext vala features_check REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)} opengl" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" -SRC_URI[archive.sha256sum] = "79e730dda19f9b34886f4064aa170f1a2326b08329d655d80b67e906c7f78b7c" +SRC_URI[archive.sha256sum] = "53a6fb2b190ad37c5986caed3e98bede7c3c602399ee4f93c8fc054303d76dab" PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info" PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"