[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
103/332: gnu: baloo: Update to 5.108.0.
From: |
guix-commits |
Subject: |
103/332: gnu: baloo: Update to 5.108.0. |
Date: |
Thu, 3 Aug 2023 05:43:43 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 02fad8089efbc9d5fd33b04ae5f840dbbb36b71b
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Fri Jul 14 00:11:42 2023 +0800
gnu: baloo: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (baloo): Update to 5.108.0.
[arguments]: Remove remove-failing-test phase.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f468b1c37a..af0b20db08 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2072,7 +2072,7 @@ between feed formats.")
(define-public baloo
(package
(name "baloo")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2081,7 +2081,7 @@ between feed formats.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0x515lnvrzlnsv5i924q17mzi88k00krj90myad17s0g7p5pi1rw"))))
+ "1n65nhr45vl0banbdjxhjf6wk5ypdx06qygqzqjbd9xbv7djj883"))))
(build-system cmake-build-system)
(propagated-inputs
(list kcoreaddons kfilemetadata))
@@ -2108,16 +2108,6 @@ between feed formats.")
(arguments
`(#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'remove-failing-test
- (lambda _
- ;; FIXME: kinotifytest broke in 5.70.0 with commit 73183acf00 and
- ;; seems like an oversight. Reverting the commit makes it pass,
- ;; but causes other problems. Since just the test file names are
- ;; broken, disabling it should be safe. Try enabling for >
5.70.0.
- (substitute* "autotests/unit/file/CMakeLists.txt"
- ;; The test only runs on GNU/Linux, piggy-back on the check.
- (("CMAKE_SYSTEM_NAME MATCHES \"Linux\"" all)
- (string-append all " AND NOT TRUE")))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
- 51/332: gnu: kguiaddons: Update to 5.108.0., (continued)
- 51/332: gnu: kguiaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 52/332: gnu: kholidays: Update to 5.108.0., guix-commits, 2023/08/03
- 54/332: gnu: kconfigwidgets: Use G-expressions., guix-commits, 2023/08/03
- 57/332: gnu: solid: Update to 5.108.0., guix-commits, 2023/08/03
- 60/332: gnu: kjs: Update to 5.108.0., guix-commits, 2023/08/03
- 63/332: gnu: kwayland: Update to 5.108.0., guix-commits, 2023/08/03
- 69/332: gnu: kglobalaccel: Update to 5.108.0., guix-commits, 2023/08/03
- 48/332: gnu: kdoctools: Use G-expressions., guix-commits, 2023/08/03
- 80/332: gnu: qqc2-desktop-style: Update to 5.108.0., guix-commits, 2023/08/03
- 96/332: gnu: kmediaplayer: Update to 5.108.0., guix-commits, 2023/08/03
- 103/332: gnu: baloo: Update to 5.108.0.,
guix-commits <=
- 105/332: gnu: knewstuff: Update to 5.108.0., guix-commits, 2023/08/03
- 115/332: gnu: qca: Update to 2.3.6., guix-commits, 2023/08/03
- 64/332: gnu: kdnssd: Update to 5.108.0., guix-commits, 2023/08/03
- 66/332: gnu: kimageformats: Use G-expressions., guix-commits, 2023/08/03
- 68/332: gnu: kdbusaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 44/332: gnu: kpty: Use G-expressions., guix-commits, 2023/08/03
- 46/332: gnu: syndication: Update to 5.108.0., guix-commits, 2023/08/03
- 53/332: gnu: kconfigwidgets: Update to 5.108.0., guix-commits, 2023/08/03
- 55/332: gnu: kiconthemes: Update to 5.108.0., guix-commits, 2023/08/03
- 59/332: gnu: threadweaver: Update to 5.108.0., guix-commits, 2023/08/03