Re: [PATCH] gnu: Add qtwebkit.

2016-11-07 Thread Roel Janssen
Thomas Danckaert writes: > From: Leo Famulari > Subject: Re: [PATCH] gnu: Add qtwebkit. > Date: Sat, 5 Nov 2016 14:45:38 -0400 > >> Can you add a code comment mentioning that this package is not >> officially supported by the Qt project? > > done! > > I'

Re: [PATCH] gnu: Add qtwebkit.

2016-11-07 Thread Ludovic Courtès
Hi, Thomas Danckaert skribis: > From: Leo Famulari > Subject: Re: [PATCH] gnu: Add qtwebkit. > Date: Sat, 5 Nov 2016 14:45:38 -0400 > >> Can you add a code comment mentioning that this package is not >> officially supported by the Qt project? > > done! I ag

Re: [PATCH] gnu: Add qtwebkit.

2016-11-05 Thread Thomas Danckaert
From: Leo Famulari Subject: Re: [PATCH] gnu: Add qtwebkit. Date: Sat, 5 Nov 2016 14:45:38 -0400 Can you add a code comment mentioning that this package is not officially supported by the Qt project? done! I've attached an updated patch, as well as a follow-up patch for the texmaker pa

Re: [PATCH] gnu: Add qtwebkit.

2016-11-05 Thread Leo Famulari
On Wed, Nov 02, 2016 at 02:05:09PM +0100, Thomas Danckaert wrote: > From: Leo Famulari > Subject: Re: [PATCH] gnu: Add qtwebkit. > Date: Sat, 29 Oct 2016 20:22:14 -0400 > > > Is there any official statement from Qt about these "community > > releases"? I

Re: [PATCH] gnu: Add qtwebkit.

2016-11-02 Thread Roel Janssen
Thomas Danckaert writes: > From: Roel Janssen > Subject: Re: [PATCH] gnu: Add qtwebkit. > Date: Wed, 02 Nov 2016 13:35:21 +0100 > >> I think this patch works fine. Unfortunately for me, it does not >> fix >> Texmaker's build because it needs QtWebk

Re: [PATCH] gnu: Add qtwebkit.

2016-11-02 Thread Thomas Danckaert
From: Leo Famulari Subject: Re: [PATCH] gnu: Add qtwebkit. Date: Sat, 29 Oct 2016 20:22:14 -0400 Is there any official statement from Qt about these "community releases"? I see that it is hosted on qt.io, so presumably they are somehow blessed by Qt, but I'd like more informat

Re: [PATCH] gnu: Add qtwebkit.

2016-11-02 Thread Thomas Danckaert
From: Roel Janssen Subject: Re: [PATCH] gnu: Add qtwebkit. Date: Wed, 02 Nov 2016 13:35:21 +0100 I think this patch works fine. Unfortunately for me, it does not fix Texmaker's build because it needs QtWebkitWidgets which is apparently a different thing. I'm quite sure QtWebkit

Re: [PATCH] gnu: Add qtwebkit.

2016-11-02 Thread Roel Janssen
Roel Janssen writes: > Thomas Danckaert writes: > >> Hi, >> >> this patch adds QtWebKit 5.7 as a separate package (hopefully this will >> reduce security concerns: only packages which really need QtWebKit will >> include it). >> >> QtWebKit is not officially supported anymore as of Qt 5.6, so t

Re: [PATCH] gnu: Add qtwebkit.

2016-10-29 Thread Leo Famulari
On Fri, Oct 28, 2016 at 11:26:01AM +0200, Thomas Danckaert wrote: > Hi, > > this patch adds QtWebKit 5.7 as a separate package (hopefully this > will reduce security concerns: only packages which really need > QtWebKit will include it). > > QtWebKit is not officially supported anymore as of Qt 5.

Re: [PATCH] gnu: Add qtwebkit.

2016-10-28 Thread Roel Janssen
Thomas Danckaert writes: > Hi, > > this patch adds QtWebKit 5.7 as a separate package (hopefully this will > reduce security concerns: only packages which really need QtWebKit will > include it). > > QtWebKit is not officially supported anymore as of Qt 5.6, so this is a > “community release”

[PATCH] gnu: Add qtwebkit.

2016-10-28 Thread Thomas Danckaert
the patch a bit lengthy. I've also attached a minimal example. Thomas From ef2830cfc9342a88ce473f6a9bc55fee68991b74 Mon Sep 17 00:00:00 2001 From: Thomas Danckaert Date: Wed, 26 Oct 2016 11:11:01 +0200 Subject: [PATCH] gnu: Add qtwebkit. * gnu/packages/qt.scm (qtwebkit): New variable. ---