[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
159/373: gnu: baloo-widgets: Update to 24.05.2.
From: |
guix-commits |
Subject: |
159/373: gnu: baloo-widgets: Update to 24.05.2. |
Date: |
Mon, 8 Jul 2024 08:04:41 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit ccb53ed934f197cd9b130dfc796b00332acc3edc
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 15:37:57 2024 +0800
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 996e2b2932..3299dcb430 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.
- 121/373: gnu: plasma-disks: Update to 6.1.2., (continued)
- 121/373: gnu: plasma-disks: Update to 6.1.2., guix-commits, 2024/07/08
- 127/373: gnu: libqaccessibilityclient: Update to 0.6.0., guix-commits, 2024/07/08
- 122/373: gnu: plasma-nano: Update to 6.1.2., guix-commits, 2024/07/08
- 128/373: gnu: Add libqaccessibilityclient-qt5., guix-commits, 2024/07/08
- 130/373: gnu: breeze-gtk: Update to 6.1.2., guix-commits, 2024/07/08
- 131/373: gnu: Add kglobalacceld., guix-commits, 2024/07/08
- 141/373: gnu: kaccounts-integration: Update to 24.05.2., guix-commits, 2024/07/08
- 142/373: gnu: plasma-desktop: Update to 6.1.2., guix-commits, 2024/07/08
- 145/373: gnu: powerdevil: Update to 6.1.2., guix-commits, 2024/07/08
- 152/373: gnu: kdeplasma-addons: Update to 6.1.2., guix-commits, 2024/07/08
- 159/373: gnu: baloo-widgets: Update to 24.05.2.,
guix-commits <=
- 162/373: gnu: Add ocean-sound-theme., guix-commits, 2024/07/08
- 166/373: gnu: kdebugsettings: Update to 24.05.2., guix-commits, 2024/07/08
- 169/373: gnu: libkgapi: Update to 24.05.2., guix-commits, 2024/07/08
- 173/373: gnu: fcitx5-qt: Use new style., guix-commits, 2024/07/08
- 181/373: gnu: kwalletmanager: Update to 24.05.2., guix-commits, 2024/07/08
- 180/373: gnu: Add ktexttemplate., guix-commits, 2024/07/08
- 178/373: gnu: Remove ksysguard., guix-commits, 2024/07/08
- 192/373: gnu: bovo: Update to 24.05.2., guix-commits, 2024/07/08
- 193/373: gnu: kspaceduel: Update to 24.05.2., guix-commits, 2024/07/08
- 186/373: gnu: krdc: Update to 24.05.2., guix-commits, 2024/07/08