From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0RJS-0000Sx-BH for guix-patches@gnu.org; Fri, 06 Oct 2017 08:01:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0RJO-0004z0-7m for guix-patches@gnu.org; Fri, 06 Oct 2017 08:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43570) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0RJO-0004yi-4y for guix-patches@gnu.org; Fri, 06 Oct 2017 08:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0RJN-0006ZQ-To for guix-patches@gnu.org; Fri, 06 Oct 2017 08:01:01 -0400 Subject: [bug#28719] [PATCH 0/6] Qt: Use a more standard directory layout. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0RIO-0008Jk-MX for guix-patches@gnu.org; Fri, 06 Oct 2017 08:00:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0RIK-0003u0-H6 for guix-patches@gnu.org; Fri, 06 Oct 2017 08:00:00 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:58519) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e0RIK-0003sA-Am for guix-patches@gnu.org; Fri, 06 Oct 2017 07:59:56 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3y7p961GnPz1qxL9 for ; Fri, 6 Oct 2017 13:59:53 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3y7p950vHFz1sVdg for ; Fri, 6 Oct 2017 13:59:53 +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 DU3eFooOdi15 for ; Fri, 6 Oct 2017 13:59:52 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-46-244-136-109.dynamic.mnet-online.de [46.244.136.109]) (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 ; Fri, 6 Oct 2017 13:59:52 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 496F56062A for ; Fri, 6 Oct 2017 13:59:52 +0200 (CEST) From: Hartmut Goebel Date: Fri, 6 Oct 2017 13:59:51 +0200 Message-Id: <20171006115951.29431-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: 28719@debbugs.gnu.org This patch series makes Qt install libs, plugins, etc into a standard directory layout. See http://lists.gnu.org/archive/html/guix-devel/2017-09/msg00092.html and th= e related thread for details. The three patches by Sou Bunnbu (=E5=AE=8B=E6=96=87=E6=AD=A6) are unchang= ed from what he posted earlier on guix-devel. Hartmut Goebel (3): gnu: qtwebkit: Fix rpath for the qmlwebkit plugins. gnu: qscintilla: Adjust installation directory layout. gnu: kde-framworks: Fix installation directories. Sou Bunnbu (=E5=AE=8B=E6=96=87=E6=AD=A6) (3): gnu: qtbase: Use a more standard directory layout. gnu: qt: Fix install paths in submodules. gnu: qwt: Adjust installation directory layout. gnu/packages/kde-frameworks.scm | 16 +++- gnu/packages/qt.scm | 164 +++++++++++++++++++++++++++++-----= ------ 2 files changed, 134 insertions(+), 46 deletions(-) --=20 2.13.5