From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAB9W-00030J-R4 for guix-patches@gnu.org; Thu, 02 Nov 2017 04:47:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAB9S-0004P6-GO for guix-patches@gnu.org; Thu, 02 Nov 2017 04:47:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38146) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eAB9S-0004Ox-CK for guix-patches@gnu.org; Thu, 02 Nov 2017 04:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eAB9R-0003Aj-P5 for guix-patches@gnu.org; Thu, 02 Nov 2017 04:47:02 -0400 Subject: [bug#29114] [PATCH 00/10] KDE Updates and cleanups Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAB91-0002rL-NJ for guix-patches@gnu.org; Thu, 02 Nov 2017 04:46:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAB8x-00046N-CR for guix-patches@gnu.org; Thu, 02 Nov 2017 04:46:35 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:33208) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eAB8x-00045D-5S for guix-patches@gnu.org; Thu, 02 Nov 2017 04:46:31 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3ySJbS5K8Fz1qyXF for ; Thu, 2 Nov 2017 09:46:28 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3ySJbS3tYgz1r0x9 for ; Thu, 2 Nov 2017 09:46:28 +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 U85l7tTagY6O for ; Thu, 2 Nov 2017 09:46:26 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-46-244-152-242.dynamic.mnet-online.de [46.244.152.242]) (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 ; Thu, 2 Nov 2017 09:46:26 +0100 (CET) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 66DF460652 for ; Thu, 2 Nov 2017 09:46:26 +0100 (CET) From: Hartmut Goebel Date: Thu, 2 Nov 2017 09:46:25 +0100 Message-Id: <20171102084625.21306-1-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: 29114@debbugs.gnu.org This supersedes and extends * KDE-frameworks - Update to 5.39.0 - Make more tests pass - Enable more features - Update comments * libksysguard: Update to 5.11.2. NEW (has not been in bug 29103) * Move some definitions to be in order with I got trapped be the wrong position when comparing the lists. =20 Hartmut Goebel (10): gnu: extra-cmake-modules: Install pri-files into lib/qt5/. gnu: kde-frameworks: Update to 5.39.0. gnu: kimageformats: Update comment. gnu: kdelibs4support: Make test kstandarddirstest pass. gnu: krunner: Make some tests pass. gnu: solid: Enable building interface for qml. gnu: libksysguard: Update to 5.11.2. gnu: kactivities: Move to tier 2. gnu: kdewebkit: Move to be in alphabetical order. gnu: prison: Move to be in alphabetical order. gnu/local.mk | 1 + gnu/packages/kde-frameworks.scm | 534 +++++++++++----= ------ gnu/packages/kde.scm | 6 +- ...ktexteditor-5.39.0-autotests-dependencies.patch | 49 ++ 4 files changed, 334 insertions(+), 256 deletions(-) create mode 100644 gnu/packages/patches/ktexteditor-5.39.0-autotests-dep= endencies.patch --=20 2.13.5