gnu: kcolorpicker: build with qt6.

* gnu/packages/kde-frameworks.scm (kcolorpicker): build with qt6.
[propagated-inputs]: Remove qtbase-5.
[arguments]: Set #:qtbase to qtbase;
<#:configure-flags>: Pass -DBUILD_WITH_QT6=ON.

Change-Id: Ida8b4b6aea065a6a0832d79f3982d61e58ca37f3
This commit is contained in:
Zheng Junjie 2024-07-06 23:57:24 +08:00
parent e7559eb696
commit 1befa553dd
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -579,9 +579,10 @@ Internet).")
(base32
"1px40rasvz0r5db9av125q9mlyjz4xdnckg2767i3fndj3ic0vql"))))
(build-system qt-build-system)
(propagated-inputs (list qtbase-5))
(arguments
(list #:configure-flags #~'("-DBUILD_TESTS=ON")))
(list #:qtbase qtbase
#:configure-flags #~(list "-DBUILD_TESTS=ON"
"-DBUILD_WITH_QT6=ON")))
(home-page "https://github.com/ksnip/kColorPicker")
(synopsis "Color Picker with popup menu")
(description