mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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: Ica7a0d1f5cedcea8d41a9abcb2fbed759abc4ec0
This commit is contained in:
parent
caac8bbd18
commit
2eda952160
1 changed files with 4 additions and 4 deletions
|
@ -866,14 +866,14 @@ (define-public kmousetool
|
|||
(define-public kmouth
|
||||
(package
|
||||
(name "kmouth")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kmouth-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0qyzq4cvcsacb7hr6n79i3rzyjr0m3c8lrf8fwbzdivswpk8wss3"))))
|
||||
(base32 "1gd51vwa9xdxxi6idzgzfb9dapirp5xc9alf3d9xnliwxqfxiv3x"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
@ -888,8 +888,8 @@ (define-public kmouth
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
breeze-icons ;; default icon set
|
||||
qtbase-5
|
||||
qtspeech-5))
|
||||
qtspeech))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://apps.kde.org/kmouth/")
|
||||
(synopsis "Type-and-say frontend for speech synthesizers")
|
||||
(description "KMouth is a program which enables persons that cannot speak
|
||||
|
|
Loading…
Reference in a new issue