From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: texmaker, Qt and Chromium Date: Fri, 07 Oct 2016 21:17:30 +0200 Message-ID: <877f9kufxx.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsaeO-0002wm-7t for guix-devel@gnu.org; Fri, 07 Oct 2016 15:17:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsaeJ-0005uA-Tm for guix-devel@gnu.org; Fri, 07 Oct 2016 15:17:43 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsaeJ-0005so-Lf for guix-devel@gnu.org; Fri, 07 Oct 2016 15:17:39 -0400 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: guix-devel Hi Guix, our build of the “texmaker” package is broken ever since we disabled the webkit module of our Qt package. I’m currently looking into packaging up the needed Qt modules, but the obvious question remains: do we want this? “qtwebengine” not only bundles chromium, chromium itself also bundles a whole bunch of other stuff. Personally, I think it’s acceptable to package “qtwebengine” because ultimately it’s up to the Qt and Chromium developers to keep their software secure — and it’s up to the developers of software like Texmaker to choose their dependencies wisely. As long as we keep Chromium out of our default “qt” package, thereby preventing it from being installed for every Qt application, I think we’re good. What do you think? The alternative is to drop Texmaker and all the other packages that depend on Chromium as distributed by Qt. ~~ Ricardo