From c04cb6971c0882c14ba314936132e6c7bc5b2ec5 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sat, 6 Jul 2024 15:37:57 +0800 Subject: [PATCH] gnu: baloo-widgets: Update to 24.05.2. * gnu/packages/kde.scm (baloo-widgets): Update to 24.05.2. [inputs]: Remove qtbase-5. [arguments]: Enable tests; Set #:qtbase to qtbase. <#:configure-flags>: Pass -DBUILD_WITH_QT6=ON. Change-Id: I208f28e895f8a4b36798019a465e9c52cfca2718 --- 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 ef823d8f56..2c07916a06 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.05.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 "06238jvb44118bapgkk1yg6mn1kgmn8xx3ayfxy36bx0pl7nii5p")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs - (list baloo kconfig ki18n kio qtbase-5)) + (list baloo kconfig ki18n kio)) (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.