[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
160/347: gnu: baloo-widgets: Update to 24.02.2.
From: |
guix-commits |
Subject: |
160/347: gnu: baloo-widgets: Update to 24.02.2. |
Date: |
Fri, 28 Jun 2024 09:58:50 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 3470d056320296473d59c47542cd5cb9d337043a
Author: Zheng Junjie <zhengjunjie@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.
- 178/347: gnu: Remove ksysguard., (continued)
- 178/347: gnu: Remove ksysguard., guix-commits, 2024/06/28
- 180/347: gnu: dolphin-plugins: Update to 24.02.2., guix-commits, 2024/06/28
- 185/347: gnu: Add wayland-protocols-next., guix-commits, 2024/06/28
- 187/347: gnu: kquickcharts-6: Update to 6.3.0., guix-commits, 2024/06/28
- 189/347: gnu: attica-6: Update to 6.3.0., guix-commits, 2024/06/28
- 192/347: gnu: karchive-6: Update to 6.3.0., guix-commits, 2024/06/28
- 204/347: gnu: kirigami-6: Update to 6.3.0., guix-commits, 2024/06/28
- 211/347: gnu: kwidgetsaddons-6: Update to 6.3.0., guix-commits, 2024/06/28
- 214/347: gnu: networkmanager-qt-6: Update to 6.3.0., guix-commits, 2024/06/28
- 219/347: gnu: sonnet-6: Update to 6.3.0., guix-commits, 2024/06/28
- 160/347: gnu: baloo-widgets: Update to 24.02.2.,
guix-commits <=
- 190/347: gnu: bluez-qt-6: Update to 6.3.0., guix-commits, 2024/06/28
- 206/347: gnu: kitemviews-6: Update to 6.3.0., guix-commits, 2024/06/28
- 232/347: gnu: kpty-6: Update to 6.3.0., guix-commits, 2024/06/28
- 241/347: gnu: kded-6: Update to 6.3.0., guix-commits, 2024/06/28
- 209/347: gnu: plasma-wayland-protocols: Update to 1.13.0., guix-commits, 2024/06/28
- 213/347: gnu: modemmanager-qt-6: Update to 6.3.0., guix-commits, 2024/06/28
- 222/347: gnu: kauth-6: Update to 6.3.0., guix-commits, 2024/06/28
- 242/347: gnu: kdesu-6: Update to 6.3.0., guix-commits, 2024/06/28
- 245/347: gnu: kio-6: Update to 6.3.0., guix-commits, 2024/06/28
- 255/347: gnu: kwallet-6: Update to 6.3.0., guix-commits, 2024/06/28