z572 pushed a commit to branch kde-team
in repository guix.
commit 1befa553dd17f627e71567f22a1ae9d0a2c88774
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 23:57:24 2024 +0800
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
---
gnu/packages/kde-frameworks.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d5c1790e37..cb9fc86595 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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