Hi, Thomas Danckaert <p...@thomasdanckaert.be> skribis:
> From: Leo Famulari <l...@famulari.name> > 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 agree with Leo that it’s okay to provide QtWebKit. I went ahead and pushed these two patches: > From 68a4c4accb53cb11c70d242d78e14259e788ac86 Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert <thomas.dancka...@gmail.com> > Date: Sat, 5 Nov 2016 21:18:13 +0100 > Subject: [PATCH 2/2] gnu: texmaker: Use modular qt and qtwebkit. > > * gnu/packages/tex.scm (texmaker)[inputs]: Use modular qt and qtwebkit. [...] > From 0348e13d0aaae4034e8a76f47512e64432b1f84f Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert <thomas.dancka...@gmail.com> > Date: Wed, 26 Oct 2016 11:11:01 +0200 > Subject: [PATCH 1/2] gnu: Add qtwebkit. > > * gnu/packages/qt.scm (qtwebkit): New variable. [...] > + (source > + (origin > + (method url-fetch) > + (uri (string-append "http://download.qt.io/community_releases/" > + (version-major+minor version) > + "/" version "/qtwebkit-opensource-src-" version > + ".tar.xz")) > + ;; note: since Qt 5.6, Qt no longer officially supports qtwebkit I added a link to the message that Leo mentioned here. Thanks! Ludo’.