From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0RX0-0003Xp-VB for guix-patches@gnu.org; Fri, 06 Oct 2017 08:15:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0RWw-0001PJ-QU for guix-patches@gnu.org; Fri, 06 Oct 2017 08:15:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43603) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0RWw-0001Oz-NT for guix-patches@gnu.org; Fri, 06 Oct 2017 08:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0RWw-0006xK-Hk for guix-patches@gnu.org; Fri, 06 Oct 2017 08:15:02 -0400 Subject: [bug#28720] [PATCH 00/23] Enhance building KDE Frameworks. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0RWN-0003T5-O5 for guix-patches@gnu.org; Fri, 06 Oct 2017 08:14:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0RWK-0000sM-HN for guix-patches@gnu.org; Fri, 06 Oct 2017 08:14:27 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:40328) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e0RWK-0000rY-6r for guix-patches@gnu.org; Fri, 06 Oct 2017 08:14:24 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3y7pTp4T4lz1qx3T for ; Fri, 6 Oct 2017 14:14:22 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3y7pTp3Z3Vz1sVdm for ; Fri, 6 Oct 2017 14:14:22 +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 fAT1kreD95wj for ; Fri, 6 Oct 2017 14:14:21 +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 14:14:21 +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 D99F1605ED for ; Fri, 6 Oct 2017 14:14:21 +0200 (CEST) From: Hartmut Goebel Date: Fri, 6 Oct 2017 14:14:20 +0200 Message-Id: <20171006121420.30821-1-h.goebel@crazy-compilers.com> 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: 28720@debbugs.gnu.org This is another series of patches enhancing KDE Frameworks. I inspected the log-files for each of the packages and added more optional inputs, reduced the number of build warnings, etc. This series was tested on top of the patches 28719 . You can find both series on the "wip-qt-paths" branch. Hartmut Goebel (23): gnu: grantlee: Enable all tests. gnu: qtkeychain: Reduce the number of warnings when configuring. gnu: Update prison to 5.37.0. gnu: kcoreaddons: Add native-input shared-mime-info and a comment. gnu: kconfigwidgets: Add optional native-input kdoctools. gnu: kwallet: Add optional input qgpgme. gnu: kdesignerplugin: Add optional inputs. gnu: phonon: Enable building the Qt Designer plugin. gnu: kdnssd: Enable service discovery on local network via avahi. gnu: kfilemetadata: Enable support for PDF files and audio files. gnu: bluez-qt: Install udev-rules. gnu: bluez-qt: Add comment about status of tests. gnu: kparts: Make tests pass again. gnu: kio: Remove unused input. gnu: kio: Adopt a patch from Nix. gnu: kio: Symlink some files referred to by different names. gnu: kidletime: Enable fallback mode to X-Screensaver based poller. gnu: sonnet: Reduce the number of warnings when configuring. gnu: kglobalaccel: Reduce the number of warnings when configuring. gnu: kdeclarative: Reduce the number of warnings when configuring. gnu: Add kdewebkit. gnu: ktexteditor: Symlink some files referred to by different names. gnu: kdoctools: Symlink some files referred to by different names. gnu/packages/kde-frameworks.scm | 140 ++++++++++++++++++++++++++++++++++------ gnu/packages/qt.scm | 13 ++-- 2 files changed, 128 insertions(+), 25 deletions(-) -- 2.13.5