From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: QT install and search paths Date: Fri, 25 Aug 2017 20:40:03 +0800 Message-ID: <87378fkeho.fsf@member.fsf.org> References: <42cac0e9-d948-3ea1-7312-d003751fd6a8@crazy-compilers.com> <874lsxi3bx.fsf@member.fsf.org> <4a1d7083-eb0a-9c79-fd54-686b822da5ed@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dlDuS-0005Zu-D4 for guix-devel@gnu.org; Fri, 25 Aug 2017 08:40:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dlDuN-00024j-H6 for guix-devel@gnu.org; Fri, 25 Aug 2017 08:40:24 -0400 Received: from rezeros.cc ([2001:19f0:7001:2f3e:5400:ff:fe84:e55d]:38692) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dlDuN-000242-1g for guix-devel@gnu.org; Fri, 25 Aug 2017 08:40:19 -0400 In-Reply-To: <4a1d7083-eb0a-9c79-fd54-686b822da5ed@crazy-compilers.com> (Hartmut Goebel's message of "Fri, 25 Aug 2017 09:06:55 +0200") 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 Hartmut Goebel writes: > Am 24.08.2017 um 13:59 schrieb =E5=AE=8B=E6=96=87=E6=AD=A6: >> Currently, it doesn't follow a normal package layout, We should change >> it to (like it in Debian and ArchLinux): > > I'd support this. > > What do you think about using "=E2=80=A6/qt5" instead of just "=E2=80=A6/= qt", like > Fedora does. IMHO this is not a bad idea. Sure,=20 > >> Which need adjust the configure flags, search-patchs and the >> qt_config.prf of our qtbase package (and maybe some kde ones, I don't >> know). > > Can you take care of this? I can take care of kde-frameworks.scm. Maybe > we can work on a different branch until we finished all packages. Okay, I'll reply to this thread once I got qtbase adjusted.