GNU bug report logs - #78370
[PATCH] gnu: system-settings: Adjust inputs.

Previous Next

Package: guix-patches;

Reported by: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>

Date: Sun, 11 May 2025 11:45:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78370 in the body.
You can then email your comments to 78370 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to sughosha <at> disroot.org, z572 <at> z572.online, guix-patches <at> gnu.org:
bug#78370; Package guix-patches. (Sun, 11 May 2025 11:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>:
New bug report received and forwarded. Copy sent to sughosha <at> disroot.org, z572 <at> z572.online, guix-patches <at> gnu.org. (Sun, 11 May 2025 11:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
Subject: [PATCH] gnu: system-settings: Adjust inputs.
Date: Sun, 11 May 2025 13:43:58 +0200
* gnu/packages/kde-plasma.scm (system-settings)
[inputs]: Add missing inputs for online accounts integration.

`qtwebengine' propagates the `QTWEBENGINEPROCESS_PATH' to the `qt-wrap' phase,
this is required as an input of `system-settings' because the NextCloud
account integration, provided `kaccounts-providers', relies on the
`systemsettings' binary invoking `QtWebEngineProcess'.

Change-Id: I5af522af5c8ebd271165316ea41ada8a71c1ecfe
---
 gnu/packages/kde-plasma.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 8991dcf974..5b54407987 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3103,7 +3103,9 @@ (define-public system-settings
                 "18vx02nwd7fq3r3smrq3yviz6x4n17b8kidrnfkmkdycfxi2dsn0"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
-    (inputs (list kauth
+    (inputs (list kaccounts-integration
+                  kaccounts-providers
+                  kauth
                   kcrash
                   kitemviews
                   kitemmodels
@@ -3125,7 +3127,8 @@ (define-public system-settings
                   knotifications
                   krunner
                   plasma-workspace
-                  qtdeclarative))
+                  qtdeclarative
+                  qtwebengine))
     (arguments (list #:qtbase qtbase))
     (synopsis "Control center to configure Plasma Desktop")
     (description "This package provides configuration UI for Plasma Desktop.")

base-commit: 0afc996fa9d95d568e6ba7afd726d04f90c4513d
-- 
2.49.0





Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Tue, 13 May 2025 11:23:02 GMT) Full text and rfc822 format available.

Notification sent to Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>:
bug acknowledged by developer. (Tue, 13 May 2025 11:23:03 GMT) Full text and rfc822 format available.

Message #10 received at 78370-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
Cc: Sughosha <sughosha <at> disroot.org>, 78370-done <at> debbugs.gnu.org
Subject: Re: [bug#78370] [PATCH] gnu: system-settings: Adjust inputs.
Date: Tue, 13 May 2025 19:22:17 +0800
[Message part 1 (text/plain, inline)]
Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com> writes:

> * gnu/packages/kde-plasma.scm (system-settings)
> [inputs]: Add missing inputs for online accounts integration.
>
> `qtwebengine' propagates the `QTWEBENGINEPROCESS_PATH' to the `qt-wrap' phase,
> this is required as an input of `system-settings' because the NextCloud
> account integration, provided `kaccounts-providers', relies on the
> `systemsettings' binary invoking `QtWebEngineProcess'.
>
> Change-Id: I5af522af5c8ebd271165316ea41ada8a71c1ecfe
> ---
>  gnu/packages/kde-plasma.scm | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
> index 8991dcf974..5b54407987 100644
> --- a/gnu/packages/kde-plasma.scm
> +++ b/gnu/packages/kde-plasma.scm
> @@ -3103,7 +3103,9 @@ (define-public system-settings
>                  "18vx02nwd7fq3r3smrq3yviz6x4n17b8kidrnfkmkdycfxi2dsn0"))))
>      (build-system qt-build-system)
>      (native-inputs (list extra-cmake-modules))
> -    (inputs (list kauth
> +    (inputs (list kaccounts-integration
> +                  kaccounts-providers
> +                  kauth
>                    kcrash
>                    kitemviews
>                    kitemmodels
> @@ -3125,7 +3127,8 @@ (define-public system-settings
>                    knotifications
>                    krunner
>                    plasma-workspace
> -                  qtdeclarative))
> +                  qtdeclarative
> +                  qtwebengine))
>      (arguments (list #:qtbase qtbase))
>      (synopsis "Control center to configure Plasma Desktop")
>      (description "This package provides configuration UI for Plasma Desktop.")
>
> base-commit: 0afc996fa9d95d568e6ba7afd726d04f90c4513d
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 10 Jun 2025 11:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 65 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.