mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
da573b8cc0
commit
2c1812c44f
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue