From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0RYw-0004RG-A0 for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0RYs-0003zn-A8 for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43655) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0RYs-0003zU-7f for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0RYr-00074I-SR for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:01 -0400 Subject: [bug#28720] [PATCH 00/23] Enhance building KDE Frameworks. References: <20171006121420.30821-1-h.goebel@crazy-compilers.com> In-Reply-To: <20171006121420.30821-1-h.goebel@crazy-compilers.com> Resent-Message-ID: From: Hartmut Goebel Date: Fri, 6 Oct 2017 14:16:13 +0200 Message-Id: <20171006121636.30904-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