gnu: kpimtextedit: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kpimtextedit): Update to 24.05.2. [inputs]: Remove grantlee, 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: If915bb64201dddb81e7f8194a534c7b726b17693master
parent
08a6b2b3ce
commit
f3fee8f73e
|
@ -1979,24 +1979,22 @@ unnecessary network operations.")
|
||||||
(define-public kpimtextedit
|
(define-public kpimtextedit
|
||||||
(package
|
(package
|
||||||
(name "kpimtextedit")
|
(name "kpimtextedit")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kpimtextedit-" version ".tar.xz"))
|
"/src/kpimtextedit-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rrs19bwl8qvasridysbbgsgdy9hyjlpi26hw77hli5ixkflj85b"))))
|
(base32 "1m91hnjiksji60ybvmvlcgayqrcplxfdj7qxknxwayiijvqiq22a"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools-5))
|
(list extra-cmake-modules qttools))
|
||||||
(inputs
|
(inputs
|
||||||
(list grantlee
|
(list kcodecs
|
||||||
kcodecs
|
|
||||||
kconfigwidgets
|
kconfigwidgets
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kdesignerplugin
|
ktextaddons
|
||||||
kemoticons
|
|
||||||
ki18n
|
ki18n
|
||||||
kiconthemes
|
kiconthemes
|
||||||
kio
|
kio
|
||||||
|
@ -2004,11 +2002,11 @@ unnecessary network operations.")
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
qtbase-5
|
qtspeech
|
||||||
qtspeech-5
|
|
||||||
sonnet))
|
sonnet))
|
||||||
(arguments
|
(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")
|
(home-page "https://api.kde.org/kdepim/kpimtextedit/html/index.html")
|
||||||
(synopsis "Library providing a textedit with PIM-specific features")
|
(synopsis "Library providing a textedit with PIM-specific features")
|
||||||
(description "This package provides a textedit with PIM-specific features.
|
(description "This package provides a textedit with PIM-specific features.
|
||||||
|
|
Reference in New Issue