mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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: If915bb64201dddb81e7f8194a534c7b726b17693
This commit is contained in:
parent
08a6b2b3ce
commit
f3fee8f73e
1 changed files with 8 additions and 10 deletions
|
@ -1979,24 +1979,22 @@ (define-public libgravatar
|
|||
(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
|
||||
(list kcodecs
|
||||
kconfigwidgets
|
||||
kcoreaddons
|
||||
kdesignerplugin
|
||||
kemoticons
|
||||
ktextaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kio
|
||||
|
@ -2004,11 +2002,11 @@ (define-public kpimtextedit
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue