GNU bug report logs -
#78370
[PATCH] gnu: system-settings: Adjust inputs.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 13 May 2025 19:22:17 +0800
with message-id <8734d821sm.fsf <at> z572.online>
and subject line Re: [bug#78370] [PATCH] gnu: system-settings: Adjust inputs.
has caused the debbugs.gnu.org bug report #78370,
regarding [PATCH] gnu: system-settings: Adjust inputs.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
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.