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 @@ and chess engines.") | |||
|     (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 @@ asynchronous jobs.") | |||
|            phonon | ||||
|            qtdeclarative-5 | ||||
|            qtbase-5 | ||||
|            qtspeech | ||||
|            qtspeech-5 | ||||
|            qtx11extras)) | ||||
|     (arguments | ||||
|      (list #:phases #~(modify-phases %standard-phases | ||||
|  | @ -3255,7 +3255,7 @@ library.") | |||
|            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 @@ functions for accessing calendar data using the kcalcore API.") | |||
|            qtdeclarative-5 | ||||
|            qtkeychain | ||||
|            qtnetworkauth-5 | ||||
|            qtspeech | ||||
|            qtspeech-5 | ||||
|            qtwebchannel-5 | ||||
|            qtwebengine-5 | ||||
|            qtxmlpatterns)) | ||||
|  | @ -1994,7 +1994,7 @@ unnecessary network operations.") | |||
|            kwidgetsaddons | ||||
|            kxmlgui | ||||
|            qtbase-5 | ||||
|            qtspeech | ||||
|            qtspeech-5 | ||||
|            sonnet)) | ||||
|     (arguments | ||||
|      `(#:tests? #f)) ;; TODO - test suite hangs | ||||
|  |  | |||
|  | @ -875,7 +875,7 @@ whom pressing buttons hurts.") | |||
|            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 @@ creating routes by drag and drop and more.") | |||
|            kio | ||||
|            kparts | ||||
|            kpty | ||||
|            qtspeech | ||||
|            qtspeech-5 | ||||
|            kwallet | ||||
|            kwindowsystem | ||||
|            libkexiv2 | ||||
|  |  | |||
|  | @ -2715,7 +2715,7 @@ processes or computers.") | |||
|     (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 @@ color-related widgets.") | |||
|            qtscript | ||||
|            qtscxml-5 | ||||
|            qtsensors-5 | ||||
|            qtspeech | ||||
|            qtspeech-5 | ||||
|            qtsvg-5 | ||||
|            qttools-5 | ||||
|            qtwebchannel-5 | ||||
|  | @ -4719,7 +4719,7 @@ color-related widgets.") | |||
|                                           "qtscript" | ||||
|                                           "qtscxml" | ||||
|                                           "qtsensors-5" | ||||
|                                           "qtspeech" | ||||
|                                           "qtspeech-5" | ||||
|                                           "qtsvg" | ||||
|                                           "qttools" | ||||
|                                           "qtwebchannel" | ||||
|  |  | |||
|  | @ -2671,7 +2671,7 @@ voice formats.") | |||
|            qtmultimedia-5 | ||||
|            qtquickcontrols2-5 | ||||
|            qtserialport | ||||
|            qtspeech | ||||
|            qtspeech-5 | ||||
|            qtwebchannel-5 | ||||
|            qtwebengine-5 | ||||
|            qtwebsockets-5 | ||||
|  |  | |||
		Reference in a new issue