me
/
guix
Archived
1
0
Fork 0

gnu: kded: Update to 6.3.0.

* gnu/packages/kde-frameworks.scm (kded): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.

Change-Id: I284268059076c265d448a7b794e76d74af304ddc
master
Zheng Junjie 2024-07-06 01:36:21 +08:00
parent 97f89841e0
commit 0d620724a2
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 3 additions and 3 deletions

View File

@ -2460,7 +2460,7 @@ that offer bindings to some of the Frameworks.")
(define-public kded (define-public kded
(package (package
(name "kded") (name "kded")
(version "5.114.0") (version "6.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2469,7 +2469,7 @@ that offer bindings to some of the Frameworks.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"00n4isc4ahii0ldrg761lkmnq27kmrfqs9zkmpvmgbg57259mvc3")))) "0j2y4gk7vaqwia8kpk2glfch84rpwrcbjfksvw9bmdhip9ffbcyl"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
@ -2480,7 +2480,7 @@ that offer bindings to some of the Frameworks.")
kdbusaddons kdbusaddons
kdoctools kdoctools
kservice kservice
qtbase-5)) qtbase))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Central daemon of KDE work spaces") (synopsis "Central daemon of KDE work spaces")
(description "KDED stands for KDE Daemon. KDED runs in the background and (description "KDED stands for KDE Daemon. KDED runs in the background and