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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
Subject: bug#78370: closed (Re: [bug#78370] [PATCH] gnu: system-settings:
 Adjust inputs.)
Date: Tue, 13 May 2025 11:23:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78370: [PATCH] gnu: system-settings: Adjust inputs.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78370 <at> debbugs.gnu.org.

-- 
78370: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78370
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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)]
[Message part 5 (message/rfc822, inline)]
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




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.