guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

310/347: gnu: baloo-widgets: Update to 24.05.1.


From: guix-commits
Subject: 310/347: gnu: baloo-widgets: Update to 24.05.1.
Date: Fri, 28 Jun 2024 09:59:22 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit bcc48310affa7686bbd68dbc3dfa1389c445949d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:48:31 2024 +0800

    gnu: baloo-widgets: Update to 24.05.1.
    
    * gnu/packages/kde.scm (baloo-widgets): Update to 24.05.1.
    [arguments]<#:tests?>: disable tests.
    
    Change-Id: I0d2aa42c775eab2dd0c4ba5eb49f6895ee44a336
---
 gnu/packages/kde.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 18a39a7c2d..ae0f9b82c7 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -113,21 +113,22 @@
 (define-public baloo-widgets
   (package
     (name "baloo-widgets")
-    (version "24.02.2")
+    (version "24.05.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/baloo-widgets-" version ".tar.xz"))
        (sha256
-        (base32 "05gavs3iyhz2m7vdllvvmfd3ibicmghv03lmqv8ng8rx6ry5asr7"))))
+        (base32 "0pmspy3p9p1733lhy32r1bdnr2gl61wz2m75z58nz5m3s1588w7a"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))
     (inputs
      (list baloo-6 kconfig-6 ki18n-6 kio-6))
     (arguments
-     (list #:configure-flags #~(list "-DBUILD_WITH_QT6=ON")
+     (list #:tests? #f ;; filemetadataitemcounttest fail
+           #:configure-flags #~(list "-DBUILD_WITH_QT6=ON")
            #:qtbase qtbase))
     (home-page "https://community.kde.org/Baloo";)
     (synopsis "Wigets for use with Baloo")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]