[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/28: gnu: qtspeech: Rename package to qtspeech-5.
From: |
guix-commits |
Subject: |
22/28: gnu: qtspeech: Rename package to qtspeech-5. |
Date: |
Mon, 25 Mar 2024 22:10:48 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit c499355551dbaf209250da66a9667413859447b6
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 17:01:54 2024 +0800
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 (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.
Change-Id: I65ae1f4e3601f0caa8304cea6fb12f991f8e52a1
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/qt.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 6be215900f..fe4fa0b92a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2655,10 +2655,10 @@ 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")
+ (name "qtspeech-5")
(version "5.15.10")
(source (origin
(method url-fetch)
@@ -4609,7 +4609,7 @@ color-related widgets.")
qtscript
qtscxml-5
qtsensors-5
- qtspeech
+ qtspeech-5
qtsvg-5
qttools-5
qtwebchannel-5
@@ -4659,7 +4659,7 @@ color-related widgets.")
"qtscript"
"qtscxml"
"qtsensors-5"
- "qtspeech"
+ "qtspeech-5"
"qtsvg"
"qttools"
"qtwebchannel"
- 12/28: gnu: qtlottie: Update to 6.6.2., (continued)
- 12/28: gnu: qtlottie: Update to 6.6.2., guix-commits, 2024/03/25
- 16/28: gnu: qtnetworkauth: Update to 6.6.2., guix-commits, 2024/03/25
- 02/28: gnu: qt5compat: Update to 6.6.2., guix-commits, 2024/03/25
- 04/28: gnu: qtimageformats: Update to 6.6.2., guix-commits, 2024/03/25
- 05/28: gnu: qtdeclarative: Update to 6.6.2., guix-commits, 2024/03/25
- 09/28: gnu: qtwayland: Update to 6.6.2., guix-commits, 2024/03/25
- 10/28: gnu: qtwebchannel: Update to 6.6.2., guix-commits, 2024/03/25
- 11/28: gnu: qtlanguageserver: Update to 6.6.2., guix-commits, 2024/03/25
- 13/28: gnu: qttools: Update to 6.6.2., guix-commits, 2024/03/25
- 18/28: gnu: qtwebengine: Update to 6.6.2., guix-commits, 2024/03/25
- 22/28: gnu: qtspeech: Rename package to qtspeech-5.,
guix-commits <=
- 20/28: gnu: qtsensors: Rename package to qtsensors-5., guix-commits, 2024/03/25
- 24/28: gnu: qt-creator: Update to 12.0.2., guix-commits, 2024/03/25
- 25/28: gnu: qtscxml: Update to 6.6.2., guix-commits, 2024/03/25
- 26/28: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/25
- 14/28: gnu: qttranslations: Update to 6.6.2., guix-commits, 2024/03/25
- 28/28: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/03/25
- 15/28: gnu: qtpositioning: Update to 6.6.2., guix-commits, 2024/03/25
- 19/28: gnu: python-shiboken-6: Update to 6.6.2., guix-commits, 2024/03/25
- 17/28: gnu: qtremoteobjects: Update to 6.6.2., guix-commits, 2024/03/25
- 23/28: gnu: Add qtspeech., guix-commits, 2024/03/25