mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: qtspeech: Rename package to qtspeech-5.
* gnu/packages/qt.scm (qtspeech): Rename to qtspeech-5. (python-pyside-2) * gnu/packages/games.scm (chessx) * gnu/packages/kde-frameworks.scm (knotifications, ktextwidgets) * gnu/packages/kde-pim.scm (kdepim-runtime, kpimtextedit) * gnu/packages/kde-utils.scm (kmouth) * gnu/packages/kde.scm (okular) * gnu/packages/radio.scm (sdrangel): Adjust inputs accordingly.. Change-Id: I65ae1f4e3601f0caa8304cea6fb12f991f8e52a1 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
fa2fe542c3
commit
ed940fb223
7 changed files with 11 additions and 11 deletions
|
@ -10528,7 +10528,7 @@ (define-public chessx
|
|||
(native-inputs
|
||||
(list qttools-5))
|
||||
(inputs
|
||||
(list qtbase-5 qtmultimedia-5 qtspeech qtsvg-5 zlib))
|
||||
(list qtbase-5 qtmultimedia-5 qtspeech-5 qtsvg-5 zlib))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:phases
|
||||
|
|
|
@ -1991,7 +1991,7 @@ (define-public knotifications
|
|||
phonon
|
||||
qtdeclarative-5
|
||||
qtbase-5
|
||||
qtspeech
|
||||
qtspeech-5
|
||||
qtx11extras))
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
@ -3255,7 +3255,7 @@ (define-public ktextwidgets
|
|||
kwidgetsaddons
|
||||
kwindowsystem
|
||||
qtbase-5
|
||||
qtspeech))
|
||||
qtspeech-5))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Text editing widgets")
|
||||
(description "KTextWidgets provides widgets for displaying and editing text.
|
||||
|
|
|
@ -849,7 +849,7 @@ (define-public kdepim-runtime
|
|||
qtdeclarative-5
|
||||
qtkeychain
|
||||
qtnetworkauth-5
|
||||
qtspeech
|
||||
qtspeech-5
|
||||
qtwebchannel-5
|
||||
qtwebengine-5
|
||||
qtxmlpatterns))
|
||||
|
@ -1994,7 +1994,7 @@ (define-public kpimtextedit
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
qtbase-5
|
||||
qtspeech
|
||||
qtspeech-5
|
||||
sonnet))
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; TODO - test suite hangs
|
||||
|
|
|
@ -875,7 +875,7 @@ (define-public kmouth
|
|||
kxmlgui
|
||||
breeze-icons ;; default icon set
|
||||
qtbase-5
|
||||
qtspeech))
|
||||
qtspeech-5))
|
||||
(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
|
||||
|
|
|
@ -1603,7 +1603,7 @@ (define-public okular
|
|||
kio
|
||||
kparts
|
||||
kpty
|
||||
qtspeech
|
||||
qtspeech-5
|
||||
kwallet
|
||||
kwindowsystem
|
||||
libkexiv2
|
||||
|
|
|
@ -2715,7 +2715,7 @@ (define-public qtremoteobjects
|
|||
(home-page (package-home-page qtbase))
|
||||
(license (package-license qtbase))))
|
||||
|
||||
(define-public qtspeech
|
||||
(define-public qtspeech-5
|
||||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtspeech")
|
||||
|
@ -4669,7 +4669,7 @@ (define-public python-pyside-2
|
|||
qtscript
|
||||
qtscxml-5
|
||||
qtsensors-5
|
||||
qtspeech
|
||||
qtspeech-5
|
||||
qtsvg-5
|
||||
qttools-5
|
||||
qtwebchannel-5
|
||||
|
@ -4719,7 +4719,7 @@ (define-public python-pyside-2
|
|||
"qtscript"
|
||||
"qtscxml"
|
||||
"qtsensors-5"
|
||||
"qtspeech"
|
||||
"qtspeech-5"
|
||||
"qtsvg"
|
||||
"qttools"
|
||||
"qtwebchannel"
|
||||
|
|
|
@ -2671,7 +2671,7 @@ (define-public sdrangel
|
|||
qtmultimedia-5
|
||||
qtquickcontrols2-5
|
||||
qtserialport
|
||||
qtspeech
|
||||
qtspeech-5
|
||||
qtwebchannel-5
|
||||
qtwebengine-5
|
||||
qtwebsockets-5
|
||||
|
|
Loading…
Reference in a new issue