From b26eda545e2398c09b97b62712905b9540603bc5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 Jan 2026 19:28:54 +0800 Subject: msgraph: upgrade 0.3.3 -> 0.3.4 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb | 19 ------------------- meta-gnome/recipes-gnome/msgraph/msgraph_0.3.4.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb create mode 100644 meta-gnome/recipes-gnome/msgraph/msgraph_0.3.4.bb diff --git a/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb deleted file mode 100644 index fe4faff356..0000000000 --- a/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "libmsgraph is a GLib-based library for accessing online serive APIs using MS Graph protocol." -LICENSE = "LGPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" - -inherit gnomebase gobject-introspection gi-docgen features_check -REQUIRED_DISTRO_FEATURES = "opengl" - -SRC_URI[archive.sha256sum] = "37d7e12f2a990490aea21184f0b27e0b915ebb4e5096f4d6632c62051c054012" - -GTKDOC_MESON_OPTION = "gtk_doc" - -EXTRA_OEMESON = "-Dtests=false" - -DEPENDS = " \ - glib-2.0\ - json-glib \ - rest \ - gnome-online-accounts \ -" diff --git a/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.4.bb b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.4.bb new file mode 100644 index 0000000000..1c2c3b9c41 --- /dev/null +++ b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.4.bb @@ -0,0 +1,19 @@ +SUMMARY = "libmsgraph is a GLib-based library for accessing online serive APIs using MS Graph protocol." +LICENSE = "LGPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" + +inherit gnomebase gobject-introspection gi-docgen features_check +REQUIRED_DISTRO_FEATURES = "opengl" + +SRC_URI[archive.sha256sum] = "0731ece6b02b32eeffbbbd98efdc77bc03ddd20651eeae3a4343f0879b04d6c7" + +GTKDOC_MESON_OPTION = "gtk_doc" + +EXTRA_OEMESON = "-Dtests=false" + +DEPENDS = " \ + glib-2.0\ + json-glib \ + rest \ + gnome-online-accounts \ +" -- cgit v1.2.3-54-g00ecf