me
/
guix
Archived
1
0
Fork 0

gnu: ktextwidgets: Update to 6.3.0.

* gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 6.3.0.
[inputs]: Remove qtbase-5 and qtspeech-5; add qtspeech.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.

Change-Id: Ie7c6a167a4474091dc280d14b5b3cabe462f2d08
master
Zheng Junjie 2024-07-06 01:20:36 +08:00
parent ee0636af47
commit 0069f8c711
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 5 additions and 5 deletions

View File

@ -3229,7 +3229,7 @@ library.")
(define-public ktextwidgets
(package
(name "ktextwidgets")
(version "5.114.0")
(version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3238,12 +3238,12 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
"0w1wwyd3fy351rmkhf3i55is5031j2zxvswm0b1sb3pd159v888v"))))
"0piqskblzi79wmza9z9qh0hc9vsihp5jdxsv7kspymdswspbb7wy"))))
(build-system qt-build-system)
(propagated-inputs
(list ki18n sonnet))
(native-inputs
(list extra-cmake-modules qttools-5))
(list extra-cmake-modules qttools))
(inputs
(list kauth
kcodecs
@ -3255,8 +3255,8 @@ library.")
kservice
kwidgetsaddons
kwindowsystem
qtbase-5
qtspeech-5))
qtspeech))
(arguments (list #:qtbase qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Text editing widgets")
(description "KTextWidgets provides widgets for displaying and editing text.