emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27093: closed ([PATCH 2/3] gnu: Add libgdata.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27093: closed ([PATCH 2/3] gnu: Add libgdata.)
Date: Wed, 31 May 2017 06:20:01 +0000

Your message dated Wed, 31 May 2017 08:19:06 +0200
with message-id <address@hidden>
and subject line Re: bug#27093: [PATCH 2/3] gnu: Add libgdata.
has caused the debbugs.gnu.org bug report #27093,
regarding [PATCH 2/3] gnu: Add libgdata.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27093: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27093
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 2/3] gnu: Add libgdata. Date: Fri, 26 May 2017 23:23:03 -0400
* gnu/packages/gnome.scm (libgdata): New variable.
---
 gnu/packages/gnome.scm | 42 +++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 41 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 299f11b2d..d7d92dd90 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016, 2017 Rene Saavedra <address@hidden>
 ;;; Copyright © 2016 Jochem Raat <address@hidden>
-;;; Copyright © 2016 Kei Kebreau <address@hidden>
+;;; Copyright © 2016, 2017 Kei Kebreau <address@hidden>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
 ;;; Copyright © 2016 Roel Janssen <address@hidden>
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
@@ -238,6 +238,46 @@ relationship modeling, and network diagrams.  The program 
supports various file
 formats like PNG, SVG, PDF and EPS.")
       (license license:gpl2+))))
 
+(define-public libgdata
+  (package
+    (name "libgdata")
+    (version "0.16.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/" name "/"
+                                  (version-major+minor version)  "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "09q8h1129xjpw33rvzz7856drygxwlm0s64z9cm0vbmjxiqy0h47"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-tests")
+       #:tests? #f)) ; See <https://bugzilla.gnome.org/show_bug.cgi?id=739956>.
+    (native-inputs
+     `(("glib:bin" ,glib "bin")
+       ("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)
+       ("uhttpmock" ,uhttpmock)))
+    (inputs
+     `(("cyrus-sasl" ,cyrus-sasl)
+       ("glib" ,glib)
+       ("glib-networking" ,glib-networking)
+       ("json-glib" ,json-glib)
+       ("libsoup" ,libsoup)))
+    (propagated-inputs
+     `(("gcr" ,gcr)
+       ("gnome-online-accounts" ,gnome-online-accounts)
+       ("liboauth" ,liboauth)
+       ("libxml2" ,libxml2)))
+    (home-page "https://wiki.gnome.org/Projects/libgdata";)
+    (synopsis "Library for accessing online service APIs")
+    (description
+     "libgdata is a GLib-based library for accessing online service APIs using
+the GData protocol — most notably, Google's services.  It provides APIs to
+access the common Google services, and has full asynchronous support.")
+    (license license:lgpl2.1+)))
+
 (define-public gnome-common
   (package
     (name "gnome-common")
-- 
2.13.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#27093: [PATCH 2/3] gnu: Add libgdata. Date: Wed, 31 May 2017 08:19:06 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
Kei Kebreau <address@hidden> writes:

> Ricardo Wurmus <address@hidden> writes:
>
>> Kei Kebreau <address@hidden> writes:
>>
>>> All tests should be running properly now!
>>> From 2f4aa38aad8630818caee04c7d769a66488967b3 Mon Sep 17 00:00:00 2001
>>> From: Kei Kebreau <address@hidden>
>>> Date: Fri, 26 May 2017 01:13:23 -0400
>>> Subject: [PATCH 2/3] gnu: Add libgdata.
>>>
>>> * gnu/packages/gnome.scm (libgdata): New variable.
>>> * gnu/packages/patches/libgdata-fix-tests.patch,
>>> gnu/packages/patches/libgdata-glib-duplicate-tests.patch: New files.
>>> * gnu/local.mk (dist_patch_DATA): Add them.
>>
>> I wanted to commit this just now but noticed that it depends on
>> liboauth, which is unavailable.  Did you forget to submit that patch?
>>
>
> I'm fairly sure I submitted it, as I remember it being
> reviewed. Regardless, I've already commited these to the staging
> branch.

Ah, staging.  Well in that case I’ll close this bug (and the third of
this series).  Sending email to address@hidden  Maybe I
didn’t see it because only the first of this series was closed.

I find it helpful to submit a cover letter first, wait for debbugs to
acknowledge it, and then send the patch set to the assigned bug email
address.  This way they all stay together.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]