GNU bug report logs - #75470
[PATCH gnome-team 00/59] To 46.7 and beyond

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Thu, 9 Jan 2025 21:50:03 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 75470 <at> debbugs.gnu.org
Cc: liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu
Subject: [bug#75470] [PATCH gnome-team 17/59] gnu: Add msgraph.
Date: Thu, 9 Jan 2025 22:38:04 +0100
* 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 180 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.