z572 pushed a commit to branch kde-team
in repository guix.

commit 86b3aa638d39c2e7a9373b849243f4036ac42bb7
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 00:37:37 2024 +0800

    gnu: sonnet: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (sonnet): Update to 6.3.0.
    [arguments]: Set #:qtbase to qtbase.
    [inputs]: Remove qtdeclarative-5 and qtbase-5; add qtdeclarative.
    [native-inputs]: Remove qttools-5; add qttools.
    
    Change-Id: I09b87745cf976fa6cfd84df0b4d128cc92991a30
---
 gnu/packages/kde-frameworks.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index b9f1c24fbb..bbe9d57b41 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1489,7 +1489,7 @@ system.")
 (define-public sonnet
   (package
     (name "sonnet")
-    (version "5.114.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1498,16 +1498,15 @@ system.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0zxi96i3gfpx759qc1nyz7jqlswg5ivgr1w9gbbsm1x5fi9ikadx"))))
+                "0zjcjy2b697wizgrr210g24cvkli6yi2ry05kzfc6xxarq0dsi3b"))))
     (build-system qt-build-system)
+    (arguments (list #:qtbase qtbase))
     (native-inputs
-     (list extra-cmake-modules pkg-config qttools-5))
+     (list extra-cmake-modules pkg-config qttools))
     (inputs
-     (list aspell
-           hunspell
+     (list aspell hunspell
            ;; TODO: hspell (for Hebrew), Voikko (for Finish)
-           qtdeclarative-5
-           qtbase-5))
+           qtdeclarative))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Multi-language spell checker")
     (description "Sonnet is a plugin-based spell checking library for Qt-based

Reply via email to