gnu: kmouth: Update to 24.05.2.
* gnu/packages/kde-utils.scm (kmouth): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5 and qtspeech-5; add qtspeech. Change-Id: Ica7a0d1f5cedcea8d41a9abcb2fbed759abc4ec0master
parent
caac8bbd18
commit
2eda952160
|
@ -866,14 +866,14 @@ whom pressing buttons hurts.")
|
||||||
(define-public kmouth
|
(define-public kmouth
|
||||||
(package
|
(package
|
||||||
(name "kmouth")
|
(name "kmouth")
|
||||||
(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/kmouth-" version ".tar.xz"))
|
"/src/kmouth-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qyzq4cvcsacb7hr6n79i3rzyjr0m3c8lrf8fwbzdivswpk8wss3"))))
|
(base32 "1gd51vwa9xdxxi6idzgzfb9dapirp5xc9alf3d9xnliwxqfxiv3x"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -888,8 +888,8 @@ whom pressing buttons hurts.")
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
breeze-icons ;; default icon set
|
breeze-icons ;; default icon set
|
||||||
qtbase-5
|
qtspeech))
|
||||||
qtspeech-5))
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://apps.kde.org/kmouth/")
|
(home-page "https://apps.kde.org/kmouth/")
|
||||||
(synopsis "Type-and-say frontend for speech synthesizers")
|
(synopsis "Type-and-say frontend for speech synthesizers")
|
||||||
(description "KMouth is a program which enables persons that cannot speak
|
(description "KMouth is a program which enables persons that cannot speak
|
||||||
|
|
Reference in New Issue