mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
(native-inputs
|
||||||
(list qttools-5))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 qtmultimedia-5 qtspeech qtsvg-5 zlib))
|
(list qtbase-5 qtmultimedia-5 qtspeech-5 qtsvg-5 zlib))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
|
|
|
@ -1991,7 +1991,7 @@ (define-public knotifications
|
||||||
phonon
|
phonon
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtspeech
|
qtspeech-5
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
@ -3255,7 +3255,7 @@ (define-public ktextwidgets
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtspeech))
|
qtspeech-5))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Text editing widgets")
|
(synopsis "Text editing widgets")
|
||||||
(description "KTextWidgets provides widgets for displaying and editing text.
|
(description "KTextWidgets provides widgets for displaying and editing text.
|
||||||
|
|
|
@ -849,7 +849,7 @@ (define-public kdepim-runtime
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
qtkeychain
|
qtkeychain
|
||||||
qtnetworkauth-5
|
qtnetworkauth-5
|
||||||
qtspeech
|
qtspeech-5
|
||||||
qtwebchannel-5
|
qtwebchannel-5
|
||||||
qtwebengine-5
|
qtwebengine-5
|
||||||
qtxmlpatterns))
|
qtxmlpatterns))
|
||||||
|
@ -1994,7 +1994,7 @@ (define-public kpimtextedit
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtspeech
|
qtspeech-5
|
||||||
sonnet))
|
sonnet))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;; TODO - test suite hangs
|
`(#:tests? #f)) ;; TODO - test suite hangs
|
||||||
|
|
|
@ -875,7 +875,7 @@ (define-public kmouth
|
||||||
kxmlgui
|
kxmlgui
|
||||||
breeze-icons ;; default icon set
|
breeze-icons ;; default icon set
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtspeech))
|
qtspeech-5))
|
||||||
(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
|
||||||
|
|
|
@ -1603,7 +1603,7 @@ (define-public okular
|
||||||
kio
|
kio
|
||||||
kparts
|
kparts
|
||||||
kpty
|
kpty
|
||||||
qtspeech
|
qtspeech-5
|
||||||
kwallet
|
kwallet
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
libkexiv2
|
libkexiv2
|
||||||
|
|
|
@ -2715,7 +2715,7 @@ (define-public qtremoteobjects
|
||||||
(home-page (package-home-page qtbase))
|
(home-page (package-home-page qtbase))
|
||||||
(license (package-license qtbase))))
|
(license (package-license qtbase))))
|
||||||
|
|
||||||
(define-public qtspeech
|
(define-public qtspeech-5
|
||||||
(package
|
(package
|
||||||
(inherit qtsvg-5)
|
(inherit qtsvg-5)
|
||||||
(name "qtspeech")
|
(name "qtspeech")
|
||||||
|
@ -4669,7 +4669,7 @@ (define-public python-pyside-2
|
||||||
qtscript
|
qtscript
|
||||||
qtscxml-5
|
qtscxml-5
|
||||||
qtsensors-5
|
qtsensors-5
|
||||||
qtspeech
|
qtspeech-5
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qttools-5
|
qttools-5
|
||||||
qtwebchannel-5
|
qtwebchannel-5
|
||||||
|
@ -4719,7 +4719,7 @@ (define-public python-pyside-2
|
||||||
"qtscript"
|
"qtscript"
|
||||||
"qtscxml"
|
"qtscxml"
|
||||||
"qtsensors-5"
|
"qtsensors-5"
|
||||||
"qtspeech"
|
"qtspeech-5"
|
||||||
"qtsvg"
|
"qtsvg"
|
||||||
"qttools"
|
"qttools"
|
||||||
"qtwebchannel"
|
"qtwebchannel"
|
||||||
|
|
|
@ -2671,7 +2671,7 @@ (define-public sdrangel
|
||||||
qtmultimedia-5
|
qtmultimedia-5
|
||||||
qtquickcontrols2-5
|
qtquickcontrols2-5
|
||||||
qtserialport
|
qtserialport
|
||||||
qtspeech
|
qtspeech-5
|
||||||
qtwebchannel-5
|
qtwebchannel-5
|
||||||
qtwebengine-5
|
qtwebengine-5
|
||||||
qtwebsockets-5
|
qtwebsockets-5
|
||||||
|
|
Loading…
Reference in a new issue