diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-03 21:57:25 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-16 07:44:09 +0530 |
| commit | d6e501952aa292b723238ceee68480bbc1e49aeb (patch) | |
| tree | bfb09fb95fdd65eb8c7d7c499b7c386661573879 /gnu/packages/kde-frameworks.scm | |
| parent | 1990b69b6f7237fe405412598ff5f26226919c6f (diff) | |
gnu: kded: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.23.0.
[build-system]: Switch to qt-build-system.
[arguments]<#:qtbase>: Set to qtbase.
[inputs]: Remove qtbase; add qtwayland.
Change-Id: I87cde8fda01c6a226144330ef9c655a143864585
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 76cd17c334e..13ff1787e97 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3386,7 +3386,7 @@ that offer bindings to some of the Frameworks.") (define-public kded (package (name "kded") - (version "6.22.0") + (version "6.23.0") (source (origin (method url-fetch) (uri (string-append @@ -3395,9 +3395,11 @@ that offer bindings to some of the Frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "0zglfabmy1p4msi3z7gf6vjml25vaaj77xfna5scy394ih341rdz")))) - (build-system cmake-build-system) - (arguments (list #:tests? #f)) + "0kaghxn09276h2wzp0bz7mmq9r2zh918zvf0ibpss29s7ww9g3x8")))) + (build-system qt-build-system) + (arguments + (list #:qtbase qtbase + #:tests? #f)) (native-inputs (list extra-cmake-modules kdoctools)) (inputs @@ -3407,7 +3409,7 @@ that offer bindings to some of the Frameworks.") kdbusaddons kdoctools kservice - qtbase)) + qtwayland)) (home-page "https://community.kde.org/Frameworks") (synopsis "Central daemon of KDE work spaces") (description "KDED stands for KDE Daemon. KDED runs in the background and |
