all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26277: [PATCH 1/1] gnu: webkitgtk: Update to 2.16.0.
@ 2017-03-27 22:03 Leo Famulari
  2017-03-27 22:26 ` Marius Bakke
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2017-03-27 22:03 UTC (permalink / raw)
  To: 26277

* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.0.
[inputs]: Replace gnutls with libgcrypt.
---
 gnu/packages/webkit.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index a9824cafc..b90bd4d44 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -35,6 +35,7 @@
   #:use-module (gnu packages gl)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome)
+  #:use-module (gnu packages gnupg)
   #:use-module (gnu packages gperf)
   #:use-module (gnu packages gstreamer)
   #:use-module (gnu packages gtk)
@@ -45,7 +46,6 @@
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
   #:use-module (gnu packages ruby)
-  #:use-module (gnu packages tls)
   #:use-module (gnu packages video)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg))
@@ -53,14 +53,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.14.5")
+    (version "2.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "17rnjs7yl198bkghzcc2cgh30sb5i03irb6wag3xchwv7b1z3a1w"))))
+                "1p3w23n5bq30xg4qg0i9lmrk13vgck2l4wh8gmzwxwqfj7c738sy"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests
@@ -102,12 +102,12 @@
      `(("at-spi2-core" ,at-spi2-core)
        ("enchant" ,enchant)
        ("geoclue" ,geoclue)
-       ("gnutls" ,gnutls)
        ("gst-plugins-base" ,gst-plugins-base)
        ("gtk+-2" ,gtk+-2)
        ("harfbuzz" ,harfbuzz)
        ("hyphen" ,hyphen)
        ("icu4c" ,icu4c)
+       ("libgcrypt" ,libgcrypt)
        ("libjpeg" ,libjpeg)
        ("libnotify" ,libnotify)
        ("libpng" ,libpng)
-- 
2.12.0

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

* bug#26277: [PATCH 1/1] gnu: webkitgtk: Update to 2.16.0.
  2017-03-27 22:03 bug#26277: [PATCH 1/1] gnu: webkitgtk: Update to 2.16.0 Leo Famulari
@ 2017-03-27 22:26 ` Marius Bakke
  2017-03-28  0:22   ` Leo Famulari
  2017-03-28  0:23   ` Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: Marius Bakke @ 2017-03-27 22:26 UTC (permalink / raw)
  To: Leo Famulari, 26277

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

Leo Famulari <leo@famulari.name> writes:

> * gnu/packages/webkit.scm (webkitgtk): Update to 2.16.0.
> [inputs]: Replace gnutls with libgcrypt.

LGTM. I trust your judgement on this, so I don't think posting it here
is necessary (not that I'm in charge though! :P). I think most of us
read the commit history anyway and would raise questions as necessary.

But since we're here, if there are blog posts, release notes, or other
rationale explaining why this change is necessary, it could be good to
include in the "message area" of a commit, IMO.

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

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

* bug#26277: [PATCH 1/1] gnu: webkitgtk: Update to 2.16.0.
  2017-03-27 22:26 ` Marius Bakke
@ 2017-03-28  0:22   ` Leo Famulari
  2017-03-28  0:23   ` Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2017-03-28  0:22 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 26277

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

On Tue, Mar 28, 2017 at 12:26:19AM +0200, Marius Bakke wrote:
> Leo Famulari <leo@famulari.name> writes:
> 
> > * gnu/packages/webkit.scm (webkitgtk): Update to 2.16.0.
> > [inputs]: Replace gnutls with libgcrypt.
> 
> LGTM. I trust your judgement on this, so I don't think posting it here
> is necessary (not that I'm in charge though! :P). I think most of us
> read the commit history anyway and would raise questions as necessary.
> 
> But since we're here, if there are blog posts, release notes, or other
> rationale explaining why this change is necessary, it could be good to
> include in the "message area" of a commit, IMO.

Good idea, especially since the change is not mentioned in NEWS. I added
some links to the commit message and pushed as
c38685524956a9451ce254da80f6819be53ead6c.

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

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

* bug#26277: [PATCH 1/1] gnu: webkitgtk: Update to 2.16.0.
  2017-03-27 22:26 ` Marius Bakke
  2017-03-28  0:22   ` Leo Famulari
@ 2017-03-28  0:23   ` Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2017-03-28  0:23 UTC (permalink / raw)
  Cc: 26277-done

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

On Tue, Mar 28, 2017 at 12:26:19AM +0200, Marius Bakke wrote:
> Leo Famulari <leo@famulari.name> writes:
> 
> > * gnu/packages/webkit.scm (webkitgtk): Update to 2.16.0.
> > [inputs]: Replace gnutls with libgcrypt.
> 
> LGTM. I trust your judgement on this, so I don't think posting it here
> is necessary (not that I'm in charge though! :P). I think most of us
> read the commit history anyway and would raise questions as necessary.
> 
> But since we're here, if there are blog posts, release notes, or other
> rationale explaining why this change is necessary, it could be good to
> include in the "message area" of a commit, IMO.

Closed!

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

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

end of thread, other threads:[~2017-03-28  0:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-27 22:03 bug#26277: [PATCH 1/1] gnu: webkitgtk: Update to 2.16.0 Leo Famulari
2017-03-27 22:26 ` Marius Bakke
2017-03-28  0:22   ` Leo Famulari
2017-03-28  0:23   ` Leo Famulari

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.