From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1tEd-0000z2-Dm for guix-patches@gnu.org; Tue, 10 Oct 2017 08:02:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1tEY-0006FO-F9 for guix-patches@gnu.org; Tue, 10 Oct 2017 08:02:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50668) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1tEY-0006FG-Bb for guix-patches@gnu.org; Tue, 10 Oct 2017 08:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e1tEY-0007sy-1M for guix-patches@gnu.org; Tue, 10 Oct 2017 08:02:02 -0400 Subject: [bug#28719] [PATCH 2/6] gnu: qt: Fix install paths in submodules. Resent-Message-ID: From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <20171006120214.29511-1-h.goebel@crazy-compilers.com> <20171006120214.29511-2-h.goebel@crazy-compilers.com> Date: Tue, 10 Oct 2017 19:01:04 +0800 In-Reply-To: <20171006120214.29511-2-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Fri, 6 Oct 2017 14:02:10 +0200") Message-ID: <87infn1d3j.fsf@member.fsf.org> 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: Hartmut Goebel Cc: 28719@debbugs.gnu.org Hartmut Goebel writes: > From: =E5=AE=8B=E6=96=87=E6=AD=A6 > > Before this, the paths in pkg-config (.pc) and libtool (.la) files of > submodules are all pointing to qtbase. > > * gnu/packages/qt.scm (qtbase)[native-inputs]: Move 'which' to > 'propagated-inputs'. > [arguments]: Rename 'patch-mkspecs' phase to 'patch-mkspecs' and patch > more qmake spec files there. Typo.. Should be: Rename 'patch-qt_config.prf' phase to 'patch-mkspecs' ...