From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: Where is qtwebkit? Date: Thu, 13 Oct 2016 15:47:35 +0200 Message-ID: <87bmyo2weg.fsf@gnu.org> References: <87vawxhjd7.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bugLB-0007P1-H5 for guix-devel@gnu.org; Thu, 13 Oct 2016 09:46:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bugL6-0008Db-LS for guix-devel@gnu.org; Thu, 13 Oct 2016 09:46:32 -0400 In-reply-to: <87vawxhjd7.fsf@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org ng0 writes: > I am currently packaging supercollider, and it would be nice to have > qtwebkit... but I can't find it for Guix. How do I use it in a packaging > defition? Do we have it at all? Is someone working on it? I've read a > thread where someone pointed out it was moved but that was of no help > either. > > * Qt >= 5.3 (+ qtwebkit) > * http://qt-project.org > * cross-platform graphical user interface library, for Qt IDE and sclang's Qt GUI kit I think QtWebkit has been removed from Qt in favor of the QtWebEngine (based on Chromium?). >From https://blog.qt.io/blog/2016/03/16/qt-5-6-released/: > With 5.6, Qt WebKit and Qt Quick 1 will no longer be supported and are > dropped from the release. The source code for these modules will still > be available. You can continue to compile and use these modules, but > we will not be supporting them any longer. So it should still be possible to compile the source code. I downloaded the source code and tried to compile it but I couldn't find any 'find . -name "*webkit*"' at all! Kind regards, Roel Janssen