mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libksieve: Update to 25.08.1.
* gnu/packages/kde-pim.scm (libksieve): Update to 25.08.1. [arguments]<#:test-exclude>: Exclude "sieveeditorhelphtmlwidgettest". <#:phases>: Remove 'substitute phase. Change-Id: Ia4793319edefc9f41683c537725632dcb6c03fab
This commit is contained in:
@@ -2428,7 +2428,7 @@ KDE using certificate-based crypto.")
|
||||
(define-public libksieve
|
||||
(package
|
||||
(name "libksieve")
|
||||
(version "24.12.1")
|
||||
(version "25.08.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
@@ -2436,7 +2436,7 @@ KDE using certificate-based crypto.")
|
||||
"/src/libksieve-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1syshv3i1qfs6mg8cds9jkpzgngkiy1i1l5p0qva2hvz6lp64kmk"))))
|
||||
"0nil66jnk9m6209fr8yrzgnd9g5mmlx33q1a4b7yi9lqd16wkixs"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
@@ -2467,16 +2467,7 @@ KDE using certificate-based crypto.")
|
||||
qtwebengine))
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'substitute
|
||||
(lambda _
|
||||
;; Disable a failing test
|
||||
;; sieveeditorhelphtmlwidgettest fails with `sigtrap`
|
||||
(substitute*
|
||||
"src/ksieveui/editor/webengine/autotests/CMakeLists.txt"
|
||||
(("^\\s*(add_test|ecm_mark_as_test|set_tests_properties)\\W" line)
|
||||
(string-append "# " line))))))))
|
||||
#:test-exclude "sieveeditorhelphtmlwidgettest"))
|
||||
(home-page "https://invent.kde.org/pim/libksieve")
|
||||
(synopsis "KDE Sieve library")
|
||||
(description "Sieve is a language that can be used filter emails. KSieve
|
||||
|
||||
Reference in New Issue
Block a user