~ruther/guix-local

b41abf58f117e8055847d4ef4c7eff4b052e1651 — Sughosha 8 months ago 959bbf6
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
1 files changed, 3 insertions(+), 12 deletions(-)

M gnu/packages/kde-pim.scm
M gnu/packages/kde-pim.scm => gnu/packages/kde-pim.scm +3 -12
@@ 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