From mboxrd@z Thu Jan 1 00:00:00 1970 From: mike.rosset@gmail.com Subject: Re: qtwenengine anybody? Date: Sun, 05 Jan 2020 08:10:12 -0800 Message-ID: <87v9ppdguz.fsf@gmail.com> References: <87a77sqtdq.fsf@ambrevar.xyz> <87immgqryj.fsf@gmail.com> <871rt4qnp9.fsf@gmail.com> <87immgp582.fsf@gmail.com> <5955729d-ef57-ffb8-feb8-36a9f53658a2@crazy-compilers.com> <87d0clpbt6.fsf@gmail.com> <87y2v7e0g4.fsf@ambrevar.xyz> <87v9qb56gg.fsf@gmail.com> <87sglfotvj.fsf@ambrevar.xyz> <87o8w354m5.fsf@gmail.com> <87blrod2so.fsf@ambrevar.xyz> <878smsd2pe.fsf@ambrevar.xyz> <87mub7krlq.fsf@gmail.com> <87tv5e9acb.fsf@ambrevar.xyz> <871rsilshf.fsf@gmail.com> <87imltk3mz.fsf@gmail.com> <31765744-6c8f-9fae-bc52-c79c6a3a370d@crazy-compilers.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55228) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1io8Tp-000371-Bz for guix-devel@gnu.org; Sun, 05 Jan 2020 11:10:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1io8Tn-0000UC-UB for guix-devel@gnu.org; Sun, 05 Jan 2020 11:10:17 -0500 Received: from mail-pg1-x52b.google.com ([2607:f8b0:4864:20::52b]:46411) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1io8Tn-0000Tn-MX for guix-devel@gnu.org; Sun, 05 Jan 2020 11:10:15 -0500 Received: by mail-pg1-x52b.google.com with SMTP id z124so25696770pgb.13 for ; Sun, 05 Jan 2020 08:10:15 -0800 (PST) In-Reply-To: <31765744-6c8f-9fae-bc52-c79c6a3a370d@crazy-compilers.com> (Hartmut Goebel's message of "Fri, 3 Jan 2020 15:57:45 +0100") 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: Hartmut Goebel Cc: Guix-devel , 35866@debbugs.gnu.org --=-=-= Content-Type: text/plain Hartmut Goebel writes: > Am 02.01.20 um 21:24 schrieb mike.rosset@gmail.com: >> Apologies this is probably a failure in my ML workflow. And just my luck >> I'm in the process of doing some working related moving todoy. Here is a >> complete diff >> https://gitlab.com/mike.rosset/guix/compare/master...qtwebengine hope >> this helps. > > Many thanks, this is quite helpful. > > For me it looks okay except of two minor points: > > - The description should contain at least a brief note about Qt patched > the embedded chromium to (partially) un-google it. If you know details, > this would be great. This of course could be enhanced later, since > changing the description does not force a rebuild of he package. > > - Please still honor Ricardo's remark about DRM and phoning home. Hello Hartmut, I've upgraded the description field as request see attached. And CC to 35866@debbugs.gnu.org I've also addressed in depth some Ricardo's concerns. More then likely you will have problems applying this with git am again. This final declaration though based on my original submission. Was moved manually out and back in again. So there is probably inconsequential git history missing. I could create a new bug report maybe? Or you can still use the complete diff from https://gitlab.com/mike.rosset/guix/compare/master...qtwebengine --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0005-gnu-qtwebengine-description-field-now-notes-source-r.patch >From e67e9e7a6a6b346c9a99759ae75040735e5336d1 Mon Sep 17 00:00:00 2001 From: Mike Rosset Date: Sun, 5 Jan 2020 07:34:47 -0800 Subject: [PATCH 5/5] gnu: qtwebengine: description field now notes source re base summary To: 35866@debbugs.gnu.org * gnu/packages/qt.scm (qtwebengine)[description]: Note Qt Chromium source re base details. --- gnu/packages/qt.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index a4a039dc80..e199c67c4f 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2154,8 +2154,9 @@ time Web content can be enhanced with native controls.") (files '("lib/qt5/libexec/QtWebEngineProcess"))))) (home-page "https://www.qt.io") (synopsis "Qt WebEngine module") - (description "Qt5WebEngine provides support for web -applications using the Chromium browser project.") + (description "Qt5WebEngine provides support for web applications using the +Chromium browser project. The Chromium source base has Google services and +binaries removed along with modular support for system libraries.") (license (package-license qt)))) -- 2.24.1 --=-=-= Content-Type: text/plain Mike --=-=-=--