me
/
guix
Archived
1
0
Fork 0

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
master
Zheng Junjie 2024-07-06 15:37:57 +08:00
parent 541bd3cd2b
commit c04cb6971c
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 5 additions and 4 deletions

View File

@ -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.