meta-openembedded/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb
Markus Volk 3c2bd6c3e7
msgraph: update 0.2.3 -> 0.3.3
0.3.3 - Jan 27, 2025
===========================
- CI release service fix

0.3.2 - Jan 27, 2025
===========================
- Extended user service (photo, contacts, folders, find)
- Improved mail service
- Add rate limiting support

0.3.1 - Oct 02, 2024
===========================
 * Fix pkgconfig file using wrong api version

0.3.0 - Sep 30, 2024
===========================
NOTE: This needs a recent version of gvfs

 * Set select scopes during requests
 * Add support for business "Add to OneDrive" sharepoints

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-03-18 07:36:55 -07:00

20 lines
555 B
BlitzBasic

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 \
"