From b368f7601a88ccbe20237d29975e4b263e076f41 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Jun 2024 16:55:51 +0800 Subject: msgraph: upgrade 0.2.2 -> 0.2.3 Changelog: ============ * Fix memory leaks * Fix logger level warning Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.bb | 19 ------------------- meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.bb create mode 100644 meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.bb b/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.bb deleted file mode 100644 index a4b4349500..0000000000 --- a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.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] = "12cc954f750bb137ace8500fe9355d26e6e00ef6ccaab2950e9d360e92758335" - -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.2.3.bb b/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb new file mode 100644 index 0000000000..f3f66c3dcf --- /dev/null +++ b/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.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] = "ed42e800cb7f0a07477cd9e3e744cdc1a240a6ad7ab96b8a875806267a9fddb0" + +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