From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id IObSOhHyvGQrewEASxT56A (envelope-from ) for ; Sun, 23 Jul 2023 11:25:38 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 6FLzOhHyvGTN2QAA9RJhRA (envelope-from ) for ; Sun, 23 Jul 2023 11:25:37 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A6ECC61DC4 for ; Sun, 23 Jul 2023 11:25:37 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=qq.com header.s=s201512 header.b=vUf6TFUJ; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690104337; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=uMxaWH7K86qlTBsqPRQh0LqDuv1VbHwkKIbIIvxNw7k=; b=ClrR+pbdfE0FP+quIfTEoJAkbfpexDxJ4mtek/UXwj0JBo9RJrwJPaeqgLgOclnIaPG48O l4wEYUEMW2bXSyzTdK8GK0nmjIFUe9u7TYa//6NPY5OSUl1mRo64xCSbvCZv4RKRxXsZDd uiYtTfpseDKruhrhaPR6J1q30o5IPzBGHfsN8KkrXcCuVQllt8wLSiMXpAkll+KWgVDuuc NTc/GW6gQsSmIeKTiHxR2nHggXMmGlpmckdG6+SqIxiPVxRrOWKEm+Og66xvKxTDQYL9bd Zmsd0TfN+xOgf5IjiCN/b2eFsRYeNd5Gw2B3X4cOk14ZqhkxT2XshxpvVCBUaA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=qq.com header.s=s201512 header.b=vUf6TFUJ; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690104337; a=rsa-sha256; cv=none; b=G9taGU2WgbSLs8Nm2IByZagDnOD18/8QCmDJuPjxJprgtepevfY+GcsBcu8Wm1CUty6l8K iygI/lxO29h1ojGsYZ/j7WjXJvE5iC2qPz+zpYmpr4MLrGwdeiAc+99RZKi2RE3f8+IG1P HX6C3T8HV9NFi/ChOph4U/+bbHQhR2Pch+/Vickwl2A3emL1jyuUeMl0+uzC69MA9hjq+6 cyISmVXKt9fA+mNX8uK7E/NHTjtKLxW+8DfkssSAhmf2yJiCl1cfFK5+HSk2v2570XM/0x cWXEcQzwrYyQqvtqRfpB6+p8iQDK0zWLnUCNch/VYZZENgoyQ1z89+srywHnlQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qNVL0-0000qk-3m; Sun, 23 Jul 2023 05:25:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qNVKs-0000pd-HS for guix-patches@gnu.org; Sun, 23 Jul 2023 05:25:07 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qNVKs-00017B-3a for guix-patches@gnu.org; Sun, 23 Jul 2023 05:25:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qNVKr-0007dD-Rf for guix-patches@gnu.org; Sun, 23 Jul 2023 05:25:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64798] [PATCH 068/209] gnu: kdbusaddons: Update to 5.108.0. Resent-From: Zheng Junjie <873216071@qq.com> Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 23 Jul 2023 09:25:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64798 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64798@debbugs.gnu.org Received: via spool by 64798-submit@debbugs.gnu.org id=B64798.169010426729219 (code B ref 64798); Sun, 23 Jul 2023 09:25:05 +0000 Received: (at 64798) by debbugs.gnu.org; 23 Jul 2023 09:24:27 +0000 Received: from localhost ([127.0.0.1]:38274 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNVKE-0007b7-E0 for submit@debbugs.gnu.org; Sun, 23 Jul 2023 05:24:26 -0400 Received: from out203-205-221-191.mail.qq.com ([203.205.221.191]:56693) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <873216071@qq.com>) id 1qNVJw-0007YU-Iu for 64798@debbugs.gnu.org; Sun, 23 Jul 2023 05:24:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201512; t=1690104240; bh=uMxaWH7K86qlTBsqPRQh0LqDuv1VbHwkKIbIIvxNw7k=; h=From:To:Subject:Date:In-Reply-To:References; b=vUf6TFUJY4oiFivcpI2URa6U+8yrWC0Bc9PP8rKIAj/VqzGTW6IrVZGUabsKu5rFT gZjT63ZQ1o/SAgRDsn0m6dbXaLe9s4mhx+27Aln7lXpTFjgeP4YgB5hoa5++h4ZOKD 49bLMNgdietKhfVjIHj5QR1ID2v8NcTHIYzik4IA= Received: from localhost.localdomain ([111.0.51.236]) by newxmesmtplogicsvrszb1-0.qq.com (NewEsmtp) with SMTP id 5F59DA7D; Sun, 23 Jul 2023 17:23:53 +0800 X-QQ-mid: xmsmtpt1690104238trxc1r01m Message-ID: X-QQ-XMAILINFO: OLsBWtCIHsg6rr5A/bngZA1/As5cNar2OfX8LWArrmwo1fnRL46TklV71w3Sds 7obURGbajT7c62ppWoNwJCWIt9DrlbyNkP5I0bhMgCCDwwc/14Q3fUeTWo50L1RX4ntqYRl3EYMW FfIZKGyYTNJRNdbxXj31bfPPx49vLOlUADz652Fha2QTF37w7FzbkrBp46Sb12Hj1A7WuopKaIZS /Z4hIqGqRrT/bOS1zSj0gEYetxbtBE1NDXE2q1j2kQZVBBKWCIUvXUjkM1XkkKmwR8veTeOMvFjk HhtPO1b0qtClQ7MAJW4du9bOD7IVMaHMmndwDfwcDs3xbmq5NuIHpfGolEn+xQVz5at/KWK6BcYQ 43qpFVFjS3pP/7YyVcbl2o+M7f1IWd/yFTnR/wUVi67HFM9i75sYVlWU+HULKhQjAS/gPvBHJ0Jo D/bQHVv4jsZCXc7A8oGvPqR2MN4A96tDqxNaF0zNBTAg7YK25pkqEQC2OsaFtZ2Mevam1hOgNnE1 mLp/ibj1dON8D3Kd6SNpu0UUcSDq+30fzfYqaySj5osI9PnzM4yNoT4IdV191n+T/WGzWCtZ3lbZ v7SQK5kUqf94A1dfMUbxdSRunbNGrgrvSwqjDeBw0QM1iYhBAMjdM/Xt3R9isrioa6gA0DqINbM0 6DNm57GdA680nM3AzyMBiapAXTGc0cUigSSSq2mBZyP6LW5G3fN8gnWyP/W3mEQk399N29vx/ejl u4mZfowVv72+2dsp4yD2hPQAH3PzA1UJLB/L2jYlIL9oJDnkVI+OsXbscZsBWgzL7WXCK/EHeqUk uoFHVFjIarWm8AP3yy7fxrrwr6nhRsXO/f9V3Lgd+rgc9/XU7g0hmF6XT7okHwbzuFBvVYFBLNP8 mzfcrFHAwKc+kAu19FMehA/shSunZDhl0VV7EvuXKRp1jJUVty8tBGZ/lbTg6rnaRY21zPLcyFal 4gc9F9hv0PPMkaaj3Owraus4TA6CYFFdipNbuNBKw2tY9Rt8BMiP5BRDqPzjw5BmP0bONGgjcQND Hfs8wRXw== X-QQ-XMRINFO: NI4Ajvh11aEj8Xl/2s1/T8w= Date: Sun, 23 Jul 2023 16:44:48 +0800 X-OQ-MSGID: <5eab0f7a7c247de206ff9ec7c4bbb582d2b064c3.1690099026.git.873216071@qq.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Zheng Junjie <873216071@qq.com> X-ACL-Warn: , Zheng Junjie via Guix-patches From: Zheng Junjie via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -6.15 X-Migadu-Queue-Id: A6ECC61DC4 X-Migadu-Spam-Score: -6.15 X-Migadu-Scanner: mx0.migadu.com X-TUID: bFuE8IVi269n * gnu/packages/kde-frameworks.scm (kdbusaddons): Update to 5.108.0. (kxmlgui) [arguments]: exclude KMAINWINDOW_UNITTEST test for make sure KDBUSADDONS build success. --- gnu/packages/kde-frameworks.scm | 37 +++++++++++++++++---------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index d36000197a..798ab8ccaa 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -665,7 +665,7 @@ (define-public kcoreaddons (define-public kdbusaddons (package (name "kdbusaddons") - (version "5.98.0") + (version "5.108.0") (source (origin (method url-fetch) (uri (string-append @@ -674,7 +674,7 @@ (define-public kdbusaddons name "-" version ".tar.xz")) (sha256 (base32 - "0fwdmlnci2xn5pi1ywgia3xka3zsh6gl6xpx1gvql7lczk1y490a")))) + "1siv9ndk0zr9yq6pwjs248zzsh4kgllfj1294jym80rxcb0z6g9r")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules dbus qttools-5)) @@ -683,21 +683,22 @@ (define-public kdbusaddons ;; kinit-bootstrap: kinit package which does not depend on kdbusaddons. (arguments (list #:phases - #~(modify-phases %standard-phases - (add-before 'configure 'patch-source - (lambda* (#:key inputs #:allow-other-keys) - ;; look for the kdeinit5 executable in kinit's store directory, - ;; instead of the current application's directory: - (substitute* "src/kdeinitinterface.cpp" - (("<< QCoreApplication::applicationDirPath..") - (string-append - "<< QString::fromUtf8(\"/" (dirname (search-input-file inputs - "bin/kdeinit5")) "\")" ))))) - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (setenv "DBUS_FATAL_WARNINGS" "0") - (invoke "dbus-launch" "ctest"))))))) + #~(modify-phases %standard-phases + (add-before 'configure 'patch-source + (lambda* (#:key inputs #:allow-other-keys) + ;; look for the kdeinit5 executable in kinit's store directory, + ;; instead of the current application's directory: + (substitute* "src/kdeinitinterface.cpp" + (("<< QCoreApplication::applicationDirPath..") + (string-append + "<< QString::fromUtf8(\"/" + (dirname (search-input-file inputs "bin/kdeinit5")) + "\")" ))))) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (setenv "DBUS_FATAL_WARNINGS" "0") + (invoke "dbus-launch" "ctest"))))))) (home-page "https://community.kde.org/Frameworks") (synopsis "Convenience classes for DBus") (description "KDBusAddons provides convenience classes on top of QtDBus, @@ -3259,7 +3260,7 @@ (define-public kxmlgui (setenv "HOME" (getcwd)) (setenv "QT_QPA_PLATFORM" "offscreen") ;; These tests fail (invoke "ctest" "-E" - "(ktoolbar_unittest|kxmlgui_unittest)"))))))) + "(ktoolbar_unittest|kmainwindow_unittest|kxmlgui_unittest)"))))))) (home-page "https://community.kde.org/Frameworks") (synopsis "Framework for managing menu and toolbar actions") (description "KXMLGUI provides a framework for managing menu and toolbar -- 2.41.0