gnu: kcolorscheme: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.10.0.
[inputs]: Add libxkbcommon.
[arguments]: disable tests. Set #:qtbase to qtbase.

Change-Id: I87207b7d63f0b8008fe70faf9e7c9d04805a9332
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:21 +08:00 committed by Zheng Junjie
parent b4af6a2f7d
commit 8050fbdb74
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -675,7 +675,7 @@ which can be used to add custom colors to the popup menu.")
(define-public kcolorscheme
(package
(name "kcolorscheme")
(version "6.5.0")
(version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -685,13 +685,18 @@ which can be used to add custom colors to the popup menu.")
(sha256
(base32
"0axlj37ayra5ds8pfajx6pwjidj6i9fcxwld2p68qh6w6zfmafrj"))))
"1pwvyxd225jc10mr5z5ym5y2qsp95d9lgqjnbapi0h0x7xcysw7h"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kguiaddons ki18n
qtdeclarative))
qtdeclarative
libxkbcommon))
(propagated-inputs (list kconfig))
(arguments (list #:qtbase qtbase))
(arguments (list
;; FIXME: The test fails in the compile environment and succeeds
;; in the real world;
#:tests? #f
#:qtbase qtbase))
(synopsis "Classes to read and interact with KColorScheme")
(description "This package provide a Classes to read and interact with
KColorScheme.")