From 2461295d5c4a5a16813053ad433330b43c6e2688 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Sat, 20 Feb 2016 16:09:04 -0600 Subject: [PATCH] gnu: Add libzapojit. * gnu/packages/gnome.scm (libzapojit): New variable. --- gnu/packages/gnome.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 363d920..c6ad60a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4711,6 +4711,34 @@ can add your own files to the collection.") license:cc-by-sa2.0 license:cc-by-sa3.0)))) +(define-public libzapojit + (package + (name "libzapojit") + (version "0.0.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/" name "/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "0zn3s7ryjc3k1abj4k55dr2na844l451nrg9s6cvnnhh569zj99x")))) + (build-system gnu-build-system) + (native-inputs + `(("intltool" ,intltool) + ("pkg-config" ,pkg-config))) + (inputs + `(("gnome-online-accounts" ,gnome-online-accounts) + ("json-glib" ,json-glib) + ("rest" ,rest))) + (home-page "https://wiki.gnome.org/Projects/Zapojit") + (synopsis "Library for accessing SkyDrive and Hotmail") + (description + "Libzapojit is a GLib-based library for accessing online service APIs +using the Microsoft SkyDrive and Hotmail REST protocols.") + (license license:lgpl2.1+))) + (define-public gnome (package (name "gnome") -- 2.6.3