From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Help needed with security updates for Qt Date: Sun, 21 Jun 2015 23:15:03 +0200 Message-ID: <87r3p4n4q0.fsf@gnu.org> References: <87mvzzg2f3.fsf@netris.org> <87k2uzlurt.fsf@gmail.com> <87381nvnah.fsf@gnu.org> <87r3p6o4a3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6ma5-0003R6-R2 for guix-devel@gnu.org; Sun, 21 Jun 2015 17:15:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6ma2-0007n1-KC for guix-devel@gnu.org; Sun, 21 Jun 2015 17:15:09 -0400 In-Reply-To: <87r3p6o4a3.fsf@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Sat, 20 Jun 2015 22:14:44 +0800") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > Ludovic Court=C3=A8s writes: > >> [...] >> >>> I'd like to try re-package qt5 with submodules, and drop QtWebEngine. >>> As same as Debian and NixOS did. >> >> And Fedora. Ricardo found this insightful discussion: >> >> http://lists.qt-project.org/pipermail/development/2015-February/019960= .html >> >> +1 for removing QtWebEngine and thus have a snippet that removes the >> bundled Chromium altogether. > Well, by build with submodule tarballs [1], Qt5 will split into various > packages: > qtbase, qtsvg, qtx11extras, etc. > The current monolithic qt package will be deprecated. Ah OK, didn=E2=80=99t know that. > It seems that some hacks are needed, basically: > - when build: > Make a 'qt.conf' and union the releated 'lib' and 'mkspecs' for > qmake. Should do in 'qmake-build-system'. > FYI: nixpkgs's recipes [2] and qmake reference [3]. >=20=20=20=20=20 > - when run: > Set 'QT_PLUGIN_PATH' and other variables with wrapper and/or > profile envs. > > And I believe this have to be done if we want to package KDE5, > since KF5 is a set of plugins for Qt. Sounds like a good plan. Thanks for looking into it! Ludo=E2=80=99.