z572 pushed a commit to branch kde-team in repository guix. commit 3470d056320296473d59c47542cd5cb9d337043a Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Tue May 7 12:54:02 2024 +0800
gnu: baloo-widgets: Update to 24.02.2. * gnu/packages/kde.scm (baloo-widgets): Update to 24.02.2. [inputs]: Remove qtbase-5. Use baloo-6, kconfig-6, ki18n-6 and kio-6 replace baloo, kconfig, ki18n and kio. [arguments]: Enable test. Set #:qtbase to qtbase <#:configure-flags>: Add -DBUILD_WITH_QT6=ON. Change-Id: I3ec97bd2fbed047ee98229443c85e2c10f047059 --- gnu/packages/kde.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 97ae5228e3..ddab325960 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -113,21 +113,22 @@ (define-public baloo-widgets (package (name "baloo-widgets") - (version "23.04.3") + (version "24.02.2") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/baloo-widgets-" version ".tar.xz")) (sha256 - (base32 "01k8kmzr2vgd567v4js080cnyl2i43zh6zz25ml76z77lywlfzz6")))) + (base32 "05gavs3iyhz2m7vdllvvmfd3ibicmghv03lmqv8ng8rx6ry5asr7")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs - (list baloo kconfig ki18n kio qtbase-5)) + (list baloo-6 kconfig-6 ki18n-6 kio-6)) (arguments - `(#:tests? #f)) ;; tests fail + (list #:configure-flags #~(list "-DBUILD_WITH_QT6=ON") + #:qtbase qtbase)) (home-page "https://community.kde.org/Baloo") (synopsis "Wigets for use with Baloo") (description "Baloo is a framework for searching and managing metadata.