From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 16:58:09 2018 Received: (at submit) by debbugs.gnu.org; 8 Feb 2018 21:58:09 +0000 Received: from localhost ([127.0.0.1]:34386 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuCm-0007Qb-Tt for submit@debbugs.gnu.org; Thu, 08 Feb 2018 16:58:09 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52149) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuCj-0007Pz-O9 for submit@debbugs.gnu.org; Thu, 08 Feb 2018 16:58:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejuCd-0003Fu-NO for submit@debbugs.gnu.org; Thu, 08 Feb 2018 16:58:00 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ejuCd-0003Fn-KU for submit@debbugs.gnu.org; Thu, 08 Feb 2018 16:57:59 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejuCc-0007Ll-Hh for guix-patches@gnu.org; Thu, 08 Feb 2018 16:57:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejuCZ-0003EL-GL for guix-patches@gnu.org; Thu, 08 Feb 2018 16:57:58 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:49413) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ejuCZ-0003Db-9B for guix-patches@gnu.org; Thu, 08 Feb 2018 16:57:55 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zcsWM5hsBz1qvVN for ; Thu, 8 Feb 2018 22:57:51 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zcsWM4jyBz1qqkn for ; Thu, 8 Feb 2018 22:57:51 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 9xrA3k_VSvox for ; Thu, 8 Feb 2018 22:57:50 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-83-171-149-3.dynamic.mnet-online.de [83.171.149.3]) (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, 8 Feb 2018 22:57:50 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 44F0A60907 for ; Thu, 8 Feb 2018 22:57:50 +0100 (CET) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH 0/9] Update KDE Frameworks to 5.42.0 and other KDE stuff respecrivly Date: Thu, 8 Feb 2018 22:57:49 +0100 Message-Id: <20180208215749.13348-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Also fixes some other glitches, e.g. source-urls not using the mirror://kde scheme. For KF5 I checked all disabled test-cases whether they now pass and implemented any possible improvement here. Hartmut Goebel (9): gnu: kde-frameworks: Update to 5.42.0 resp. 5.42.1 gnu: kpmcore: Update to 3.3.0 gnu: libksysguard: Update to 5.11.5. gnu: libkomparediff2: Update to 17.12.1 gnu: libkomparediff2: Use mirror://kde scheme for source-url. gnu: snorenotify: Use mirror://kde scheme for source-url. gnu: qca: Use mirror://kde scheme for source-url. gnu: ktextwidgets: Add optional input "qtspeech". gnu: knotifications: Add optional input "qtspeech". gnu/local.mk | 1 - gnu/packages/kde-frameworks.scm | 365 +++++++++++---------- gnu/packages/kde.scm | 18 +- ...ktexteditor-5.39.0-autotests-dependencies.patch | 49 --- 4 files changed, 202 insertions(+), 231 deletions(-) delete mode 100644 gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 17:02:46 2018 Received: (at 30398) by debbugs.gnu.org; 8 Feb 2018 22:02:46 +0000 Received: from localhost ([127.0.0.1]:34398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHF-0007aP-Ly for submit@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:45 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:45044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHD-0007aB-S2 for 30398@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:44 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zcscz21MHz1qsgt for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:43 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zcscz0YM3z1qqkx for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:43 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 sj5V_lYamOxr for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:42 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-83-171-149-3.dynamic.mnet-online.de [83.171.149.3]) (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 <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:42 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 0F964609CF for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:38 +0100 (CET) From: Hartmut Goebel To: 30398@debbugs.gnu.org Subject: [PATCH 2/9] gnu: kpmcore: Update to 3.3.0 Date: Thu, 8 Feb 2018 23:02:30 +0100 Message-Id: <20180208220237.13753-2-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208220237.13753-1-h.goebel@crazy-compilers.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) * gnu/packages/kde-frameworks.scm (kpmcore): Update to 3.3.0. --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 3642a866e..e6c4fd86d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -242,7 +242,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.") (define-public kpmcore (package (name "kpmcore") - (version "2.2.1") + (version "3.3.0") (source (origin (method url-fetch) (uri (string-append @@ -251,7 +251,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.") name "-" version ".tar.xz")) (sha256 (base32 - "1blila6ncqbmzhycx3szrbkxc000pzh62956mw5ihxvhrqpncg2p")))) + "0s6v0jfrhjg31ri5p6h9n4w29jvasf5dj954j3vfpzl91lygmmmq")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 17:02:47 2018 Received: (at 30398) by debbugs.gnu.org; 8 Feb 2018 22:02:47 +0000 Received: from localhost ([127.0.0.1]:34401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHH-0007an-0e for submit@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:47 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:46990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHE-0007aJ-SQ for 30398@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:45 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zcsd02r9Dz1qxxD for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:44 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zcsd02mGYz1qqkn for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:44 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 pQ1nrED70ChJ for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:43 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-83-171-149-3.dynamic.mnet-online.de [83.171.149.3]) (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 <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:43 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 21A4B60A8C for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:38 +0100 (CET) From: Hartmut Goebel To: 30398@debbugs.gnu.org Subject: [PATCH 3/9] gnu: libksysguard: Update to 5.11.5. Date: Thu, 8 Feb 2018 23:02:31 +0100 Message-Id: <20180208220237.13753-3-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208220237.13753-1-h.goebel@crazy-compilers.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) * gnu/packages/kde.scm (libksysguard: Update to 5.11.5). --- gnu/packages/kde.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index db4bfacc7..fff644510 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -366,7 +366,7 @@ used in KDE development tools Kompare and KDevelop.") (define-public libksysguard (package (name "libksysguard") - (version "5.11.4") + (version "5.11.5") (source (origin (method url-fetch) @@ -374,7 +374,7 @@ used in KDE development tools Kompare and KDevelop.") "/libksysguard-" version ".tar.xz")) (sha256 (base32 - "1ry4478fv7blp80zyhz0xr3qragsddrkzjzmxkdarh01f4p987aq")))) + "0f2py4zkqzpxxf3mqaij0q8ka0v3nschj17dv6rbzzmr5mjv825f")))) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) ("pkg-config" ,pkg-config))) @@ -416,7 +416,7 @@ used in KDE development tools Kompare and KDevelop.") (lambda _ ;; TODO: Fix this failing test-case (zero? (system* "ctest" "-E" "processtest"))))))) - (home-page "https://www.kde.org/info/plasma-5.11.4.php") + (home-page "https://www.kde.org/info/plasma-5.11.5.php") (synopsis "Network enabled task and system monitoring") (description "KSysGuard can obtain information on system load and manage running processes. It obtains this information by interacting -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 17:02:49 2018 Received: (at 30398) by debbugs.gnu.org; 8 Feb 2018 22:02:49 +0000 Received: from localhost ([127.0.0.1]:34403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHH-0007as-9P for submit@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:49 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:51904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHD-0007a8-3Y for 30398@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:46 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zcscy1cB1z1qxx6 for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:42 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zcscy09Lnz1qqkn for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:42 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 kdPHHPvEAopX for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:38 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-83-171-149-3.dynamic.mnet-online.de [83.171.149.3]) (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 <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:38 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id F03EF60907 for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:37 +0100 (CET) From: Hartmut Goebel To: 30398@debbugs.gnu.org Subject: [PATCH 1/9] gnu: kde-frameworks: Update to 5.42.0 resp. 5.42.1 Date: Thu, 8 Feb 2018 23:02:29 +0100 Message-Id: <20180208220237.13753-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Beside simple updating: - Change all todo-comments for test-cases into "fixme" comments to make them easier to find. - breeze-icons: Blacklist a test failing at build.kde.org, too. - extra-cmake-modules: Patch out a vanised test-case. - kfilemetadata: Can now run the test-suite uninstalled. Blacklist a failing test-case. - kimageformats: No longer symlink plugins into ./bin for testing. - ktexteditor: Remove now unused patch. - plasma-framework: Add input kirigami - sonnet: For testing set QT_QPA_PLATFORM=offscreen. * gnu/packages/kde-frameworks.scm (attica, baloo, bluez-qt, kactivities, kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons, kde-frameworkintegration, kdeclarative, kded, kdelibs4support, kdesignerplugin, kdesu, kdewebkit, kdnssd, kdoctools, kemoticons, kglobalaccel, kguiaddons, khtml, ki18n, kiconthemes, kidletime, kinit, kio, kirigami, kitemmodels, kitemviews, kjobwidgets, kjs, kjsembed, kmediaplayer, knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpeople, kplotting, kpty, kross, krunner, kservice, ksyntaxhighlighting, ktextwidgets, kunitconversion, kwallet, kwayland, kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, networkmanager-qt, oxygen-icons, prison, solid, threadweaver): Update to 5.42.0. (kwidgetsaddons): Update to 5.42.1. (breeze-icons): Update to 5.42.0. [#:phases] New phase. (extra-cmake-modules): Update to 5.42.0. [#:phases]: New phase. (kfilemetadata): Update to 5.42.0. [#:phases]: No longer move check behind install. [#:phases] Remove. [#:phase] New phase. (kimageformats): Update to 5.42.0. [#:phases]: No longer symlink plugins into ./bin. (ktesteditor)[source]: Remove patch. (plasma-framework)[inputs]: Add kirigami (sonnet): Update to 5.42.0. [#:phases] New phase. * gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/local.mk | 1 - gnu/packages/kde-frameworks.scm | 355 +++++++++++---------- ...ktexteditor-5.39.0-autotests-dependencies.patch | 49 --- 3 files changed, 188 insertions(+), 217 deletions(-) delete mode 100644 gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch diff --git a/gnu/local.mk b/gnu/local.mk index 6fdea16c8..4dab20b3a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -790,7 +790,6 @@ dist_patch_DATA = \ %D%/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch \ %D%/packages/patches/kobodeluxe-midicon-segmentation-fault.patch \ %D%/packages/patches/kobodeluxe-graphics-window-signed-char.patch \ - %D%/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch \ %D%/packages/patches/laby-make-install.patch \ %D%/packages/patches/lcms-CVE-2016-10165.patch \ %D%/packages/patches/ldc-disable-tests.patch \ diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 946c7511a..3642a866e 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -74,7 +74,7 @@ (define-public extra-cmake-modules (package (name "extra-cmake-modules") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -83,13 +83,20 @@ name "-" version ".tar.xz")) (sha256 (base32 - "1ldwzx2bzlzw7r31w8zy08j4cn9q7d1kszc5jb22zhfqpvbkc1dq")))) + "1ml6s3ssr5izm3vnzlg5gn2nkcbz5l5nmapvyr4ml7n0089b43a3")))) (build-system cmake-build-system) (native-inputs `(("qtbase" ,qtbase))) ; For tests (needs qmake) (arguments `(#:phases (modify-phases %standard-phases + (add-after 'unpack 'post-5.42.0-release-fix + ;; FIXME: Remove for > 5.42.0 + ;; ECMToolchainAndroidTest doesn't exist anymore + ;; https://cgit.kde.org/extra-cmake-modules.git/commit?id=30f31c46d8caf4 + (lambda _ + (substitute* "tests/CMakeLists.txt" + (("^add_test_macro\\(ECMToolchainAndroidTest dummy\\)") "")))) (add-after 'unpack 'fix-lib-path (lambda _ ;; Always install into /lib and not into /lib64. @@ -273,7 +280,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.") (define-public attica (package (name "attica") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -282,7 +289,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.") name "-" version ".tar.xz")) (sha256 (base32 - "15972518n4g65k391imkcsjikfsfhx8livdm6n0whag0aiz55haf")))) + "0icjsk5sbri6nwybb2301wc6ysc1h4p35rxqp0adifyksq8akyxd")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -305,7 +312,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/") (define-public bluez-qt (package (name "bluez-qt") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -314,7 +321,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/") name "-" version ".tar.xz")) (sha256 (base32 - "0j0072q0zc9hdpjbkqciqv18pwpdij74qrjph7whh66csjkr5ad1")))) + "0pbb0nn70hbsnp9q8jvqr3s85gh4bnnh1mp8xfkia2hp4c63ws9f")))) (build-system cmake-build-system) (native-inputs `(("dbus" ,dbus) @@ -338,7 +345,7 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.") (define-public breeze-icons (package (name "breeze-icons") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -347,8 +354,19 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.") name "-" version ".tar.xz")) (sha256 (base32 - "132bpgma1lqhrly48zz1f8jyg5z5pvnn1wnqxz6psvqhipw7fh5x")))) + "0mrj0b022yfy669qqby09k4ij6aqyky23gpnjcp85df9saq0x44r")))) (build-system cmake-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'check 'disable-failing-test + (lambda _ + ;; Blacklist a test-function (failing at build.kde.org, too). + ;; FIXME: recheck + (with-output-to-file "autotests/BLACKLIST" + (lambda _ + (display "[test_duplicates]\n*\n"))) + #t))))) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) ("fdupes" ,fdupes) @@ -367,7 +385,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.") (define-public kapidox (package (name "kapidox") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -376,7 +394,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "12nmsa1cg5amyawfxywlg8qsl01idi0jacrd8jzmvdj5m8sisw6n")))) + "0izyd66p5403gl09l7irzy97mb9b14n4zyjrwap800zjlpwh41pz")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; has no test target @@ -409,7 +427,7 @@ documentation.") (define-public karchive (package (name "karchive") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -418,7 +436,7 @@ documentation.") name "-" version ".tar.xz")) (sha256 (base32 - "0rb8vr6lg8vx4f07swvlsyrxy4gj21aqfffk0cvhlsdz94j1phrw")))) + "1vq2ngdxmdl6hzjwdcrv66ban8v9s5jiqwy1mgdqv4ak14l31qbi")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -443,7 +461,7 @@ GZip format, via a subclass of QIODevice.") (define-public kcodecs (package (name "kcodecs") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -452,7 +470,7 @@ GZip format, via a subclass of QIODevice.") name "-" version ".tar.xz")) (sha256 (base32 - "1q0l88nfbxgdy5lpm5xbcs749n9jyxhq7xsgqpf9c8irc7c1gw7f")))) + "0b19z432r9dnyjknvwffhcmrg969yhydjvy4qrkrf22026f4smwc")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -479,7 +497,7 @@ Internet).") (define-public kconfig (package (name "kconfig") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -488,7 +506,7 @@ Internet).") name "-" version ".tar.xz")) (sha256 (base32 - "011i48f07470igqqcz4hychbw0q85p0bh5dykpla4zwdldllsl1w")))) + "08gg0d20c09j7hyxm8ydpzk2yf30c87g9ag7a9nfykrmi6cqirdq")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -546,7 +564,7 @@ propagate their changes to their respective configuration files.") (define-public kcoreaddons (package (name "kcoreaddons") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -555,7 +573,7 @@ propagate their changes to their respective configuration files.") name "-" version ".tar.xz")) (sha256 (base32 - "0qskv44siykyn8iiq99llibw3bk499ry7r3i8abx4ljjl717cvlz")))) + "17qv7r6z72mm9a0hyx5dgk90ikhhgm41bkvnq2hjal0py2lsnrs9")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -586,7 +604,7 @@ many more.") (define-public kdbusaddons (package (name "kdbusaddons") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -595,7 +613,7 @@ many more.") name "-" version ".tar.xz")) (sha256 (base32 - "0hp85995n3193dvvdv48hv59b66dzd9p4iwnx2dmj797lghpnir3")) + "1613pc3r70jnzvpwm1xjdbdsmcpx28jwvcs2qq9swlywr5qr9hbd")) (patches (search-patches "kdbusaddons-kinit-file-name.patch")))) (build-system cmake-build-system) (native-inputs @@ -631,7 +649,7 @@ as well as an API to create KDED modules.") (define-public kdnssd (package (name "kdnssd") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -640,7 +658,7 @@ as well as an API to create KDED modules.") name "-" version ".tar.xz")) (sha256 (base32 - "1c8d1wwr0hkdkgnq4k7lgkqwm1pj676i09l1kas256rzz6dcyl75")))) + "1k1rz62h3mafliik5n0k98dc56b5v2v6qyqj40696mcyc2d1yvll")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -659,7 +677,7 @@ infrastructure.") (define-public kguiaddons (package (name "kguiaddons") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -668,7 +686,7 @@ infrastructure.") name "-" version ".tar.xz")) (sha256 (base32 - "1az9i5bg7xd7kv7ajq8j8jab7zly683gyi90rmk54vfnn6igbq3f")))) + "193i8b4f13dkgp88m3pk9wzi0dhx7qmsnmpizxia3457gg016wn7")))) (build-system cmake-build-system) ;; TODO: Build packages for the Python bindings. Ideally this will be ;; done for all versions of python guix supports. Requires python, @@ -697,7 +715,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.") (define-public ki18n (package (name "ki18n") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -706,7 +724,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.") name "-" version ".tar.xz")) (sha256 (base32 - "1985qgihrch37b5gf7qw33bazahm3xb5v2nj43k6vdjxfg1clcay")))) + "1rpriflb2a48j94zxgh63l6rzq4nlnlkvy89ns1vkdw42bnqrjx9")))) (build-system cmake-build-system) (propagated-inputs `(("gettext" ,gettext-minimal) @@ -740,7 +758,7 @@ translation scripting.") (define-public kidletime (package (name "kidletime") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -749,7 +767,7 @@ translation scripting.") name "-" version ".tar.xz")) (sha256 (base32 - "01h5pcr5kn11jby0zsz6igiwzf31hzip7h63dcsa8h67li4sibd8")))) + "019r41r28pcrcn1kwxsll53za705jkc9n23b6sr2lplgjk05bcxh")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -771,7 +789,7 @@ or user activity.") ;; plasma-framework which is tier 3. (package (name "kirigami") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -780,7 +798,7 @@ or user activity.") "kirigami2-" version ".tar.xz")) (sha256 (base32 - "0spgylk4yjy74rs5d5b28qv72qz5ra9j3wfmk6vx2b6cvf1fw517")))) + "11gqn7amp0r9bgh8ldgisfc2lrkzkn5mq2a1madf24nvjbkvqnqv")))) (properties `((upstream-name . "kirigami2"))) (build-system cmake-build-system) (native-inputs @@ -829,7 +847,7 @@ Desktop Linux, Android and Windows.") (define-public kitemmodels (package (name "kitemmodels") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -838,7 +856,7 @@ Desktop Linux, Android and Windows.") name "-" version ".tar.xz")) (sha256 (base32 - "1bn0k0ya2phix6fyv8ax800ahncrkdzikz0sa3xrw5bq3iz1x6k9")))) + "0mcdzdqwmvf9pwirsrnjbhrgqphnfmanbl9zij4qsmin8n866mhc")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -888,7 +906,7 @@ model to observers (define-public kitemviews (package (name "kitemviews") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -897,7 +915,7 @@ model to observers name "-" version ".tar.xz")) (sha256 (base32 - "0pl899d1lz1dymdbq70485a8332z9i3s38dxnxv3cdwbla3xlsfh")))) + "1j1q0b08f8mnfc3r2a7rplyb2nv9f0aq5a3fxskinvg70c6y248w")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -923,7 +941,7 @@ to flat and hierarchical lists.") (define-public kplotting (package (name "kplotting") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -932,7 +950,7 @@ to flat and hierarchical lists.") name "-" version ".tar.xz")) (sha256 (base32 - "1diy1f23n6pih0s91kv1bp4mnnypnjl3pmi1xqni1v2cfwy0mnba")))) + "109b9grshrwralyp8ilkbf1k0akaggygqh6wafqdf0ris0ps13l9")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -958,7 +976,7 @@ pixel units.") (define-public ksyntaxhighlighting (package (name "ksyntaxhighlighting") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -967,7 +985,7 @@ pixel units.") "syntax-highlighting-" version ".tar.xz")) (sha256 (base32 - "0b8sdkh9dqmqk3x48d25v4qhrqph0mv76v47skhvls9jspw7kzdc")))) + "1iwiym50859jki4x41rfdmbd14jiq5lr2hdg46pjkyw17njdjd60")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1007,7 +1025,7 @@ integration with a custom editor as well as a ready-to-use (define-public kwayland (package (name "kwayland") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1016,7 +1034,7 @@ integration with a custom editor as well as a ready-to-use name "-" version ".tar.xz")) (sha256 (base32 - "0a9hi47nrsspkak88c9f6ind2i7q69zjmrgr5n7xsa4zxznwhx6x")))) + "0wr6ygppahxsx3dh71h2wmybv7z7iyqdv7wn80cxb0mp4zpyinh7")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1046,7 +1064,7 @@ represented by a QPoint or a QSize.") (define-public kwidgetsaddons (package (name "kwidgetsaddons") - (version "5.39.0") + (version "5.42.1") (source (origin (method url-fetch) (uri (string-append @@ -1055,7 +1073,7 @@ represented by a QPoint or a QSize.") name "-" version ".tar.xz")) (sha256 (base32 - "1d0d3ags15vr7ck031m6n5n3hw347siskzhb8rsgzghn6xnmbfdb")))) + "0h0vfrfl5zi01fpvmd825kazzlyawz3i66qrfkymdrnvqmfzcmlg")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1093,7 +1111,7 @@ configuration pages, message boxes, and password requests.") (define-public kwindowsystem (package (name "kwindowsystem") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1102,7 +1120,7 @@ configuration pages, message boxes, and password requests.") name "-" version ".tar.xz")) (sha256 (base32 - "1dys70va4h00ixxgxv52wbg8wi3jgsqckaikjqr34fzrmjh1lxqp")))) + "15k6x0f93qxka3mz7qfzak2ibdd88q77pz6akil8s3g41zsg2dqv")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1158,7 +1176,7 @@ lower level classes for interaction with the X Windowing System.") (define-public modemmanager-qt (package (name "modemmanager-qt") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1167,7 +1185,7 @@ lower level classes for interaction with the X Windowing System.") name "-" version ".tar.xz")) (sha256 (base32 - "0gdsp1017yjcfbq2jny7jz5rv7y4cavps5pfvg7zmylx0v057zk7")))) + "0q6qzn60z55h0gyc9xwdfaq45mjpk3zrr6d4qqjjfkqsr3866sfx")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1196,7 +1214,7 @@ messages.") (define-public networkmanager-qt (package (name "networkmanager-qt") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1205,7 +1223,7 @@ messages.") name "-" version ".tar.xz")) (sha256 (base32 - "1jksv0zsdmkrid2f1m92fxw3gl6crcjaw43v5zra8h2m394iyr81")))) + "03hhvx8d52mfgbhd4gn0vhsk9k1fv1pvq24ixxdgs2mw44v884xq")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1235,7 +1253,7 @@ which are used in DBus communication.") (define-public oxygen-icons (package (name "oxygen-icons") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1244,7 +1262,7 @@ which are used in DBus communication.") name "5" "-" version ".tar.xz")) (sha256 (base32 - "1k1rns0fz5gvfnfwg60lrcw885cqmn814nzql9jvk07340w29s98")))) + "0pnav9h0xmvbaamzpcyznjjv25slz8maszshx7sj7h07b5a23x46")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1260,7 +1278,7 @@ which are used in DBus communication.") (define-public prison (package (name "prison") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) @@ -1268,7 +1286,7 @@ which are used in DBus communication.") (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 - (base32 "1b0ji341xcamrd19z54r2nkm8cglbr4qfxyxmqzn8yc6icfl61nv")))) + (base32 "0bhg2fjdwsv7mk16jh1nc3miwggz1dl9l99l2f20xvi75hn7rryg")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -1285,7 +1303,7 @@ provides uniform access to generation of barcodes with data.") (define-public solid (package (name "solid") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1294,7 +1312,7 @@ provides uniform access to generation of barcodes with data.") name "-" version ".tar.xz")) (sha256 (base32 - "19bl7hzg1fya613vqhdxllh09csm6amrndnhfqnx90w4gb31p36r")))) + "10lr8paaq6vaiqn833kzcdc3kkyv8j9fdchy7h8pvi9ajjjwq0lq")))) (build-system cmake-build-system) (arguments `(#:phases @@ -1324,7 +1342,7 @@ system.") (define-public sonnet (package (name "sonnet") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1333,8 +1351,16 @@ system.") name "-" version ".tar.xz")) (sha256 (base32 - "1b5bfjbpb6l3c9j9k42shhnz9lqqxk2g607qx9ni0n2pr7w2p7w1")))) + "1r3amddmy0nm8klw0jzvb8bl1l9hkrx50d8j0zq2lbjy36h3yliw")))) (build-system cmake-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'check 'check-setup + (lambda* (#:key inputs #:allow-other-keys) + ;; make Qt render "offscreen", required for tests + (setenv "QT_QPA_PLATFORM" "offscreen") + #t))))) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) ("pkg-config" ,pkg-config) @@ -1353,7 +1379,7 @@ ASpell and HUNSPELL.") (define-public threadweaver (package (name "threadweaver") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1362,7 +1388,7 @@ ASpell and HUNSPELL.") name "-" version ".tar.xz")) (sha256 (base32 - "101bk8rzdysb3vi3vbbkh2s7sb1dhnsa8ncdvdsxqyyaya9ns4aw")))) + "1isqlpnfxzxyz7mdm7yfrafgnx09mcndicdgdw3mi4r4misbrrbn")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -1383,7 +1409,7 @@ uses a job-based interface to queue tasks and execute them in an efficient way." (define-public kactivities (package (name "kactivities") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1392,7 +1418,7 @@ uses a job-based interface to queue tasks and execute them in an efficient way." name "-" version ".tar.xz")) (sha256 (base32 - "0nkc1p7n6yvybcib6aqmnz08hwn3ryj1f9wbkiimgs0svr00sslq")))) + "0z0ac426npq99s1b8yzrqkjjjc34nbxlpw8pw388yj7fa41hw21r")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -1428,7 +1454,7 @@ with other frameworks.") (define-public kauth (package (name "kauth") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1437,7 +1463,7 @@ with other frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "08bjxvv22y199skx4l9m8az165wz7inqqx7s8b7p5cjms4bvi15i")))) + "04kqb2hhr9lkpkxiaqlnyk0kmk6p89z5fgp5i5g83hsi8maz7swi")))) (build-system cmake-build-system) (native-inputs `(("dbus" ,dbus) @@ -1475,7 +1501,7 @@ utilities.") (define-public kcompletion (package (name "kcompletion") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1484,7 +1510,7 @@ utilities.") name "-" version ".tar.xz")) (sha256 (base32 - "09jdc4pn7yjb7nagic38xiqdpv9fy4f2f4c1a5ynbli7x1r6l7ms")))) + "0yqci2v0dk5v1mz4n3gca599a7mpihy563zc6sl8hsa30ld8li0f")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1511,7 +1537,7 @@ integrated it into your application's other widgets.") (define-public kcrash (package (name "kcrash") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1520,7 +1546,7 @@ integrated it into your application's other widgets.") name "-" version ".tar.xz")) (sha256 (base32 - "1fv32l50h9rlc5s9iplyljcsrscivgdy2baghq7hbcs58xrjf1ws")))) + "049y0xdyw37y0qid3d3plj8szfys5gw98j7lhcakiini8mn5cins")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -1546,7 +1572,7 @@ application crashes.") (define-public kdoctools (package (name "kdoctools") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1555,7 +1581,7 @@ application crashes.") name "-" version ".tar.xz")) (sha256 (base32 - "17g4kf7mbjjxhii4nbhfpmhjs1q23mlh0d3fqyxxhm3pp02jg8ap")))) + "1bby3avdllch1mji0mxzcix8q5yir5a0i6wpjs5lwckv1glh6kmz")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -1603,7 +1629,7 @@ from DocBook files.") (define-public kfilemetadata (package (name "kfilemetadata") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1612,22 +1638,19 @@ from DocBook files.") name "-" version ".tar.xz")) (sha256 (base32 - "1mcxphjpayyq7v16b6c3zhb6c9vn67495xywfb9y8ysma1cdpshg")))) + "03wk38q3sq354ykz9dwbgykn73ldf94ryx6hxvpr66bq3a59jmwz")))) (build-system cmake-build-system) (arguments `(#:phases (modify-phases %standard-phases - ;; Need to check after install and to set QT_PLUGIN_PATH for the test - ;; suite to finds the plugins. - (delete 'check) - (add-after 'install 'check - (assoc-ref %standard-phases 'check)) - (add-before 'check 'check-setup - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (setenv "QT_PLUGIN_PATH" - (string-append out "/lib/qt5/plugins:" - (getenv "QT_PLUGIN_PATH")))) + (add-before 'check 'disable-failing-test + (lambda _ + ;; Blacklist a failing test-function. FIXME: Make it pass. + ;; UserMetaDataWriterTest fails with getxattr("…/writertest.txt") + ;; -> EOPNOTSUPP (Operation not supported) + (with-output-to-file "autotests/BLACKLIST" + (lambda _ + (display "[test]\n*\n"))) #t))))) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1658,7 +1681,7 @@ by applications to write metadata.") (define-public kimageformats (package (name "kimageformats") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1667,7 +1690,7 @@ by applications to write metadata.") name "-" version ".tar.xz")) (sha256 (base32 - "1mnfdsxqnqdzhw3as77n1f1ddxpmab4slqlpwi4ih55xmgl85455")))) + "1k67yrmszx7azjzrg478rimbz991lghx4d6dmg22p6dknajd78a6")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1690,8 +1713,6 @@ by applications to write metadata.") (lambda _ ;; make Qt render "offscreen", required for tests (setenv "QT_QPA_PLATFORM" "offscreen") - ;; Make the plugins in ./bin available - (symlink "." "bin/imageformats") (setenv "QT_PLUGIN_PATH" (string-append (getcwd) "/bin:" (getenv "QT_PLUGIN_PATH"))) @@ -1714,7 +1735,7 @@ formats.") (define-public kjobwidgets (package (name "kjobwidgets") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1723,7 +1744,7 @@ formats.") name "-" version ".tar.xz")) (sha256 (base32 - "1z26555pkirdkfw8c9j1a863pqybklryfa30v3a59a0m9v2jdzfc")))) + "1m3csdl7wh18ywv5p0qpbjpixvflgjcq3yvk3vlvh0sxxlwcz8k4")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1742,7 +1763,7 @@ asynchronous jobs.") (define-public knotifications (package (name "knotifications") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1751,7 +1772,7 @@ asynchronous jobs.") name "-" version ".tar.xz")) (sha256 (base32 - "0f38ca090p291d114fg3jz25lhwz7vad7s60ql4x3xwmdgaaw7dj")))) + "0awmwypmd104vhaj2v9k83niflxj26d4mbl6mzfcj75lgka6kffc")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -1788,7 +1809,7 @@ covers feedback and persistent events.") (define-public kpackage (package (name "kpackage") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1797,7 +1818,7 @@ covers feedback and persistent events.") name "-" version ".tar.xz")) (sha256 (base32 - "1ibppkg9m77p0dcpfshcd891vlxcfgx6rk205gq6d5qxyqizygki")))) + "10amhh07x8d0jkyylb19cyzjs71k8dq1y8isfahqzb2kd43vijqa")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -1826,7 +1847,7 @@ were traditional plugins.") (define-public kpty (package (name "kpty") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1835,7 +1856,7 @@ were traditional plugins.") name "-" version ".tar.xz")) (sha256 (base32 - "02h6dg3w3k58d1ydzyz6mhd1y5gds3k64wdsb84fnpxvlw46dlhn")))) + "07s16zxs03ixy7yxy9fda83yqhcgqzx42gnvwjwkyc8q05njmma6")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -1863,7 +1884,7 @@ and communicating with them using a pty.") (define-public kunitconversion (package (name "kunitconversion") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1872,14 +1893,14 @@ and communicating with them using a pty.") name "-" version ".tar.xz")) (sha256 (base32 - "04r1b2nc6vi56nfh6glhhd3d9v0ywxn2waibryjbszwrr39yhlzv")))) + "0219pna4l3vvhyf5acsc87n48jzdnws6kwyhaiy3hy1pzrilv32l")))) (build-system cmake-build-system) (arguments `(#:phases (modify-phases %standard-phases (add-after 'unpack 'disable-a-failing-test-case (lambda _ - ;; TODO: Re-enable this test-case. It was committed with the + ;; FIXME: Re-enable this test-case. It was committed with the ;; message: "tsan says it's clean, apart from issues in Qt ;; (reported upstream)" (substitute* "autotests/convertertest.cpp" @@ -1906,7 +1927,7 @@ gallons).") (define-public baloo (package (name "baloo") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1915,7 +1936,7 @@ gallons).") name "-" version ".tar.xz")) (sha256 (base32 - "06y8mv7v9y7syz04x0zicdm628k6za3p366xrzwafc43m159wyms")))) + "18yknkcls1ypsp8n5l254bhlffiq4as5w1wgcjzhnf49cacys8nl")))) (build-system cmake-build-system) (propagated-inputs `(("kcoreaddons" ,kcoreaddons) @@ -1970,7 +1991,7 @@ maintaining an index of the contents of your files.") (define-public kactivities-stats (package (name "kactivities-stats") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -1979,7 +2000,7 @@ maintaining an index of the contents of your files.") name "-" version ".tar.xz")) (sha256 (base32 - "18ghfqggwf38rmb1lkbv8ggxx71cp6ba3882kp5ccb7wwih51qcy")))) + "0si70hayf4brr83jzdjdsfvp8nc1sb7vdk0q532liafhf8hw9mq8")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -2000,7 +2021,7 @@ by which applications, and what documents have been linked to which activity.") (define-public kbookmarks (package (name "kbookmarks") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2009,7 +2030,7 @@ by which applications, and what documents have been linked to which activity.") name "-" version ".tar.xz")) (sha256 (base32 - "1xfabyc7hxmi1p0wqld0va5pl6bfwh50px4mvpxbnjdna6anw6z5")))) + "08q413mr5ib04gwnqznvm9vkkfmnh16rgf6rqdvclnci9w7ml5x2")))) (build-system cmake-build-system) (propagated-inputs `(("kwidgetsaddons" ,kwidgetsaddons))) @@ -2043,7 +2064,7 @@ using the XBEL format.") (define-public kcmutils (package (name "kcmutils") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2052,7 +2073,7 @@ using the XBEL format.") name "-" version ".tar.xz")) (sha256 (base32 - "1cz4haj83j59szl16r0mfh4zx93szrwkmb9mq2r21v46c8k5ldw0")))) + "1q67b0m6w3xvm22kq8b0b0rib1jzf25gf6dz7h286987zfbbs5n7")))) (build-system cmake-build-system) (propagated-inputs `(("kconfigwidgets" ,kconfigwidgets) @@ -2082,7 +2103,7 @@ KCModules can be created with the KConfigWidgets framework.") (define-public kconfigwidgets (package (name "kconfigwidgets") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2091,7 +2112,7 @@ KCModules can be created with the KConfigWidgets framework.") name "-" version ".tar.xz")) (sha256 (base32 - "1i6cniqsmn9sds8nj7bcsnbmlkq9m1yjwvr45mhal9rkhaas4xzw")))) + "191zm24q2n001b65hcnfh2639k4iqhxwdmgdw29php3n2648xq4z")))) (build-system cmake-build-system) (propagated-inputs `(("kauth" ,kauth) @@ -2125,7 +2146,7 @@ their settings.") (define-public kdeclarative (package (name "kdeclarative") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2134,7 +2155,7 @@ their settings.") name "-" version ".tar.xz")) (sha256 (base32 - "1l8wnyfz6qjqmcpdzavsb6m1r3ay1b2r186myymsyknr80yr2d7p")))) + "1w604jy6vg2247vggz0ivl7wy2h5iapkz2z86mah3aw99f7dqa22")))) (build-system cmake-build-system) (propagated-inputs `(("kconfig" ,kconfig) @@ -2188,7 +2209,7 @@ that offer bindings to some of the Frameworks.") (define-public kded (package (name "kded") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2197,7 +2218,7 @@ that offer bindings to some of the Frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "0jv4ghl2gzfdkhk1in3vx39kigvpprvcb9xlzc5506mpfjc38ga5")))) + "0w25dl4pnvby28gz0yvij32vi9n3p8si4nm4x45j7zsi2cb70j4l")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -2221,7 +2242,7 @@ started on demand.") (define-public kdesignerplugin (package (name "kdesignerplugin") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2230,7 +2251,7 @@ started on demand.") name "-" version ".tar.xz")) (sha256 (base32 - "1b7rn66wsyn9aipgvfmn2pq18g0zdjxb469126dj18fahg2k777f")))) + "004axa1fkj954d65x7l9z8dmw04209hb368rwa4gjzb8naf13ib6")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -2272,7 +2293,7 @@ ini-style description files.") (define-public kdesu (package (name "kdesu") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2281,7 +2302,7 @@ ini-style description files.") name "-" version ".tar.xz")) (sha256 (base32 - "03avzhs6a0p3cjv4kk9vavf6f64ffgs3pzhbdkfr76fh58h1v6wx")))) + "0402p1h7wifk6sppg7ca9w0zfjllbhc1j5gsxj7ypq55g94np7hx")))) (build-system cmake-build-system) (propagated-inputs `(("kpty" ,kpty))) @@ -2303,7 +2324,7 @@ with su and ssh respectively.") (define-public kdewebkit (package (name "kdewebkit") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2312,7 +2333,7 @@ with su and ssh respectively.") name "-" version ".tar.xz")) (sha256 (base32 - "05f0l3zw8cnvyavwwijwy5jx8dairhdbvg6ynpn7r5l10vawcf6x")))) + "1csd4p996im7ygxc5rfdkzgdpngjgzyqakj12rl9rnfbsd15i8kb")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -2335,7 +2356,7 @@ engine WebKit via QtWebKit.") (define-public kemoticons (package (name "kemoticons") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2344,7 +2365,7 @@ engine WebKit via QtWebKit.") name "-" version ".tar.xz")) (sha256 (base32 - "132gs69v43ms117ibdqmnhbyzzs5by76pfz7bd2zqwl4mq94hpgh")))) + "0f6an1bwxnga41a2b35b2pdcni4p0hh76k4jvanl3g046v07f2wr")))) (build-system cmake-build-system) (propagated-inputs `(("kservice" ,kservice))) @@ -2376,7 +2397,7 @@ emoticons coming from different providers.") (define-public kglobalaccel (package (name "kglobalaccel") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2385,7 +2406,7 @@ emoticons coming from different providers.") name "-" version ".tar.xz")) (sha256 (base32 - "0wcbnwfi98cx8f99a2mcz2kg7mggz3hipfxv9s8ks6c80865kar1")))) + "0nlza73i0qd79yhwhpnvgbh2xa9lvd1n2xg25p3bvfzwidcfdxg6")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -2420,7 +2441,7 @@ window does not need focus for them to be activated.") (define-public kiconthemes (package (name "kiconthemes") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2429,7 +2450,7 @@ window does not need focus for them to be activated.") name "-" version ".tar.xz")) (sha256 (base32 - "1k4r263zz54497dgqaw9a74wqdklq4w353mc0g905k2g8arh7p9f")))) + "1nbxxpf8bv835xl35b17rk8s3zs110bh31078kqqh7dhvwzlxic7")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -2467,7 +2488,7 @@ in applications using the KDE Frameworks.") (define-public kinit (package (name "kinit") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2476,7 +2497,7 @@ in applications using the KDE Frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "0a2wl1vhsbb2x1cjd3wz7j3bp9kz1pxfc6mml7gpnq70qgk8hsn2")))) + "05vpac41pw1n8y58l2z08vyknzv950x8dxxw66dnymm2v31w07ia")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -2514,7 +2535,7 @@ makes starting KDE applications faster and reduces memory consumption.") (define-public kio (package (name "kio") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2523,7 +2544,7 @@ makes starting KDE applications faster and reduces memory consumption.") name "-" version ".tar.xz")) (sha256 (base32 - "091g4dbnals6c5wrj3xh3ws29wszysmb9ksyvyqf3d1lp9dfmjwn")))) + "1526a89x11ank55dp3rfp7xd04w8x7prjg3y6i7n2q9nabwhw7gc")))) (build-system cmake-build-system) (propagated-inputs `(("kbookmarks" ,kbookmarks) @@ -2606,7 +2627,7 @@ KIO enabled infrastructure.") (define-public knewstuff (package (name "knewstuff") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2615,7 +2636,7 @@ KIO enabled infrastructure.") name "-" version ".tar.xz")) (sha256 (base32 - "1amflv96ybd6dqkc1chmz6d5crrl4dcq07fwsalxzx9mgr0z499r")))) + "0i2gmyp67xzf2m5wnv7v574q3gsp1yxfflv1jgl0wy57vchwn9g6")))) (build-system cmake-build-system) (propagated-inputs `(("attica" ,attica) @@ -2663,7 +2684,7 @@ specification.") (define-public knotifyconfig (package (name "knotifyconfig") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2672,7 +2693,7 @@ specification.") name "-" version ".tar.xz")) (sha256 (base32 - "09nk6sr6sp9a85lj4x9ac0ir4s5ac08835927b95d7m4ap2dbxrb")))) + "1h07bjj71611v6912m5ajli6qszh9w925zqbk3vih8rn6pd2s3mc")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -2705,7 +2726,7 @@ notifications which can be embedded in your application.") (define-public kparts (package (name "kparts") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2714,7 +2735,7 @@ notifications which can be embedded in your application.") name "-" version ".tar.xz")) (sha256 (base32 - "1r32jf2qbhqdjih9ff4n0ajd6s1cdncpq367mp5am31fz1jv3sr6")))) + "1mb5gp2ckmmrb4ym7cqvyl81wnp7cryk85gmizl7cnn69svlf40h")))) (build-system cmake-build-system) (propagated-inputs `(("kio" ,kio) @@ -2758,7 +2779,7 @@ widgets with a user-interface defined in terms of actions.") (define-public kpeople (package (name "kpeople") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2767,7 +2788,7 @@ widgets with a user-interface defined in terms of actions.") name "-" version ".tar.xz")) (sha256 (base32 - "1s78dld3zlldhpk66s08v34zwi1k5ghivzbi7ab290sgrjc9afar")))) + "050km3rpx58acx2341si46lxc2hywa59m8rwd849c2dnsxw3w1hm")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -2801,7 +2822,7 @@ to easily extend the contacts collection.") (define-public krunner (package (name "krunner") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2810,7 +2831,7 @@ to easily extend the contacts collection.") name "-" version ".tar.xz")) (sha256 (base32 - "0gxs9z8mlb3s615ccrgkwyxww4jly48d8fkay33zwjaanqhkhgfl")))) + "0xh9kss67l09am1ilsr9zyx1yhlmaq3g9x60hw0sx7h7wrl6zsw6")))) (build-system cmake-build-system) (propagated-inputs `(("plasma-framework" ,plasma-framework))) @@ -2854,7 +2875,7 @@ to easily extend the contacts collection.") (setenv "HOME" (getcwd)) ;; make Qt render "offscreen", required for tests (setenv "QT_QPA_PLATFORM" "offscreen") - ;; Blacklist a failing test-function. TODO: Make it pass. + ;; Blacklist a failing test-function. FIXME: Make it pass. (with-output-to-file "bin/BLACKLIST" (lambda _ (display "[testMatch]\n*\n"))) @@ -2870,7 +2891,7 @@ typed.") (define-public kservice (package (name "kservice") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2879,7 +2900,7 @@ typed.") name "-" version ".tar.xz")) (sha256 (base32 - "0abz878yc8yir7iv5scn55d0g2nljnzhr9c81wa6ggjsw0h077hl")))) + "0z8zfpd00ndvkm1klp8l4mrcksshhyg280zgmg3gffz5rgh3gwri")))) (build-system cmake-build-system) (propagated-inputs `(("kconfig" ,kconfig) @@ -2915,7 +2936,7 @@ types or handled by application specific code.") (define-public ktexteditor (package (name "ktexteditor") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -2924,8 +2945,7 @@ types or handled by application specific code.") name "-" version ".tar.xz")) (sha256 (base32 - "1bk5wlvzjmfv7g9ab77asn055jp647zj69mfx2z3lvxb69swdnf5")) - (patches (search-patches "ktexteditor-5.39.0-autotests-dependencies.patch")))) + "020y3j6vm15sfpiwainr3qsx9i93j15mrvq523wmbmdj1z36yrh2")))) (build-system cmake-build-system) (propagated-inputs `(("kparts" ,kparts))) @@ -2996,7 +3016,7 @@ library.") (define-public ktextwidgets (package (name "ktextwidgets") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -3005,7 +3025,7 @@ library.") name "-" version ".tar.xz")) (sha256 (base32 - "0p6h165y03ir7qdf50kc77iq9plgvx39c8pz9dalvscvx42d2jaq")))) + "088azbv95ycwxmxxw4l63i2l14fmn8l473pb4djh2mvz1ypfqayk")))) (build-system cmake-build-system) (propagated-inputs `(("ki18n" ,ki18n) @@ -3043,7 +3063,7 @@ It supports rich text as well as plain text.") (define-public kwallet (package (name "kwallet") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -3052,7 +3072,7 @@ It supports rich text as well as plain text.") name "-" version ".tar.xz")) (sha256 (base32 - "1vlz9y3r1n6w7q9is60jsl9f7bm1djckdi9ibgzanwsp4k5ab0sz")))) + "1kv3v7593srfn0wd7qp4rhvb30rxp7d2qmlwi0n4nc9s6v59pabn")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) @@ -3085,7 +3105,7 @@ the passwords on KDE work spaces.") (define-public kxmlgui (package (name "kxmlgui") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -3094,7 +3114,7 @@ the passwords on KDE work spaces.") name "-" version ".tar.xz")) (sha256 (base32 - "0zwy11rh3yphl2346hmcahajxkgmrnfz1m8pd3vlnjs175dwz115")))) + "0kfxjx8wrhkys5bydnv84nqxc2jqvv92zb2l6zpi0km5ggmia5y0")))) (build-system cmake-build-system) (propagated-inputs `(("kconfig" ,kconfig) @@ -3137,7 +3157,7 @@ descriptions for integrating actions from plugins.") (define-public kxmlrpcclient (package (name "kxmlrpcclient") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -3146,7 +3166,7 @@ descriptions for integrating actions from plugins.") name "-" version ".tar.xz")) (sha256 (base32 - "1j4a1n3ydln62m98h5p5lxlg1i7k5vzxb4f9kxkvzhw5gfpy78zs")))) + "0ciip27ilsfk9s3gslpbi06v8i6ipdbmcig2jf43z3amsxpq0ncn")))) (build-system cmake-build-system) (propagated-inputs `(("kio" ,kio))) @@ -3180,7 +3200,7 @@ setUrl, setUserAgent and call.") (define-public plasma-framework (package (name "plasma-framework") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -3189,7 +3209,7 @@ setUrl, setUserAgent and call.") name "-" version ".tar.xz")) (sha256 (base32 - "1gaxk9mzwlyld09gqk29y3shvi6a1g1q3l849a9kl1hd07gr53x3")))) + "079c8h0lmbkfr3srj5m8a40b50kyrxbgmy1n66329l8js9xrvaah")))) (build-system cmake-build-system) (propagated-inputs `(("kpackage" ,kpackage) @@ -3213,6 +3233,7 @@ setUrl, setUserAgent and call.") ("kglobalaccel" ,kglobalaccel) ("kguiaddons" ,kguiaddons) ("kiconthemes" ,kiconthemes) + ("kirigami" ,kirigami) ("kitemviews" ,kitemviews) ("kio" ,kio) ("ki18n" ,ki18n) @@ -3275,7 +3296,7 @@ script engines.") (define-public kde-frameworkintegration (package (name "kde-frameworkintegration") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) (uri (string-append @@ -3284,7 +3305,7 @@ script engines.") "frameworkintegration-" version ".tar.xz")) (sha256 (base32 - "136s8chyiac30czicqgkrc4abgm7c8b2ppnqwv9ngxpx7nsjgd2h")))) + "17fyny3c5chv7bipr19ayfjmd1amp2nms4ba5r7mwjp97xkphry7")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -3332,7 +3353,7 @@ workspace.") (define-public kdelibs4support (package (name "kdelibs4support") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) @@ -3341,7 +3362,7 @@ workspace.") (version-major+minor version) "/portingAids/" name "-" version ".tar.xz")) (sha256 - (base32 "03xjzhdvs497sk9bpz79crxlzwff198ivj4n5f0mwmnqc0100dfp")))) + (base32 "0aiig8akn6bdxrqdl96xjjy2pxw8hhfrsalbkkzyhh06j794snfb")))) (build-system cmake-build-system) (native-inputs `(("dbus" ,dbus) @@ -3423,7 +3444,7 @@ workspace.") (with-output-to-file "autotests/BLACKLIST" (lambda _ (display "[testSmb]\n*\n"))) - ;; kuniqueapptest hangs. TODO: Make this test pass. + ;; kuniqueapptest hangs. FIXME: Make this test pass. (zero? (system* "dbus-launch" "ctest" "." "-E" "kstandarddirstest|kuniqueapptest"))))))) (home-page "https://community.kde.org/Frameworks") @@ -3446,7 +3467,7 @@ http://community.kde.org/Frameworks/Porting_Notes should help with this.") (define-public khtml (package (name "khtml") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) @@ -3455,7 +3476,7 @@ http://community.kde.org/Frameworks/Porting_Notes should help with this.") (version-major+minor version) "/portingAids/" name "-" version ".tar.xz")) (sha256 - (base32 "097nbwv8ba48xmrga62j1irlkkc0l0f3971fp7225pzh1g3cg152")))) + (base32 "1bfslndxvad0zgzr22w2mz1xwavix9bh5qrrv8dpshlh043bwr3l")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -3505,7 +3526,7 @@ technology and using KJS for JavaScript support.") (define-public kjs (package (name "kjs") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) @@ -3514,7 +3535,7 @@ technology and using KJS for JavaScript support.") (version-major+minor version) "/portingAids/" name "-" version ".tar.xz")) (sha256 - (base32 "0fkn308l6drj7pa94niqhcn2pqv7da7da5lq1nk8q6zlyg4nbcrn")))) + (base32 "1m26sb2qyrcgmpkw76k2yv5my2pkhld96vw6aaqm77q90faw734g")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -3538,7 +3559,7 @@ support.") (define-public kjsembed (package (name "kjsembed") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) @@ -3547,7 +3568,7 @@ support.") (version-major+minor version) "/portingAids/" name "-" version ".tar.xz")) (sha256 - (base32 "1i3qyxr409x82nqyck4qva63maxa2vvi07i0yxm6zqx5lvm9gkgb")))) + (base32 "10w4w4ncwr245bv1ii4sh154w91ghfz0l60k89j50lsydpcqcp3a")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -3567,7 +3588,7 @@ QObjects, so you can script your applications.") (define-public kmediaplayer (package (name "kmediaplayer") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) @@ -3576,7 +3597,7 @@ QObjects, so you can script your applications.") (version-major+minor version) "/portingAids/" name "-" version ".tar.xz")) (sha256 - (base32 "09ysw11br4k26bq6rvzcws2g565336p3gjkz4fxc8w2g3ma527p1")))) + (base32 "1k1pjc0cz36gs0pl2pxw8f9f82xkbqyy320nfyhan5waxbl1qd5n")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) @@ -3613,7 +3634,7 @@ KParts instead.") (define-public kross (package (name "kross") - (version "5.39.0") + (version "5.42.0") (source (origin (method url-fetch) @@ -3622,7 +3643,7 @@ KParts instead.") (version-major+minor version) "/portingAids/" name "-" version ".tar.xz")) (sha256 - (base32 "1gh9gicr7ba8y3c0r7qpw2fj651fbbrhsy8gps8yll71axhxqvfh")))) + (base32 "1aqqwby6jslimpvx42d4n6gjsjc8l82gmsq5ajpv9zkkk91dqfqi")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) diff --git a/gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch b/gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch deleted file mode 100644 index 01a0e572c..000000000 --- a/gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch +++ /dev/null @@ -1,49 +0,0 @@ -Add missing dependencies, see . - -diff -r -U5 ktexteditor-5.39.0.orig/autotests/CMakeLists.txt ktexteditor-5.39.0/autotests/CMakeLists.txt ---- ktexteditor-5.39.0.orig/autotests/CMakeLists.txt 2017-10-31 16:28:45.018163060 +0100 -+++ ktexteditor-5.39.0/autotests/CMakeLists.txt 2017-10-31 16:28:16.439559888 +0100 -@@ -37,10 +37,11 @@ - set (KTEXTEDITOR_TEST_LINK_LIBS KF5TextEditor - KF5::I18n - KF5::IconThemes - KF5::GuiAddons - Qt5::Qml -+ Qt5::Script - ) - - include(ECMMarkAsTest) - - # test executable for encoding -diff -r -U5 ktexteditor-5.39.0.orig/CMakeLists.txt ktexteditor-5.39.0/CMakeLists.txt ---- ktexteditor-5.39.0.orig/CMakeLists.txt 2017-10-31 16:28:38.578252490 +0100 -+++ ktexteditor-5.39.0/CMakeLists.txt 2017-10-31 16:30:24.656778737 +0100 -@@ -38,11 +38,12 @@ - - # Dependencies - set(REQUIRED_QT_VERSION 5.7.0) - - # Required Qt5 components to build this framework --find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Core Widgets Qml PrintSupport Xml XmlPatterns) -+find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Core Widgets Qml -+ Script PrintSupport Xml XmlPatterns) - - find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED) - find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED) - find_package(KF5GuiAddons ${KF5_DEP_VERSION} REQUIRED) - find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED) -diff -r -U5 ktexteditor-5.39.0/autotests/src/vimode/CMakeLists.txt ktexteditor-5.39.0.new/autotests/src/vimode/CMakeLists.txt ---- ktexteditor-5.39.0/autotests/src/vimode/CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 -+++ ktexteditor-5.39.0.new/autotests/src/vimode/CMakeLists.txt 2017-10-31 16:58:29.909003953 +0100 -@@ -4,10 +4,11 @@ - ${CMAKE_SOURCE_DIR}/src/vimode - ) - - set (VIMODE_TEST_LINK_LIBS KF5TextEditor - KF5::I18n -+ Qt5::Qml - Qt5::Test - ) - - macro(vimode_unit_test) - ecm_add_test(${ARGN} TEST_NAME "vimode_${ARGV0}" -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 17:02:49 2018 Received: (at 30398) by debbugs.gnu.org; 8 Feb 2018 22:02:49 +0000 Received: from localhost ([127.0.0.1]:34406 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHJ-0007b6-3c for submit@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:49 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:47443) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHF-0007aO-To for 30398@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:46 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zcsd134Wsz1qsgt for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:45 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zcsd12zWlz1qqkx for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:45 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 3RNrowB0FE7v for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:44 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-83-171-149-3.dynamic.mnet-online.de [83.171.149.3]) (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 <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:44 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 2C7D360BCF for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:38 +0100 (CET) From: Hartmut Goebel To: 30398@debbugs.gnu.org Subject: [PATCH 4/9] gnu: libkomparediff2: Update to 17.12.1 Date: Thu, 8 Feb 2018 23:02:32 +0100 Message-Id: <20180208220237.13753-4-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208220237.13753-1-h.goebel@crazy-compilers.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) * gnu/packages/kde.scm(libkomparediff2): Update to 17.12.1. [source] Switch to KDE mirror, use mirror://kde scheme. --- gnu/packages/kde.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index fff644510..af6140ea7 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -332,7 +332,7 @@ features include brush stabilizers, brush engines and wrap-around mode.") (define-public libkomparediff2 (package (name "libkomparediff2") - (version "16.08.2") + (version "17.12.1") (source (origin (method url-fetch) @@ -341,7 +341,7 @@ features include brush stabilizers, brush engines and wrap-around mode.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1lafifrwfxvn0jwhz67kwv7m38lm4syips3fq77rwcvfhmkiijmh")))) + "0jd700pjw51vyan5d22k6j60jgb95pfn2nvwz2nfs2f4xlsly1hz")))) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) ("pkg-config" ,pkg-config))) -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 17:02:49 2018 Received: (at 30398) by debbugs.gnu.org; 8 Feb 2018 22:02:49 +0000 Received: from localhost ([127.0.0.1]:34409 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHJ-0007bD-Bx for submit@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:49 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:39094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHH-0007av-MW for 30398@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:48 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zcsd31XX1z1qsgt for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:47 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zcsd31Rsjz1qqkn for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:47 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 Fip40zjX38AL for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:45 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-83-171-149-3.dynamic.mnet-online.de [83.171.149.3]) (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 <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:45 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 439D260C14 for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:38 +0100 (CET) From: Hartmut Goebel To: 30398@debbugs.gnu.org Subject: [PATCH 5/9] gnu: libkomparediff2: Use mirror://kde scheme for source-url. Date: Thu, 8 Feb 2018 23:02:33 +0100 Message-Id: <20180208220237.13753-5-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208220237.13753-1-h.goebel@crazy-compilers.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) * gnu/packages/kde.scm (libkomparediff2)[source]: Use mirror://kde scheme. --- gnu/packages/kde.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index af6140ea7..5d6fb6171 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -336,8 +336,8 @@ features include brush stabilizers, brush engines and wrap-around mode.") (source (origin (method url-fetch) - (uri (string-append "https://github.com/KDE/libkomparediff2/archive/v" - version ".tar.gz")) + (uri (string-append "mirror://kde/stable/applications" + "/" version "/src/" name "-" version ".tar.xz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 17:02:52 2018 Received: (at 30398) by debbugs.gnu.org; 8 Feb 2018 22:02:53 +0000 Received: from localhost ([127.0.0.1]:34413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHM-0007bq-Ms for submit@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:52 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:47224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHI-0007b4-Vi for 30398@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:49 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zcsd43Wt9z1qxx6 for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:48 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zcsd43S7sz1qqkn for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:48 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 iTmU8IR-tCUv for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:47 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-83-171-149-3.dynamic.mnet-online.de [83.171.149.3]) (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 <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:47 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 5558F60E48 for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:38 +0100 (CET) From: Hartmut Goebel To: 30398@debbugs.gnu.org Subject: [PATCH 6/9] gnu: snorenotify: Use mirror://kde scheme for source-url. Date: Thu, 8 Feb 2018 23:02:34 +0100 Message-Id: <20180208220237.13753-6-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208220237.13753-1-h.goebel@crazy-compilers.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) * gnu/packages/kde.scm (snorenotify)[source]: Use mirror://kde scheme. --- gnu/packages/kde.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 5d6fb6171..609314277 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -456,7 +456,7 @@ cards.") (source (origin (method url-fetch) - (uri (string-append "http://download.kde.org/stable/snorenotify/" + (uri (string-append "mirror://kde/stable/snorenotify/" version "/src/snorenotify-" version ".tar.xz")) (sha256 (base32 -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 17:02:53 2018 Received: (at 30398) by debbugs.gnu.org; 8 Feb 2018 22:02:53 +0000 Received: from localhost ([127.0.0.1]:34415 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHM-0007bs-VV for submit@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:53 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:45635) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHK-0007bY-Hg for 30398@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:50 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zcsd60R2mz1qsgt for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:50 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zcsd60L8Kz1qqkn for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:50 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 s0gvWB3vRPP9 for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:48 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-83-171-149-3.dynamic.mnet-online.de [83.171.149.3]) (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 <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:48 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 67F1360E4F for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:38 +0100 (CET) From: Hartmut Goebel To: 30398@debbugs.gnu.org Subject: [PATCH 7/9] gnu: qca: Use mirror://kde scheme for source-url. Date: Thu, 8 Feb 2018 23:02:35 +0100 Message-Id: <20180208220237.13753-7-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208220237.13753-1-h.goebel@crazy-compilers.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) * gnu/packages/kde.scm (qca)[source]: Use mirror://kde scheme. --- gnu/packages/kde.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 609314277..041f769be 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -430,7 +430,7 @@ with a ksysguardd daemon, which may also run on a remote system.") (source (origin (method url-fetch) - (uri (string-append "http://download.kde.org/stable/qca/" version + (uri (string-append "mirror://kde/stable/qca/" version "/src/qca-" version ".tar.xz")) (sha256 (base32 -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 17:02:53 2018 Received: (at 30398) by debbugs.gnu.org; 8 Feb 2018 22:02:53 +0000 Received: from localhost ([127.0.0.1]:34418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHN-0007c0-6l for submit@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:53 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:41001) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHL-0007bg-Fx for 30398@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:51 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zcsd706vwz1qsgt for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:51 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zcsd701cnz1qqkn for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:51 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 wBRIBTM0kP1x for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:50 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-83-171-149-3.dynamic.mnet-online.de [83.171.149.3]) (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 <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:50 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 79C45612FD for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:38 +0100 (CET) From: Hartmut Goebel To: 30398@debbugs.gnu.org Subject: [PATCH 8/9] gnu: ktextwidgets: Add optional input "qtspeech". Date: Thu, 8 Feb 2018 23:02:36 +0100 Message-Id: <20180208220237.13753-8-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208220237.13753-1-h.goebel@crazy-compilers.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) * gnu/pacakges/kde-frameworks.scm (ktextwidgets)[inputs]: Add qtspeech. --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index e6c4fd86d..e2d136fa4 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3043,8 +3043,8 @@ library.") ("kservice" ,kservice) ("kwidgetsaddons" ,kwidgetsaddons) ("kwindowsystem" ,kwindowsystem) - ;; TODO: qtspeech (new in Qt 5.9) - ("qtbase" ,qtbase))) + ("qtbase" ,qtbase) + ("qtspeech", qtspeech))) (arguments `(#:phases (modify-phases %standard-phases -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 17:02:55 2018 Received: (at 30398) by debbugs.gnu.org; 8 Feb 2018 22:02:55 +0000 Received: from localhost ([127.0.0.1]:34420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHP-0007cL-GF for submit@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:55 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:41010) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejuHM-0007bp-Ux for 30398@debbugs.gnu.org; Thu, 08 Feb 2018 17:02:53 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zcsd83M9Gz1qsgt for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:52 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zcsd83GW5z1qqkx for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:52 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 sVNy3m14Og9L for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:51 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-83-171-149-3.dynamic.mnet-online.de [83.171.149.3]) (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 <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:51 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 98C5861327 for <30398@debbugs.gnu.org>; Thu, 8 Feb 2018 23:02:38 +0100 (CET) From: Hartmut Goebel To: 30398@debbugs.gnu.org Subject: [PATCH 9/9] gnu: knotifications: Add optional input "qtspeech". Date: Thu, 8 Feb 2018 23:02:37 +0100 Message-Id: <20180208220237.13753-9-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208220237.13753-1-h.goebel@crazy-compilers.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) * gnu/pacakges/kde-frameworks.scm (knotifications)[inputs]: Add qtspeech. --- gnu/packages/kde-frameworks.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index e2d136fa4..9b44ea9da 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1785,7 +1785,7 @@ asynchronous jobs.") ("kwindowsystem" ,kwindowsystem) ("phonon" ,phonon) ("qtbase" ,qtbase) - ;; TODO: qtspeech (new in Qt 5.9) + ("qtspeech" ,qtspeech) ;; TODO: Think about adding dbusmenu-qt5 from ;; https://launchpad.net/libdbusmenu-qt ("qtx11extras" ,qtx11extras))) -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 18 12:16:59 2018 Received: (at 30398) by debbugs.gnu.org; 18 Feb 2018 17:16:59 +0000 Received: from localhost ([127.0.0.1]:50048 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enSaA-0007Xo-MJ for submit@debbugs.gnu.org; Sun, 18 Feb 2018 12:16:58 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:49281) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enSa6-0007XR-11 for 30398@debbugs.gnu.org; Sun, 18 Feb 2018 12:16:57 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id C107820B7A; Sun, 18 Feb 2018 12:16:53 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Sun, 18 Feb 2018 12:16:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=9LkbIwzKXPiwfcHb21Potgqlym/IVzdZPkzmVeViE9M=; b=PnQQvWDa rpS0ZtFj2tk/5ju7nC036mfa1hbIfioXK5CntL7HhfEzS0AhBVrOu0cM8TFnuiEg IWITYzNY2NBpEXeyUGZbGD9neW/vbxBO/xmBpuPxjrXGW8S3hJll6NBh6qY+g93u thWlQvGV25ESb0+MX22vHyXQ+T9kM0t0kHo9SixlokF+OPF8ZoX7CZoOJUk6Tlzc 6YgfFF3XGTiHJZtRQlGICKLlseu1wT3MDVo11+S+NNk+hxUF/T5SacTHLvP9kYu8 GF7zUXYRC3nnlucoBYsCeILS9o+/KD0LqnOYYPVS7T6b2Vrt+N7JrNI4VjzdQzrj LGc3BOnd7noSng== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=9LkbIwzKXPiwfcHb21Potgqlym/IV zdZPkzmVeViE9M=; b=dyIy5cqejcyfE3js1tPRdAcP/oxSRBJqQbBQnyTFb4CDm 5IuSNbTQdoLInfFe0VfkuCJMzmmoT0vDK8iIRZJbeBTtf96wgDZ2o0O2kYy4jlAZ XnnPJgXYdsllhr+2vGH0mrwEbrUKTx705xTec1R5vHbypYa5BAv1wOwS2Vs/Ez6/ U3YGfGRY2OgqPf4NcioA6OvsihrsdRCVFaNBaWy4hKq3gq2hlQ+ODqcd4tivvjcZ NQ2cywERobwaFWtqAhpUtRyee45uZuq5L9dbKLIM6ZiRdRapBzICVtb5+4zZAdsf 8wek+Q63mn5tCiNEqtoDJaxJMBNh74J3gwHiYpeVw== X-ME-Sender: Received: from localhost (ip-86-49-250-168.net.upcbroadband.cz [86.49.250.168]) by mail.messagingengine.com (Postfix) with ESMTPA id 457EE7E0DF; Sun, 18 Feb 2018 12:16:53 -0500 (EST) From: Marius Bakke To: Hartmut Goebel , 30398@debbugs.gnu.org Subject: Re: [bug#30398] [PATCH 1/9] gnu: kde-frameworks: Update to 5.42.0 resp. 5.42.1 In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208215749.13348-1-h.goebel@crazy-compilers.com> <20180208220237.13753-1-h.goebel@crazy-compilers.com> User-Agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Sun, 18 Feb 2018 18:16:51 +0100 Message-ID: <878tbqtdz0.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Hartmut Goebel writes: > Beside simple updating: > - Change all todo-comments for test-cases into "fixme" comments to make them > easier to find. > - breeze-icons: Blacklist a test failing at build.kde.org, too. > - extra-cmake-modules: Patch out a vanised test-case. > - kfilemetadata: Can now run the test-suite uninstalled. Blacklist a failing > test-case. > - kimageformats: No longer symlink plugins into ./bin for testing. > - ktexteditor: Remove now unused patch. > - plasma-framework: Add input kirigami > - sonnet: For testing set QT_QPA_PLATFORM=offscreen. > > * gnu/packages/kde-frameworks.scm (attica, baloo, bluez-qt, kactivities, > kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs, > kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons, > kde-frameworkintegration, kdeclarative, kded, kdelibs4support, > kdesignerplugin, kdesu, kdewebkit, kdnssd, kdoctools, kemoticons, > kglobalaccel, kguiaddons, khtml, ki18n, kiconthemes, kidletime, kinit, kio, > kirigami, kitemmodels, kitemviews, kjobwidgets, kjs, kjsembed, kmediaplayer, > knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpeople, > kplotting, kpty, kross, krunner, kservice, ksyntaxhighlighting, > ktextwidgets, kunitconversion, kwallet, kwayland, kwindowsystem, kxmlgui, > kxmlrpcclient, modemmanager-qt, networkmanager-qt, oxygen-icons, > prison, solid, threadweaver): Update to 5.42.0. > (kwidgetsaddons): Update to 5.42.1. > (breeze-icons): Update to 5.42.0. [#:phases] New > phase. > (extra-cmake-modules): Update to 5.42.0. > [#:phases]: New phase. > (kfilemetadata): Update to 5.42.0. [#:phases]: No longer move check behind > install. [#:phases] Remove. [#:phase] New > phase. > (kimageformats): Update to 5.42.0. [#:phases]: No longer > symlink plugins into ./bin. > (ktesteditor)[source]: Remove patch. > (plasma-framework)[inputs]: Add kirigami > (sonnet): Update to 5.42.0. [#:phases] New phase. > * gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch: > Remove file. > * gnu/local.mk (dist_patch_DATA): Remove it. Wow, thanks for this! [...] > diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm > index 946c7511a..3642a866e 100644 > --- a/gnu/packages/kde-frameworks.scm > +++ b/gnu/packages/kde-frameworks.scm > @@ -74,7 +74,7 @@ > (define-public extra-cmake-modules > (package > (name "extra-cmake-modules") > - (version "5.39.0") > + (version "5.42.0") > (source (origin > (method url-fetch) > (uri (string-append > @@ -83,13 +83,20 @@ > name "-" version ".tar.xz")) > (sha256 > (base32 > - "1ldwzx2bzlzw7r31w8zy08j4cn9q7d1kszc5jb22zhfqpvbkc1dq")))) > + "1ml6s3ssr5izm3vnzlg5gn2nkcbz5l5nmapvyr4ml7n0089b43a3")))) > (build-system cmake-build-system) > (native-inputs > `(("qtbase" ,qtbase))) ; For tests (needs qmake) > (arguments > `(#:phases > (modify-phases %standard-phases > + (add-after 'unpack 'post-5.42.0-release-fix > + ;; FIXME: Remove for > 5.42.0 > + ;; ECMToolchainAndroidTest doesn't exist anymore > + ;; https://cgit.kde.org/extra-cmake-modules.git/commit?id=30f31c46d8caf4 > + (lambda _ > + (substitute* "tests/CMakeLists.txt" > + (("^add_test_macro\\(ECMToolchainAndroidTest dummy\\)") "")))) #t)) [...] > @@ -1333,8 +1351,16 @@ system.") > name "-" version ".tar.xz")) > (sha256 > (base32 > - "1b5bfjbpb6l3c9j9k42shhnz9lqqxk2g607qx9ni0n2pr7w2p7w1")))) > + "1r3amddmy0nm8klw0jzvb8bl1l9hkrx50d8j0zq2lbjy36h3yliw")))) > (build-system cmake-build-system) > + (arguments > + `(#:phases > + (modify-phases %standard-phases > + (add-before 'check 'check-setup > + (lambda* (#:key inputs #:allow-other-keys) Just (lambda _ ...) is sufficient here. The rest LGTM. Side note: I think it's okay to push these changes directly instead of going through the list as long as you are confident that they are correct and everything builds. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqJtQMACgkQoqBt8qM6 VPrjewgAu4OGNZULa+Krd049TwKdnIxHEZ2ryMFAdaTQdkUnffAzqZ+TmcS6Ea94 fS88zxdyGZQui/JDnPJnvfLg+MtOESmQopQnkcYiK1YTHV5Zm0uCsT0pUws4ZTxO UIV/PyTCTHv6iLCg2L0I4C1U5m03FVJstQbiyAyBgEv4C6YjbObzPf9ctjB1MuWH qDO2tGw8bZb1UVfJsyrUhQj35V6tnwzWopOOECVF+KUj1N7NSLhQ/DOaOBOdrrjx oX9kZv3ZWrvS8XiyDqcckbDB4A+fo7FySk/69QSaoD1qPRLn1eMi5j6kftiQepn+ MvlDzyF6PcpUOK8OGh/VyY8V636r/Q== =Cs5v -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 18 12:19:01 2018 Received: (at 30398) by debbugs.gnu.org; 18 Feb 2018 17:19:01 +0000 Received: from localhost ([127.0.0.1]:50061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enSc9-0007bI-I1 for submit@debbugs.gnu.org; Sun, 18 Feb 2018 12:19:01 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:33497) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enSc7-0007bA-Mo for 30398@debbugs.gnu.org; Sun, 18 Feb 2018 12:18:59 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 8F8E720D34; Sun, 18 Feb 2018 12:18:59 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Sun, 18 Feb 2018 12:18:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=pGLH94RMDwu4AR1ezbwtGVuDyYMMrLS6d8ctgHcM8XY=; b=OLe35tnl 9Fkl3ssS4pJbdtb8tkff3dOZ/qbT8wQx2e0YgtL12TUBYo+kigTIkoqavB/WhWg2 xuKShli7eWCv8DzJh6iJbkaez9Om3dMUmze1P8nF3l20cu2DcSPad9fQ46SuU9n7 xXOSPgpQDflJj8EN1unwDeOcQ229w2xF6W88Es6nmx3ySWwgrxRDaB1Q5ioKFpUG 5Tu1QNSo0gB9X9lcydzDtyVL5TMqo9WSb2+sj3l4ZCS9R5gJ1Ts1HcdPLxUqlV/O 8Tz+tcbdlg8Z0bgUTFFCYezoi6ny7a++LmwQZjjJQj4nIPY3Xjsede5W6K2WOq/5 981bpOW2km4tkw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=pGLH94RMDwu4AR1ezbwtGVuDyYMMr LS6d8ctgHcM8XY=; b=D8ht4Bje9sQapfnUfrGDSlXW7cGMeAOGCWjmI/l3qTPeh dfjplvkim0Uc9UeddKhxbQd0jMM+ng0VD2YZWVCfEJuYNqafQ1GzwJAgLU4ODb3Z aHchm9JqWGNFcWHsKAEBVcrevoydLi7vKeTCIPGEEUXm/XRmoKdV/Spr4b7BFpHX uVqiZVZW6fVxGU/p7fQlER5YdpS4/z+TBdaXKOXoWGNCLaZVl7TmmVpq0Md4+EMR sO2MVXH47nvV6Ak+JB1hqBzQ0buN6DmxXEjYYD3L5Ls3omoN3n6k9HxY2Pfm4IVw wX0jOHzepxxuK1NbTRN4B6coCpQ/qg/2acgqnNJpw== X-ME-Sender: Received: from localhost (ip-86-49-250-168.net.upcbroadband.cz [86.49.250.168]) by mail.messagingengine.com (Postfix) with ESMTPA id 231037E146; Sun, 18 Feb 2018 12:18:59 -0500 (EST) From: Marius Bakke To: Hartmut Goebel , 30398@debbugs.gnu.org Subject: Re: [bug#30398] [PATCH 0/9] Update KDE Frameworks to 5.42.0 and other KDE stuff respecrivly In-Reply-To: <20180208215749.13348-1-h.goebel@crazy-compilers.com> References: <20180208215749.13348-1-h.goebel@crazy-compilers.com> User-Agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Sun, 18 Feb 2018 18:18:57 +0100 Message-ID: <874lmetdvi.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Hartmut Goebel writes: > Also fixes some other glitches, e.g. source-urls not using the mirror://kde > scheme. > > For KF5 I checked all disabled test-cases whether they now pass and > implemented any possible improvement here. > > > Hartmut Goebel (9): > gnu: kde-frameworks: Update to 5.42.0 resp. 5.42.1 > gnu: kpmcore: Update to 3.3.0 > gnu: libksysguard: Update to 5.11.5. > gnu: libkomparediff2: Update to 17.12.1 > gnu: libkomparediff2: Use mirror://kde scheme for source-url. > gnu: snorenotify: Use mirror://kde scheme for source-url. > gnu: qca: Use mirror://kde scheme for source-url. > gnu: ktextwidgets: Add optional input "qtspeech". > gnu: knotifications: Add optional input "qtspeech". All these LGTM, thank you! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqJtYEACgkQoqBt8qM6 VPp9sQf8CJwGJvmUZXZi8gTic78i3wLX7x6ttCYQMLnqdiP1lKxCgDhCzvH8Gzwn mECZGSAtCsUuXpt8BkQwtFpR49Z1S2zagVqtMk+DkddIRC4LAyoMHbx/79bs33A3 hSLiAXELUyrLrMxu+KNcfg4OSkJLsvTvWFABpwLG6pD4B/28SHcNoEiXmJvN0FBg Wt477lMI6ONr8kAX+rqXwA6KI0yeoI7fKbZ2pZ5P/HT8u2j0dFlJYiYkM1d1UYSB PSgagMPD/q6bdU1/fsv4Bd7BusR1ZOemsd0FEaUVPGK2tCG/9JIJ4A4BfRTftzh4 KAVl2sxYjBR2FsP2AAyJj6WLzMp9pQ== =Uoxp -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 18 12:40:34 2018 Received: (at 30398-close) by debbugs.gnu.org; 18 Feb 2018 17:40:34 +0000 Received: from localhost ([127.0.0.1]:50089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enSx0-0008A3-Ke for submit@debbugs.gnu.org; Sun, 18 Feb 2018 12:40:34 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:45628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enSwz-00089v-LF for 30398-close@debbugs.gnu.org; Sun, 18 Feb 2018 12:40:34 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zkvKr5J54z1r0Wr for <30398-close@debbugs.gnu.org>; Sun, 18 Feb 2018 18:40:32 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zkvKr3lbDz1r1nS for <30398-close@debbugs.gnu.org>; Sun, 18 Feb 2018 18:40:32 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 gI_TKTaOazIt for <30398-close@debbugs.gnu.org>; Sun, 18 Feb 2018 18:40:31 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-93-104-184-7.dynamic.mnet-online.de [93.104.184.7]) (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 <30398-close@debbugs.gnu.org>; Sun, 18 Feb 2018 18:40:31 +0100 (CET) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 6270D6016F for <30398-close@debbugs.gnu.org>; Sun, 18 Feb 2018 18:40:31 +0100 (CET) From: Hartmut Goebel Subject: Re: bug#30398: ([PATCH 0/9] Update KDE Frameworks to 5.42.0 and other KDE stuff respectively) To: 30398-close@debbugs.gnu.org References: <20180208215749.13348-1-h.goebel@crazy-compilers.com> Organization: crazy-compilers.com Message-ID: Date: Sun, 18 Feb 2018 18:40:31 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) I finally pushed this as bdf0c644d..042f7c263. Changes to the original patches: * qtbase:   - Don't use tzdata as input, adopt patch for using TZDIR instead   - Update comment way store paths are needed * qtserialport:   - Update comment way store paths are needed * drop 2, 3, 5 and 6 (Add not …) -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 18 13:26:32 2018 Received: (at 30398-close) by debbugs.gnu.org; 18 Feb 2018 18:26:32 +0000 Received: from localhost ([127.0.0.1]:50115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enTfU-0000of-Fc for submit@debbugs.gnu.org; Sun, 18 Feb 2018 13:26:32 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:60239) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enTfT-0000oX-3C for 30398-close@debbugs.gnu.org; Sun, 18 Feb 2018 13:26:31 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zkwLt3dVkz1r1jT; Sun, 18 Feb 2018 19:26:30 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zkwLt3TFYz1r1nR; Sun, 18 Feb 2018 19:26:30 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de 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 zodDkjNgwQ8W; Sun, 18 Feb 2018 19:26:29 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-93-104-184-7.dynamic.mnet-online.de [93.104.184.7]) (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; Sun, 18 Feb 2018 19:26:29 +0100 (CET) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 063066016F; Sun, 18 Feb 2018 19:26:30 +0100 (CET) Subject: Re: [bug#30398] [PATCH 1/9] Update KDE Frameworks to 5.42.0 and other To: Marius Bakke , 30398-close@debbugs.gnu.org References: <20180208215749.13348-1-h.goebel@crazy-compilers.com> <20180208220237.13753-1-h.goebel@crazy-compilers.com> <878tbqtdz0.fsf@fastmail.com> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: <3118061e-6a45-c04e-2677-7a5be181466c@crazy-compilers.com> Date: Sun, 18 Feb 2018 19:26:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <878tbqtdz0.fsf@fastmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: en-US X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30398-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Thanks for reviewing. Pushed as 042f7c263..102fc5bc2 Am 18.02.2018 um 18:16 schrieb Marius Bakke: > Side note: I think it's okay to push these changes directly instead of > going through the list as long as you are confident that they are > correct and everything builds. Will do :-) --=20 Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From unknown Wed Jun 18 23:18:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 19 Mar 2018 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator