From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56425) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNigO-0004gK-Aa for guix-patches@gnu.org; Thu, 24 Oct 2019 15:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNigM-0006Ij-8G for guix-patches@gnu.org; Thu, 24 Oct 2019 15:22:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56357) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iNigL-0006Id-Ul for guix-patches@gnu.org; Thu, 24 Oct 2019 15:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iNigL-0001Yc-Mz for guix-patches@gnu.org; Thu, 24 Oct 2019 15:22:01 -0400 Subject: [bug#37908] [PATCH 0/2] Remove monolithic qt5 (and other unused package) Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:56246) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNifP-0002Vt-RA for guix-patches@gnu.org; Thu, 24 Oct 2019 15:21:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNifN-00065e-Gk for guix-patches@gnu.org; Thu, 24 Oct 2019 15:21:02 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:44357) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iNifN-00064g-AU for guix-patches@gnu.org; Thu, 24 Oct 2019 15:21:01 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 46zcXp0CbXz1rGSC for ; Thu, 24 Oct 2019 21:20:58 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 46zcXp04wBz1qqkR for ; Thu, 24 Oct 2019 21:20:57 +0200 (CEST) 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 4ncvsVxVAYvA for ; Thu, 24 Oct 2019 21:20:57 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-61-107.dynamic.mnet-online.de [93.104.61.107]) (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 ; Thu, 24 Oct 2019 21:20:57 +0200 (CEST) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 7EE5860081 for ; Thu, 24 Oct 2019 21:21:00 +0200 (CEST) From: Hartmut Goebel Date: Thu, 24 Oct 2019 21:20:56 +0200 Message-Id: <20191024192056.5428-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 37908@debbugs.gnu.org The monolithic `qt` package was only used as a base to inhert `qt-4` from= . For testing this change does not change qt-4 in any way: - run ./pre-inst-env guix build qt@4.8.7 - apply patch - again run ./pre-inst-env guix build qt@4.8.7 -> qt@4.8.7 will *not* be build again. To avoid any rebuilds, I even refr= ined from sorting the inputs. :-) The other patch removes a package which has been merged into qtdeclarativ= e as of Qt 5.8.0 and is not used anywhere. Hartmut Goebel (2): gnu: Remove qtdeclarative-render2d. gnu: Remove monolithic qt5. gnu/packages/qt.scm | 328 +++++++------------------------------------- 1 file changed, 49 insertions(+), 279 deletions(-) --=20 2.21.0