z572 pushed a commit to branch kde-team in repository guix. commit d97bf3407a916c95b1ac1b78e8e7fe246345f66c Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Sat Jul 6 20:48:55 2024 +0800
gnu: kpimtextedit: Update to 24.05.2. * gnu/packages/kde-pim.scm (kpimtextedit): Update to 24.05.2. [inputs]: Remove kdesignerplugin, kemoticons, qtbase-5, and qtspeech-5; add ktextaddons and qtspeech. [native-inputs]: Remove qttools-5; add qttools. [arguments]: Set #:qtbase to qtbase. Change-Id: If915bb64201dddb81e7f8194a534c7b726b17693 --- gnu/packages/kde-pim.scm | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm index 2129a2e0e3..fe9ab23af3 100644 --- a/gnu/packages/kde-pim.scm +++ b/gnu/packages/kde-pim.scm @@ -1979,24 +1979,23 @@ unnecessary network operations.") (define-public kpimtextedit (package (name "kpimtextedit") - (version "23.04.3") + (version "24.05.2") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kpimtextedit-" version ".tar.xz")) (sha256 - (base32 "1rrs19bwl8qvasridysbbgsgdy9hyjlpi26hw77hli5ixkflj85b")))) + (base32 "1m91hnjiksji60ybvmvlcgayqrcplxfdj7qxknxwayiijvqiq22a")))) (build-system qt-build-system) (native-inputs - (list extra-cmake-modules qttools-5)) + (list extra-cmake-modules qttools)) (inputs (list grantlee kcodecs kconfigwidgets kcoreaddons - kdesignerplugin - kemoticons + ktextaddons ki18n kiconthemes kio @@ -2004,11 +2003,11 @@ unnecessary network operations.") ktextwidgets kwidgetsaddons kxmlgui - qtbase-5 - qtspeech-5 + qtspeech sonnet)) (arguments - `(#:tests? #f)) ;; TODO - test suite hangs + (list #:qtbase qtbase + #:tests? #f)) ;; TODO - test suite hangs (home-page "https://api.kde.org/kdepim/kpimtextedit/html/index.html") (synopsis "Library providing a textedit with PIM-specific features") (description "This package provides a textedit with PIM-specific features.