GNU bug report logs -
#69628
[PATCH WIP qt-team 00/21] Update some qt6 package.
Previous Next
Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Fri, 8 Mar 2024 06:26:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #62 received at 69628 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/qt.scm(qtsensors): Rename to qtsensors-5.
(python-pyqt,python-pyside-2): Adjust inputs.
* gnu/packages/education.scm(gcompris-qt): Adjust inputs.
* gnu/packages/kde-plasma.scm(kscreen): Adjust inputs.
* gnu/packages/geo.scm(openorienteering-mapper): Adjust inputs.
Change-Id: Id19408579f6c765cb4d28504a2ce90e6727615b4
---
gnu/packages/education.scm | 2 +-
gnu/packages/geo.scm | 2 +-
gnu/packages/kde-plasma.scm | 2 +-
gnu/packages/qt.scm | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 698f15678b..50d4b332ee 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -192,7 +192,7 @@ (define-public gcompris-qt
qtgraphicaleffects
qtmultimedia-5
qtquickcontrols2-5
- qtsensors
+ qtsensors-5
qtsvg-5))
(home-page "https://gcompris.net/index-en.html")
(synopsis "Educational games for small children")
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 687effcace..63e66afdb8 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2575,7 +2575,7 @@ (define-public openorienteering-mapper
qtbase-5
qtimageformats-5
qtlocation
- qtsensors
+ qtsensors-5
zlib))
(native-inputs
(list doxygen
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 331ab28cd1..5594136f12 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -793,7 +793,7 @@ (define-public kscreen
libkscreen
libxi
plasma-wayland-protocols
- qtsensors
+ qtsensors-5
qtbase-5
qtx11extras
xcb-util))
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 4fb07e1a36..064f9e0576 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1639,7 +1639,7 @@ (define-public qtwebsockets
(home-page (package-home-page qtbase))
(license (package-license qtbase))))
-(define-public qtsensors
+(define-public qtsensors-5
(package
(inherit qtsvg-5)
(name "qtsensors")
@@ -3713,7 +3713,7 @@ (define-public python-pyqt
("qtdeclarative-5" ,qtdeclarative-5)
("qtlocation" ,qtlocation)
("qtmultimedia-5" ,qtmultimedia-5)
- ("qtsensors" ,qtsensors)
+ ("qtsensors" ,qtsensors-5)
("qtserialport" ,qtserialport)
("qtsvg-5" ,qtsvg-5)
("qttools-5" ,qttools-5)
@@ -4527,7 +4527,7 @@ (define-public python-pyside-2
qtquickcontrols2-5
qtscript
qtscxml
- qtsensors
+ qtsensors-5
qtspeech-5
qtsvg-5
qttools-5
--
2.41.0
This bug report was last modified 1 year and 58 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.