From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ei3Oz-0007zB-RF for guix-patches@gnu.org; Sat, 03 Feb 2018 14:23:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ei3Ow-0006oP-KD for guix-patches@gnu.org; Sat, 03 Feb 2018 14:23:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48017) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ei3Ow-0006oF-GW for guix-patches@gnu.org; Sat, 03 Feb 2018 14:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ei3Ow-0001Pn-Bl for guix-patches@gnu.org; Sat, 03 Feb 2018 14:23:02 -0500 Subject: [bug#30340] [PATCH 0/6] Adopt NixOS patches for Qt5 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ei3OJ-0007XG-Tq for guix-patches@gnu.org; Sat, 03 Feb 2018 14:22:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ei3OG-0006My-OP for guix-patches@gnu.org; Sat, 03 Feb 2018 14:22:23 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:40537) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ei3OG-0006LP-HX for guix-patches@gnu.org; Sat, 03 Feb 2018 14:22:20 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zYkJB60XTz1qs09 for ; Sat, 3 Feb 2018 20:22:18 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zYkJB5wq3z1qqkK for ; Sat, 3 Feb 2018 20:22:18 +0100 (CET) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 8WobJT9KDlJE for ; Sat, 3 Feb 2018 20:22:18 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-93-104-168-48.dynamic.mnet-online.de [93.104.168.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sat, 3 Feb 2018 20:22:18 +0100 (CET) Received: from thisbe.fritz.box (thisbe.fritz.box [192.168.110.23]) by hermia.goebel-consult.de (Postfix) with ESMTP id 5BD8560821 for ; Sat, 3 Feb 2018 20:22:12 +0100 (CET) From: Hartmut Goebel Date: Sat, 3 Feb 2018 20:22:12 +0100 Message-Id: <20180203192212.29173-1-h.goebel@crazy-compilers.com> 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: 30340@debbugs.gnu.org I reviewed the patches NixOS aplies to Qt 5.9 and 5.10. The changes of this series hold the result. I stepped over these when trying to make KDE Plasma work. Most changes are about using store-paths to other packages and for dynamically loaded libs. To ease futuer work, I also added comments about patches we do not need and why. Hartmut Goebel (6): gnu: qtbase: Use the store paths for other packages and dynamically loaded libs. gnu: qtdeclarative: Add note about a patch NixOS has but we don't need. gnu: qtscript: Add note about a patch NixOS has but we don't need. gnu: qtserialport: Use the store paths for dynamically loaded libs. gnu: qttools: Add note about a patch NixOS has but we don't need. gnu: qtwebkit: Add note about a patch NixOS has but we don't need. gnu/packages/qt.scm | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) -- 2.13.6