[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
160/178: gnu: baloo-widgets: Update to 24.02.2.
From: |
guix-commits |
Subject: |
160/178: gnu: baloo-widgets: Update to 24.02.2. |
Date: |
Mon, 17 Jun 2024 12:13:53 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 293ccb7d50cc5d6e898e4367c49067d4072ae381
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.
- 148/178: gnu: system-settings: Update to 6.0.4., (continued)
- 148/178: gnu: system-settings: Update to 6.0.4., guix-commits, 2024/06/17
- 150/178: gnu: discover: Update to 6.0.4., guix-commits, 2024/06/17
- 151/178: gnu: kdeplasma-addons: Update to 6.0.4., guix-commits, 2024/06/17
- 152/178: gnu: plasma-integration: Update to 6.0.4., guix-commits, 2024/06/17
- 153/178: gnu: kde-cli-tools: Update to 6.0.4., guix-commits, 2024/06/17
- 154/178: gnu: plasma-browser-integration: Update to 6.0.4., guix-commits, 2024/06/17
- 155/178: gnu: Add qqc2-breeze-style., guix-commits, 2024/06/17
- 156/178: gnu: sddm: Update to 0.21.0., guix-commits, 2024/06/17
- 158/178: services: sddm: Adjust pass env., guix-commits, 2024/06/17
- 159/178: gnu: konsole: Update to 24.02.2., guix-commits, 2024/06/17
- 160/178: gnu: baloo-widgets: Update to 24.02.2.,
guix-commits <=
- 163/178: gnu: ktimer: Update to 24.02.2., guix-commits, 2024/06/17
- 162/178: gnu: kompare: Update to 24.02.2., guix-commits, 2024/06/17
- 166/178: gnu: Add ocean-sound-theme., guix-commits, 2024/06/17
- 169/178: gnu: kcachegrind: Update to 24.02.2., guix-commits, 2024/06/17
- 174/178: gnu: libkgapi: Update to 24.02.2., guix-commits, 2024/06/17