GNU bug report logs -
#75470
[PATCH gnome-team 00/59] To 46.7 and beyond
Previous Next
Full log
Message #56 received at 75470 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (msgraph): New variable.
---
gnu/packages/gnome.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6b4890c51d..fec4fb235f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7137,6 +7137,26 @@ (define-public libgudev
part of udev-extras, then udev, then systemd. It's now a project on its own.")
(license license:lgpl2.1+)))
+(define-public msgraph
+ (package
+ (name "msgraph")
+ (version "0.2.3")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/msgraph/"
+ (version-major+minor version) "/"
+ "msgraph-" version ".tar.xz"))
+ (sha256
+ (base32 "1c6xkxx2c1jqhy56pfbsmnk418n1rm2fgqyrgi3hf2kzrc0fhhpd"))))
+ (build-system meson-build-system)
+ (native-inputs (list gi-docgen gobject-introspection pkg-config uhttpmock))
+ (inputs (list gnome-online-accounts json-glib libsoup rest))
+ (home-page "https://gnome.pages.gitlab.gnome.org/msgraph/")
+ (synopsis "GLib library for accessing MS Graph APIs")
+ (description "This package provides a GLib-based library for accessing
+MS Graph APIs.")
+ (license license:lgpl3+)))
+
(define-public gvfs
(package
(name "gvfs")
--
2.47.1
This bug report was last modified 181 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.