unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27351] Grilo updates
@ 2017-06-13 20:21 Kei Kebreau
  2017-06-13 20:47 ` [bug#27351] [PATCH 1/2] gnu: grilo: Update to 0.3.3 Kei Kebreau
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kei Kebreau @ 2017-06-13 20:21 UTC (permalink / raw)
  To: 27351

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

The following patches update grilo to version 0.3.3 and add liboauth support.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* [bug#27351] [PATCH 1/2] gnu: grilo: Update to 0.3.3.
  2017-06-13 20:21 [bug#27351] Grilo updates Kei Kebreau
@ 2017-06-13 20:47 ` Kei Kebreau
  2017-06-13 20:47   ` [bug#27351] [PATCH 2/2] gnu: grilo: Add liboauth support Kei Kebreau
  2017-06-16  8:35 ` [bug#27351] Grilo updates Ludovic Courtès
  2017-06-16 15:16 ` bug#27351: " Kei Kebreau
  2 siblings, 1 reply; 6+ messages in thread
From: Kei Kebreau @ 2017-06-13 20:47 UTC (permalink / raw)
  To: 27351; +Cc: Kei Kebreau

* gnu/packages/gnome.scm (grilo): Update to 0.3.3.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1080ddfeb..229b64ce4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3356,7 +3356,7 @@ as possible!")
 (define-public grilo
   (package
     (name "grilo")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
      (origin
        (method url-fetch)
@@ -3365,7 +3365,7 @@ as possible!")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0nvzr2gfk2mpzf99442zawv0n5yjcyy50rqkrvdsibknbm56hvzj"))))
+         "1qx072m0gl6m3d5g5cbbf13p4h217icmlxjnrn829x5xqwi451sw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin")         ; for glib-mkenums and glib-genmarshal
-- 
2.13.1

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

* [bug#27351] [PATCH 2/2] gnu: grilo: Add liboauth support.
  2017-06-13 20:47 ` [bug#27351] [PATCH 1/2] gnu: grilo: Update to 0.3.3 Kei Kebreau
@ 2017-06-13 20:47   ` Kei Kebreau
  0 siblings, 0 replies; 6+ messages in thread
From: Kei Kebreau @ 2017-06-13 20:47 UTC (permalink / raw)
  To: 27351; +Cc: Kei Kebreau

* gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 229b64ce4..73599604d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3373,10 +3373,11 @@ as possible!")
        ("pkg-config" ,pkg-config)
        ("gobject-introspection" ,gobject-introspection)))
     (inputs
-     `(("glib" ,glib)
+     `(("cyrus-sasl" ,cyrus-sasl)
+       ("glib" ,glib)
        ("gtk+" ,gtk+)
        ("libxml2" ,libxml2)
-       ;; XXX TODO: Add oauth
+       ("liboauth" ,liboauth)
        ("libsoup" ,libsoup)
        ("nettle" ,nettle)
        ("totem-pl-parser" ,totem-pl-parser)))
-- 
2.13.1

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

* [bug#27351] Grilo updates
  2017-06-13 20:21 [bug#27351] Grilo updates Kei Kebreau
  2017-06-13 20:47 ` [bug#27351] [PATCH 1/2] gnu: grilo: Update to 0.3.3 Kei Kebreau
@ 2017-06-16  8:35 ` Ludovic Courtès
  2017-06-16 12:35   ` Kei Kebreau
  2017-06-16 15:16 ` bug#27351: " Kei Kebreau
  2 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2017-06-16  8:35 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: 27351

Hello,

Kei Kebreau <kei@openmailbox.org> skribis:

> The following patches update grilo to version 0.3.3 and add liboauth support.

I haven’t run the code but both patches LGTM.

Thank you,
Ludo’.

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

* [bug#27351] Grilo updates
  2017-06-16  8:35 ` [bug#27351] Grilo updates Ludovic Courtès
@ 2017-06-16 12:35   ` Kei Kebreau
  0 siblings, 0 replies; 6+ messages in thread
From: Kei Kebreau @ 2017-06-16 12:35 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27351

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

ludo@gnu.org (Ludovic Courtès) writes:

> Hello,
>
> Kei Kebreau <kei@openmailbox.org> skribis:
>
>> The following patches update grilo to version 0.3.3 and add liboauth support.
>
> I haven’t run the code but both patches LGTM.
>
> Thank you,
> Ludo’.

Thanks for the review. I'll be testing the dependent packages shortly
and committing if they pass.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* bug#27351: Grilo updates
  2017-06-13 20:21 [bug#27351] Grilo updates Kei Kebreau
  2017-06-13 20:47 ` [bug#27351] [PATCH 1/2] gnu: grilo: Update to 0.3.3 Kei Kebreau
  2017-06-16  8:35 ` [bug#27351] Grilo updates Ludovic Courtès
@ 2017-06-16 15:16 ` Kei Kebreau
  2 siblings, 0 replies; 6+ messages in thread
From: Kei Kebreau @ 2017-06-16 15:16 UTC (permalink / raw)
  To: 27351-done

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

Kei Kebreau <kei@openmailbox.org> writes:

> The following patches update grilo to version 0.3.3 and add liboauth support.

Pushed to master as 99dd2af99eb0e6201ce062ca17d34977063f89ec and
6d7273a04d4fb4e9d15b811024e137c8332d4a5e.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2017-06-16 15:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-13 20:21 [bug#27351] Grilo updates Kei Kebreau
2017-06-13 20:47 ` [bug#27351] [PATCH 1/2] gnu: grilo: Update to 0.3.3 Kei Kebreau
2017-06-13 20:47   ` [bug#27351] [PATCH 2/2] gnu: grilo: Add liboauth support Kei Kebreau
2017-06-16  8:35 ` [bug#27351] Grilo updates Ludovic Courtès
2017-06-16 12:35   ` Kei Kebreau
2017-06-16 15:16 ` bug#27351: " Kei Kebreau

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).