summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-03-03 21:57:25 +0530
committerSughosha <sughosha@disroot.org>2026-03-16 07:44:09 +0530
commitd6e501952aa292b723238ceee68480bbc1e49aeb (patch)
treebfb09fb95fdd65eb8c7d7c499b7c386661573879 /gnu/packages/kde-frameworks.scm
parent1990b69b6f7237fe405412598ff5f26226919c6f (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.scm12
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.")
3386(define-public kded 3386(define-public kded
3387 (package 3387 (package
3388 (name "kded") 3388 (name "kded")
3389 (version "6.22.0") 3389 (version "6.23.0")
3390 (source (origin 3390 (source (origin
3391 (method url-fetch) 3391 (method url-fetch)
3392 (uri (string-append 3392 (uri (string-append
@@ -3395,9 +3395,11 @@ that offer bindings to some of the Frameworks.")
3395 name "-" version ".tar.xz")) 3395 name "-" version ".tar.xz"))
3396 (sha256 3396 (sha256
3397 (base32 3397 (base32
3398 "0zglfabmy1p4msi3z7gf6vjml25vaaj77xfna5scy394ih341rdz")))) 3398 "0kaghxn09276h2wzp0bz7mmq9r2zh918zvf0ibpss29s7ww9g3x8"))))
3399 (build-system cmake-build-system) 3399 (build-system qt-build-system)
3400 (arguments (list #:tests? #f)) 3400 (arguments
3401 (list #:qtbase qtbase
3402 #:tests? #f))
3401 (native-inputs 3403 (native-inputs
3402 (list extra-cmake-modules kdoctools)) 3404 (list extra-cmake-modules kdoctools))
3403 (inputs 3405 (inputs
@@ -3407,7 +3409,7 @@ that offer bindings to some of the Frameworks.")
3407 kdbusaddons 3409 kdbusaddons
3408 kdoctools 3410 kdoctools
3409 kservice 3411 kservice
3410 qtbase)) 3412 qtwayland))
3411 (home-page "https://community.kde.org/Frameworks") 3413 (home-page "https://community.kde.org/Frameworks")
3412 (synopsis "Central daemon of KDE work spaces") 3414 (synopsis "Central daemon of KDE work spaces")
3413 (description "KDED stands for KDE Daemon. KDED runs in the background and 3415 (description "KDED stands for KDE Daemon. KDED runs in the background and