unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/6] gnu: gnome-documents
@ 2016-02-27  1:02 rennes
  2016-03-29 20:17 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: rennes @ 2016-02-27  1:02 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

Hi,

According to observations, I attached the map and the first 
package(libzapojit).

This is the map of non-packaged programs required for gnome-documents:

  1) libzapojit
  2) tracker
  5) libgdata
      3) liboauth
      4) uhttpmock
  6) gnome-documents


I wait your comments, thanks.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-libzapojit.patch --]
[-- Type: text/x-diff; name=0001-gnu-Add-libzapojit.patch, Size: 1932 bytes --]

From cda9164a3b21e0fe4855c606d6b09140c2a68fe7 Mon Sep 17 00:00:00 2001
From: Rene Saavedra <rennes@openmailbox.org>
Date: Fri, 26 Feb 2016 18:30:52 -0600
Subject: [PATCH] gnu: Add libzapojit.

---
 gnu/packages/libzapojit.scm | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 gnu/packages/libzapojit.scm

diff --git a/gnu/packages/libzapojit.scm b/gnu/packages/libzapojit.scm
new file mode 100644
index 0000000..590652a
--- /dev/null
+++ b/gnu/packages/libzapojit.scm
@@ -0,0 +1,38 @@
+(define-module (gnu packages libzapojit)
+  #:use-module ((guix licenses) #:prefix license:)
+  #:use-module (guix build-system gnu)
+  #:use-module (guix download)
+  #:use-module (guix packages)
+  #:use-module (guix utils)
+  #:use-module (gnu packages glib)
+  #:use-module (gnu packages gnome)
+  #:use-module (gnu packages pkg-config))
+
+(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
+     `(("gobject-introspection" ,gobject-introspection)
+       ("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+)))
-- 
2.6.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/6] gnu: gnome-documents
  2016-02-27  1:02 [PATCH 1/6] gnu: gnome-documents rennes
@ 2016-03-29 20:17 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-03-29 20:17 UTC (permalink / raw)
  To: rennes; +Cc: guix-devel

Hi!

rennes@openmailbox.org skribis:

> From cda9164a3b21e0fe4855c606d6b09140c2a68fe7 Mon Sep 17 00:00:00 2001
> From: Rene Saavedra <rennes@openmailbox.org>
> Date: Fri, 26 Feb 2016 18:30:52 -0600
> Subject: [PATCH] gnu: Add libzapojit.

Sorry for the delay!  I’m happy to report that I’ve finally pushed the
patch as 3a9a4c51e8ddc5b4282de7a37cdb96e878a7feed.  :-)

Please note the commit log and copyright line (see
<https://www.gnu.org/software/guix/manual/html_node/Contributing.html>).

Could you send updated versions of the other patches of this series
(apart from the Tracker one, which we discussed already) with a proper
commit log and copyright line?

Thank you!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-29 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-27  1:02 [PATCH 1/6] gnu: gnome-documents rennes
2016-03-29 20:17 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).