all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 590652ad21a2e0e6e0ea1ca844421d0151d61687 1350 bytes (raw)
name: gnu/packages/libzapojit.scm 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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+)))

debug log:

solving 590652a ...
found 590652a in https://yhetil.org/guix/e465df2658ccffb23370a901417b3935@openmailbox.org/

applying [1/1] https://yhetil.org/guix/e465df2658ccffb23370a901417b3935@openmailbox.org/
diff --git a/gnu/packages/libzapojit.scm b/gnu/packages/libzapojit.scm
new file mode 100644
index 0000000..590652a

Checking patch gnu/packages/libzapojit.scm...
Applied patch gnu/packages/libzapojit.scm cleanly.

index at:
100644 590652ad21a2e0e6e0ea1ca844421d0151d61687	gnu/packages/libzapojit.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.