From unknown Sat Jun 21 03:11:17 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#78243 <78243@debbugs.gnu.org> To: bug#78243 <78243@debbugs.gnu.org> Subject: Status: [PATCH] gnu: kio-extras: Fix kiod path. Reply-To: bug#78243 <78243@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:11:17 +0000 retitle 78243 [PATCH] gnu: kio-extras: Fix kiod path. reassign 78243 guix-patches submitter 78243 Sughosha severity 78243 normal tag 78243 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun May 04 10:33:39 2025 Received: (at submit) by debbugs.gnu.org; 4 May 2025 14:33:40 +0000 Received: from localhost ([127.0.0.1]:56869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uBaPQ-0003Ix-4N for submit@debbugs.gnu.org; Sun, 04 May 2025 10:33:39 -0400 Received: from lists.gnu.org ([2001:470:142::17]:51218) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uBaPJ-0003Hn-8m for submit@debbugs.gnu.org; Sun, 04 May 2025 10:33:30 -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 1uBaPD-0007iw-Pt for guix-patches@gnu.org; Sun, 04 May 2025 10:33:23 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1uBaPB-00086d-P0 for guix-patches@gnu.org; Sun, 04 May 2025 10:33:23 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E23F020225; Sun, 4 May 2025 16:33:19 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id bf4BtqdeSLrS; Sun, 4 May 2025 16:33:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1746369197; bh=Bkf8G/o6OHmZzU/T6O9y6dNFJGLqD/wLcNEhpZAwaq4=; h=From:To:Cc:Subject:Date; b=V8wkn2x2CTBzCGr1xQ6NvlXyRBy3uUKZlXq3Ip00JM0QFRzpxwMSw01KSpfrJwnIY 0psgKu8ie3yfxldQIvW/Ft8VTj/6acfBTHNkeAb9uhF7e8MrTxVSMts77MJnEtQmAR 6EUKG9m85kLQn2NSWJqn4fsAQqI8lcGc7Hb3Km1JALFvYbpu5R9lzc+sG994ajZo1n hh/yxw4tO8fzc1gNRHo/zc3lFybb8EVI2MX2PG86/wMTIS3hFAxUFzIATx0Sygd8XO QSrXll+8jHWPIPk4iSut1+EsZV7GwR40bAsLSr+vTPYMWWCBqy8GeUQg6sLeOw6usq R08qlcL6pEiww== From: Sughosha To: guix-patches@gnu.org Subject: [PATCH] gnu: kio-extras: Fix kiod path. Date: Sun, 4 May 2025 20:02:52 +0530 Message-ID: <13d164d792a7a36b72ad62b9fe1cbd447cb4ec78.1746369172.git.sughosha@disroot.org> MIME-Version: 1.0 X-Debbugs-Cc: Sughosha , Zheng Junjie Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=sughosha@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.01, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Sughosha 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.1 (/) * gnu/packages/kde.scm (kio-extras)[arguments]Realign. <#:phases>: Add fix-kiod-path phase. Change-Id: I64463443ab3fb7fbd6939f007c9433d751dbd12e --- gnu/packages/kde.scm | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index cf9b0a5298f..9eece538710 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -753,13 +753,27 @@ (define-public kio-extras "0h720wcgsdx9h5vlr4flxrd3djmhwvlwkrf0yzwsf4amcb9wds8r")))) (build-system cmake-build-system) (arguments - (list #:phases #~(modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (setenv "HOME" (getcwd)) - (setenv "TMPDIR" (getcwd)) - (invoke "ctest" "-E" "(thumbnailtest|testkioarchive)"))))))) + (list #:phases + #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (setenv "HOME" (getcwd)) + (setenv "TMPDIR" (getcwd)) + (invoke "ctest" "-E" + "(thumbnailtest|testkioarchive)")))) + (add-after 'install 'fix-kiod-path + (lambda* (#:key outputs #:allow-other-keys) + (let* ((kio #$(this-package-input "kio")) + (kf-version + #$(version-major + (package-version (this-package-input "kio"))))) + (substitute* (string-append #$output + "/share/dbus-1/services/" + "org.kde.kmtpd5.service") + (("Exec=.*$") + (string-append "Exec=" kio "/libexec/kf" kf-version + "/kiod" kf-version "\n"))))))))) (native-inputs (list extra-cmake-modules dbus kdoctools pkg-config qttools)) ;; TODO: libappimage (inputs (list gperf base-commit: cea6eedfcea2defa526bc58d4fb2085cc8c0cb36 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sun May 04 10:42:26 2025 Received: (at 78243) by debbugs.gnu.org; 4 May 2025 14:42:26 +0000 Received: from localhost ([127.0.0.1]:56954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uBaXv-0004Td-DC for submit@debbugs.gnu.org; Sun, 04 May 2025 10:42:25 -0400 Received: from layka.disroot.org ([178.21.23.139]:33358) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uBaXs-0004T9-In for 78243@debbugs.gnu.org; Sun, 04 May 2025 10:42:20 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0D5BA25D86; Sun, 4 May 2025 16:42:19 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id BQvbAaXwmYqB; Sun, 4 May 2025 16:42:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1746369738; bh=IFlDpkf/mpsCQl8qfVDrAOq7sIJyXrR1bvTrSLD/fSU=; h=From:To:Cc:Subject:Date; b=jqeiYGL+uJhIHwJ7INCxjTiaaHXyAurU/9fjcbX/b+BLXrpCBbORHU5PV/58qwcJi TsOCfi4Cy5aRQ/O7AlXzF1ItWdkuLWXCWFt6Hjw2ywWkJBVwHD6logpY2BG2bP7WA8 crHOuTiMyayiZ60nO66E2PYYt9C30eEdfZI8vvIOgD3O5LMdObG5P5Scqec5A62j5g w3RjcrviaPe9o2V1aTHHBlvqnwKAd28s23PnPVbiqZqJueDWfiHnCnN3xpour7XDUs WueDomv+60mRLmSIvD/V7DKKKNZ7grzdDkOzoYx9JK4+mKTAovm3lPDt2bXHFHV9pk C36iUhQbO7TXQ== From: Sughosha To: 78243@debbugs.gnu.org Subject: [PATCH v2] gnu: kio-extras: Fix kiod path. Date: Sun, 4 May 2025 20:11:59 +0530 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Sughosha , Zheng Junjie Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 78243 Cc: Sughosha 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: -1.0 (-) * gnu/packages/kde.scm (kio-extras)[arguments]Realign. <#:phases>: Add fix-kiod-path phase. Change-Id: Ifda410609323dc55797a9e97191909824679dd8f --- gnu/packages/kde.scm | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index cf9b0a5298f..c0b94c6bcfe 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -753,13 +753,27 @@ (define-public kio-extras "0h720wcgsdx9h5vlr4flxrd3djmhwvlwkrf0yzwsf4amcb9wds8r")))) (build-system cmake-build-system) (arguments - (list #:phases #~(modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (setenv "HOME" (getcwd)) - (setenv "TMPDIR" (getcwd)) - (invoke "ctest" "-E" "(thumbnailtest|testkioarchive)"))))))) + (list #:phases + #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (setenv "HOME" (getcwd)) + (setenv "TMPDIR" (getcwd)) + (invoke "ctest" "-E" + "(thumbnailtest|testkioarchive)")))) + (add-after 'install 'fix-kiod-path + (lambda _ + (let* ((kio #$(this-package-input "kio")) + (kf-version + #$(version-major + (package-version (this-package-input "kio"))))) + (substitute* (string-append #$output + "/share/dbus-1/services/" + "org.kde.kmtpd5.service") + (("Exec=.*$") + (string-append "Exec=" kio "/libexec/kf" kf-version + "/kiod" kf-version "\n"))))))))) (native-inputs (list extra-cmake-modules dbus kdoctools pkg-config qttools)) ;; TODO: libappimage (inputs (list gperf base-commit: cea6eedfcea2defa526bc58d4fb2085cc8c0cb36 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sun May 04 11:03:30 2025 Received: (at 78243) by debbugs.gnu.org; 4 May 2025 15:03:30 +0000 Received: from localhost ([127.0.0.1]:57194 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uBasM-0007KW-FF for submit@debbugs.gnu.org; Sun, 04 May 2025 11:03:30 -0400 Received: from layka.disroot.org ([178.21.23.139]:44022) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uBasI-0007KI-HK for 78243@debbugs.gnu.org; Sun, 04 May 2025 11:03:27 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 8459320EE2; Sun, 4 May 2025 17:03:24 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id v1nPgtVvqRt5; Sun, 4 May 2025 17:03:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1746371003; bh=zdfIkD6K+wbsrZjWZjlNE00TiyhbQ52BlPtSizh4NeU=; h=From:To:Cc:Subject:Date; b=jVCEwCqOPMAnUPPaO90gI2kvZ6mqE60i2nOKm0UFX9xUq25O7wXPg1ixEeWnL4D63 t8+C69+la9PAQeNDGr7ovhSvZCv1b54pWgxjfOIo1lAE+Z0GMi/A7wu5voTzMDF0/V 0NI0UKUihjxAMMUsyVkA84u6+Z7MZgLk7vA44bYCXI/ceJR5RltubqZaNPtU54MPUo L+sUEdvwgReaZlatwWecpIdpHbeCB70+im+58K8j9hccTsQ4ANlIwcIkV+lulqbyte pVBBB262cmdtpYtBBhoLX0NrjYdTRBoz68amJK2z8Nw8xstwZlCsC/jdrovci8K8Ur lrB4Mf1yAIN/w== From: Sughosha To: 78243@debbugs.gnu.org Subject: [PATCH v3] gnu: kio-extras: Fix kiod path. Date: Sun, 4 May 2025 20:33:16 +0530 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Sughosha , Zheng Junjie Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 78243 Cc: Sughosha 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: -1.0 (-) * gnu/packages/kde.scm (kio-extras)[arguments]: Realign. <#:phases>: Add fix-kiod-path phase. Change-Id: Ifda410609323dc55797a9e97191909824679dd8f --- gnu/packages/kde.scm | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index cf9b0a5298f..c0b94c6bcfe 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -753,13 +753,27 @@ (define-public kio-extras "0h720wcgsdx9h5vlr4flxrd3djmhwvlwkrf0yzwsf4amcb9wds8r")))) (build-system cmake-build-system) (arguments - (list #:phases #~(modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (setenv "HOME" (getcwd)) - (setenv "TMPDIR" (getcwd)) - (invoke "ctest" "-E" "(thumbnailtest|testkioarchive)"))))))) + (list #:phases + #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (setenv "HOME" (getcwd)) + (setenv "TMPDIR" (getcwd)) + (invoke "ctest" "-E" + "(thumbnailtest|testkioarchive)")))) + (add-after 'install 'fix-kiod-path + (lambda _ + (let* ((kio #$(this-package-input "kio")) + (kf-version + #$(version-major + (package-version (this-package-input "kio"))))) + (substitute* (string-append #$output + "/share/dbus-1/services/" + "org.kde.kmtpd5.service") + (("Exec=.*$") + (string-append "Exec=" kio "/libexec/kf" kf-version + "/kiod" kf-version "\n"))))))))) (native-inputs (list extra-cmake-modules dbus kdoctools pkg-config qttools)) ;; TODO: libappimage (inputs (list gperf base-commit: cea6eedfcea2defa526bc58d4fb2085cc8c0cb36 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Thu May 08 03:00:36 2025 Received: (at 78243-done) by debbugs.gnu.org; 8 May 2025 07:00:36 +0000 Received: from localhost ([127.0.0.1]:53117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uCvFD-0002JV-PK for submit@debbugs.gnu.org; Thu, 08 May 2025 03:00:36 -0400 Received: from mail.z572.online ([88.99.160.180]:55964) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uCvFB-0002JH-MR for 78243-done@debbugs.gnu.org; Thu, 08 May 2025 03:00:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1746688047; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qPJAYp+mPG3iHE0iBL84EGJa751rdfG0qYk1zW8Hfo0=; b=T7Y5vQ6wUfGBEciNj6/h6S6sFJtmWWu0B4rLPXelAlsHjqM8CB1JorKfXAfb73IlpcaSN2 uT1QlsyX7pXTeUgilltZkz/VZst017AjEUr9JODbFm6p7gbgDl2LUS2RHLZJEdgO/bd23R WQpQXbh8m+wlczSSWM1Wd/2b+IW2Z+g= Received: from m ( [115.192.96.110]) by mail.z572.online (OpenSMTPD) with ESMTPSA id b84acaa7 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 8 May 2025 07:07:26 +0000 (UTC) From: Z572 To: Sughosha via Guix-patches via Subject: Re: [bug#78243] [PATCH] gnu: kio-extras: Fix kiod path. In-Reply-To: <13d164d792a7a36b72ad62b9fe1cbd447cb4ec78.1746369172.git.sughosha@disroot.org> (Sughosha via Guix-patches via's message of "Sun, 4 May 2025 20:02:52 +0530") References: <13d164d792a7a36b72ad62b9fe1cbd447cb4ec78.1746369172.git.sughosha@disroot.org> User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Thu, 08 May 2025 15:00:26 +0800 Message-ID: <87zffnlh85.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Sughosha via Guix-patches via writes: > * gnu/packages/kde.scm (kio-extras)[arguments]Realign. > <#:phases>: Add fix-kiod-path phase. > > Change-Id: I64463443ab3fb7fbd6939f007c9433d751dbd12e > --- > gnu/packages/kde.scm | 28 +++++++++++++ [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-accredit.habeas.com] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 78243-done Cc: Sughosha , 78243-done@debbugs.gnu.org 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: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Sughosha via Guix-patches via writes: > * gnu/packages/kde.scm (kio-extras)[arguments]Realign. > <#:phases>: Add fix-kiod-path phase. > > Change-Id: I64463443ab3fb7fbd6939f007c9433d751dbd12e > --- > gnu/packages/kde.scm | 28 +++++++++++++ [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Sughosha via Guix-patches via writes: > * gnu/packages/kde.scm (kio-extras)[arguments]Realign. > <#:phases>: Add fix-kiod-path phase. > > Change-Id: I64463443ab3fb7fbd6939f007c9433d751dbd12e > --- > gnu/packages/kde.scm | 28 +++++++++++++++++++++------- > 1 file changed, 21 insertions(+), 7 deletions(-) > > diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm > index cf9b0a5298f..9eece538710 100644 > --- a/gnu/packages/kde.scm > +++ b/gnu/packages/kde.scm > @@ -753,13 +753,27 @@ (define-public kio-extras > "0h720wcgsdx9h5vlr4flxrd3djmhwvlwkrf0yzwsf4amcb9wds8r")))) > (build-system cmake-build-system) > (arguments > - (list #:phases #~(modify-phases %standard-phases > - (replace 'check > - (lambda* (#:key tests? #:allow-other-keys) > - (when tests? > - (setenv "HOME" (getcwd)) > - (setenv "TMPDIR" (getcwd)) > - (invoke "ctest" "-E" "(thumbnailtest|testkioarchive)"))))))) > + (list #:phases > + #~(modify-phases %standard-phases > + (replace 'check > + (lambda* (#:key tests? #:allow-other-keys) > + (when tests? > + (setenv "HOME" (getcwd)) > + (setenv "TMPDIR" (getcwd)) > + (invoke "ctest" "-E" > + "(thumbnailtest|testkioarchive)")))) > + (add-after 'install 'fix-kiod-path > + (lambda* (#:key outputs #:allow-other-keys) > + (let* ((kio #$(this-package-input "kio")) > + (kf-version > + #$(version-major > + (package-version (this-package-input "kio"))))) > + (substitute* (string-append #$output > + "/share/dbus-1/services/" > + "org.kde.kmtpd5.service") > + (("Exec=.*$") > + (string-append "Exec=" kio "/libexec/kf" kf-version > + "/kiod" kf-version "\n"))))))))) > (native-inputs (list extra-cmake-modules dbus kdoctools pkg-config qttools)) > ;; TODO: libappimage > (inputs (list gperf > > base-commit: cea6eedfcea2defa526bc58d4fb2085cc8c0cb36 pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmgcVooACgkQO1qpk+Gi 3/Ai3w/+JlvH3IdeE6C/6VTimyK5ZzAz1ueNSH+oG8FJH48ecfZJ/U2vBO4sNGSr lPXWKlt6bDBOXJyqBc+PXvQkrcg6N/9drSHqMkjKWbRBqo9TegasQkgtZvO2ynB6 8l4Y7H7uDE5imLbgpxSA7VpXaaTQxCqmQer1AvHOTrSnDZ5LaXndXimKvBC+Zx4f bGsCruax7g2V2DfMFUbBejMOXzxzlF7vOQeDk5oMic/CddGrWaWNMlP+lCbms1V7 VmpzN1TDtQCc+itHPOG15/G0wmko/H64qoIPIOPdhMk0lQL+nE1iQTqy7hMz65p8 d4AAkXtzpCiPfstPIPTCwsOWh5EhyPY3cDj3x3gv4VKoxBVHxP/Xm/c0etoejfGZ Ntro5jTRQpJUVqy7bNrWiXMlXtvcAAo32778ijISZW5b1/mtwaFmoQrsVhaMt9j9 k8GrML6/pxS6UdlSspzPJrPKplh/hIY6XhY313RscNmAn1zEMSkK0WMnE8XWBXUS JISyghD7IzfBOqvdrC5vraN3GgIwXk/DXmtTESDKgxr2dWqDthkAMAEsogVJhW0j vBORsvJjIHjfHk8Eu2HNqTdppQOMLsXDVo3F0oJM/H24B03skj/dfa1kp2MyjK2P 0WwaOn/S7UaKHMi8bsNj6G2CBkYcmTqZK9hdFQD2zpuRcHHU+iI= =0eXm -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 03:11:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 05 Jun 2025 11:24:10 +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