gnu: ktexteditor: Update to 6.13.0.

* gnu/packages/kde-frameworks.scm (ktexteditor): Update to 6.13.0.
[arguments]: Skip failing tests.

Change-Id: I40cccbb990c920055f7fb57e96b3b46fe1d2d6cc
This commit is contained in:
宋文武 2025-05-04 14:10:15 +08:00 committed by Andreas Enge
parent 8457bb24e2
commit d6fb9defb3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4606,7 +4606,7 @@ Items.")
(define-public ktexteditor
(package
(name "ktexteditor")
(version "6.10.0")
(version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4615,7 +4615,7 @@ Items.")
"ktexteditor-" version ".tar.xz"))
(sha256
(base32
"17qb30ddqjzrf8nqxd78kvw6mhb0c3w7jb2yfy1yyz3kp3zc901z"))))
"1ky7szynbp3kl83xw5wj94f55mlw134yxh65xjsw7ga53w3fy4kw"))))
(build-system cmake-build-system)
(propagated-inputs
(list kparts
@ -4646,7 +4646,12 @@ Items.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests? ;; Maybe locale issues with tests?
(setenv "QT_QPA_PLATFORM" "offscreen")
(invoke "ctest" "-E" "(kateview_test|movingrange_test)")))))))
(invoke "ctest" "-E"
(string-append
"(kateview_test"
"|movingrange_test"
;; fails with: timeout (1000 ms) was too short.
"|messagetest)"))))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Full text editor component")
(description "KTextEditor provides a powerful text editor component that you