mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
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>
This commit is contained in:
parent
4d33c6aaff
commit
02fad8089e
1 changed files with 2 additions and 12 deletions
|
@ -2072,7 +2072,7 @@ (define-public syndication
|
|||
(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 @@ (define-public baloo
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x515lnvrzlnsv5i924q17mzi88k00krj90myad17s0g7p5pi1rw"))))
|
||||
"1n65nhr45vl0banbdjxhjf6wk5ypdx06qygqzqjbd9xbv7djj883"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kcoreaddons kfilemetadata))
|
||||
|
@ -2108,16 +2108,6 @@ (define-public baloo
|
|||
(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?
|
||||
|
|
Loading…
Reference in a new issue