gnu: knotifyconfig: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 6.10.0.
[inputs]: Add qtmultimedia.

Change-Id: Ice8b149ee325a60b3d1d549099df9d509b44a4df
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:31 +08:00
parent da573b8cc0
commit 2c1812c44f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4217,7 +4217,7 @@ (define-public knewstuff-5
(define-public knotifyconfig
(package
(name "knotifyconfig")
(version "6.5.0")
(version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4226,7 +4226,7 @@ (define-public knotifyconfig
name "-" version ".tar.xz"))
(sha256
(base32
"1505xsrcn7zfaq5jkyj2dnj07fpagf4p3j2dmdgs1rjlzfzxcapv"))))
"0p6h6mm9ipmps88pvnfy7qkhx6ci081qiv8554qdivzdb1x49fph"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@ -4248,6 +4248,7 @@ (define-public knotifyconfig
kxmlgui
phonon
qtbase
qtmultimedia
solid))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Configuration dialog for desktop notifications")