From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWqrX-00049q-Nc for guix-patches@gnu.org; Fri, 31 May 2019 19:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWqrW-00060X-M1 for guix-patches@gnu.org; Fri, 31 May 2019 19:23:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51280) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hWqrW-00060L-IY for guix-patches@gnu.org; Fri, 31 May 2019 19:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hWqrW-0003wt-D8 for guix-patches@gnu.org; Fri, 31 May 2019 19:23:02 -0400 Subject: [bug#35866] [PATCH] gnu: qtwebengine: Do not use 3rd party libraries. Resent-Message-ID: From: mrosset@bufio.org References: <20190529233705.21127-1-mrosset@bufio.org> <20190529233705.21127-2-mrosset@bufio.org> <8736kubezn.fsf@devup.no> Date: Fri, 31 May 2019 16:16:54 -0700 In-Reply-To: <8736kubezn.fsf@devup.no> (Marius Bakke's message of "Fri, 31 May 2019 21:28:28 +0200") Message-ID: <87sgsuusd5.fsf@bufio.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: mike.rosset@gmail.com, 35866@debbugs.gnu.org Marius Bakke writes: > Thank you very much for this work. I have looked into QtWebEngine > before and do think they are doing "the right thing" (apart from using > Blink in the first place) wrt binaries and spyware. > > The patch LGTM overall, but I would like to see the unused "third_party" > directories removed if possible. You might be able to reuse much of > this snippet: > > > > Can you give it a try? This is a good idea, not sure why I had not thought to do this myself. I'll remove everything I can then update my patches series