From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53668) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iY5N9-0007Wv-9W for guix-patches@gnu.org; Fri, 22 Nov 2019 04:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iY5N8-00050h-0h for guix-patches@gnu.org; Fri, 22 Nov 2019 04:37:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44934) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iY5N7-00050d-Tv for guix-patches@gnu.org; Fri, 22 Nov 2019 04:37:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iY5N7-0000eZ-PN for guix-patches@gnu.org; Fri, 22 Nov 2019 04:37:01 -0500 Subject: [bug#38319] [PATCH 0/4] Fix wrap-qt-program some packages using Qt Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:53436) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iY5MC-0007Cx-0Z for guix-patches@gnu.org; Fri, 22 Nov 2019 04:36:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iY5MA-0004V2-VV for guix-patches@gnu.org; Fri, 22 Nov 2019 04:36:03 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:43042) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iY5MA-0004T7-Os for guix-patches@gnu.org; Fri, 22 Nov 2019 04:36:02 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47KBBR4Ry1z1qqlD for ; Fri, 22 Nov 2019 10:35:59 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47KBBR4Mzpz1qrZx for ; Fri, 22 Nov 2019 10:35:59 +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 ttZupXneucRD for ; Fri, 22 Nov 2019 10:35:58 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-48-100.dynamic.mnet-online.de [188.174.48.100]) (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, 22 Nov 2019 10:35:58 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 74F82600A3 for ; Fri, 22 Nov 2019 10:36:15 +0100 (CET) From: Hartmut Goebel Date: Fri, 22 Nov 2019 10:35:56 +0100 Message-Id: <20191122093556.6077-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 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: 38319@debbugs.gnu.org During investigating `wrap-qt-program` for kdevelop I discovered that the paths added there does not match the paths used by qtbase's native-search= -path specifications. While this would not matter much for the wrapped program (as long as the package it belongs to stores the files into these places) this is at leas= t irritating. More important: The wrong paths will not be picked up by qtba= se's native-search-path and thus other packages might experience dubious probl= ems. I checked all packages using `wrap-qt-package` whether they are using one= of these changed paths, and also all occurrences of '"/plugin' and '"/qml' i= n package definitions. Hartmut Goebel (4): gnu: sddm: Fix output directory for QML files. guix: Fix wrap-qt-program.. gnu: python-pyqt: Fix output directory for plugins. gnu: kdeconnect: Remove useless code. gnu/packages/display-managers.scm | 2 +- gnu/packages/kde.scm | 3 --- gnu/packages/qt.scm | 2 +- guix/build/qt-utils.scm | 4 ++-- 4 files changed, 4 insertions(+), 7 deletions(-) --=20 2.21.0