From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHqaF-0003lx-OA for guix-patches@gnu.org; Mon, 05 Jun 2017 07:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHqaA-0006Zz-RZ for guix-patches@gnu.org; Mon, 05 Jun 2017 07:54:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53889) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHqaA-0006Zp-Ol for guix-patches@gnu.org; Mon, 05 Jun 2017 07:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dHqaA-0003NW-Iy for guix-patches@gnu.org; Mon, 05 Jun 2017 07:54:02 -0400 Subject: bug#27251: [PATCH 00/27] KDE Frameworks: Add inputs, fix some tests, cleanup. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHqZS-0003PK-L6 for guix-patches@gnu.org; Mon, 05 Jun 2017 07:53:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHqZN-0006FH-OH for guix-patches@gnu.org; Mon, 05 Jun 2017 07:53:18 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:55595) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dHqZN-0006Ds-Go for guix-patches@gnu.org; Mon, 05 Jun 2017 07:53:13 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3whCr70mSgz1qsyt for ; Mon, 5 Jun 2017 13:53:10 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3whCr60X1Bz3jgY4 for ; Mon, 5 Jun 2017 13:53:10 +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 N7WlzCX6Vgs8 for ; Mon, 5 Jun 2017 13:53:09 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-46-244-130-4.dynamic.mnet-online.de [46.244.130.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Mon, 5 Jun 2017 13:53:09 +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 64D8B606B7 for ; Mon, 5 Jun 2017 14:01:06 +0200 (CEST) From: Hartmut Goebel Date: Mon, 5 Jun 2017 13:53:08 +0200 Message-Id: <1496663588-5021-1-git-send-email-h.goebel@crazy-compilers.com> 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: 27251@debbugs.gnu.org This patch series for kde-frameworks.scm * adds (almost) all optional and recommended inputs * adds comments for still missing optional or recommended inputs * removes the requirement on xorg-server for tests where possible. Some packages started a x.org server for testing, which can be avoided by setting QT_QPA_PLATFORM=3Doffscreen. * re-anables some test-suites now passing * retains the progress on makeing a test-suite pass (while keeping the still-failing test-suite disabled) Hartmut Goebel (27): gnu: kguiaddons: Add more optional inputs. gnu: kguiaddons: Remove unused native input. gnu: kguiaddons: Add a todo comment. gnu: kitemmodels: Add more optional inputs. gnu: kcompletion: Remove unused native input. gnu: kde frameworks: Avoid requiring xorg-server for tests. gnu: kimageformats: Add more optional and recommended inputs. gnu: kio: Add more optional and recommended inputs. gnu: kinit: Add more optional inputs. gnu: ktexteditor: Add more optional inputs. gnu: ktexteditor: Add a todo comment. gnu: plasma-framework: Add more optional inputs. gnu: plasma-framework: Update comment (number of failed tests). gnu: kpackage: Add more optional inputs. gnu: kpackage: Update comment (number of failed tests). gnu: sonnet: Add optional input (spell-checker). gnu: gpgmepp: Superseded by gpgme. gnu: kwallet: Use gpgme instead of gpgmepp. gnu: kiconthemes: Re-enable tests. gnu: kwidgetsaddons: Re-enable tests. gnu: kwindowsystem: Fix some test-cases (test-suite still disabled). gnu: kdeclarative: Update comment. gnu: kpty: Add a todo comment. gnu: phonon: Add a todo comment. gnu: ktextwidgets: Add a todo comment. gnu: knotifications: Add a todo comments. gnu: solid: Add a todo comment. gnu/packages/kde-frameworks.scm | 169 +++++++++++++++++++++++++---------= ------ 1 file changed, 107 insertions(+), 62 deletions(-) --=20 2.7.4