Archived
1
0
Fork 0

gnu: qtsensors: Rename package to qtsensors-5.

* gnu/packages/qt.scm (qtsensors): Rename to qtsensors-5
* gnu/packages/qt.scm (python-pyqt, python-pyside-2)
* gnu/packages/geo.scm (openorienteering-mapper)
* gnu/packages/kde-plasma.scm (kscreen)
* gnu/packages/education.scm (gcompris-qt)
Adjust inputs.

Change-Id: Ie18fdf82881e508ecc25c535088672d1a89f19ba
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Zheng Junjie 2024-03-13 16:58:14 +08:00 committed by Maxim Cournoyer
parent e2d1eaef29
commit 83da3a13bf
No known key found for this signature in database
GPG key ID: 1260E46482E63562
4 changed files with 8 additions and 8 deletions

View file

@ -192,7 +192,7 @@ of categories with some of the activities available in that category.
qtgraphicaleffects qtgraphicaleffects
qtmultimedia-5 qtmultimedia-5
qtquickcontrols2-5 qtquickcontrols2-5
qtsensors qtsensors-5
qtsvg-5)) qtsvg-5))
(home-page "https://gcompris.net/index-en.html") (home-page "https://gcompris.net/index-en.html")
(synopsis "Educational games for small children") (synopsis "Educational games for small children")

View file

@ -2574,7 +2574,7 @@ track your position right from your laptop.")
qtbase-5 qtbase-5
qtimageformats-5 qtimageformats-5
qtlocation qtlocation
qtsensors qtsensors-5
zlib)) zlib))
(native-inputs (native-inputs
(list doxygen (list doxygen

View file

@ -793,7 +793,7 @@ PipeWire in Qt projects.")
libkscreen libkscreen
libxi libxi
plasma-wayland-protocols plasma-wayland-protocols
qtsensors qtsensors-5
qtbase-5 qtbase-5
qtx11extras qtx11extras
xcb-util)) xcb-util))

View file

@ -1728,10 +1728,10 @@ consume data received from the server, or both.")
(home-page (package-home-page qtbase)) (home-page (package-home-page qtbase))
(license (package-license qtbase)))) (license (package-license qtbase))))
(define-public qtsensors (define-public qtsensors-5
(package (package
(inherit qtsvg-5) (inherit qtsvg-5)
(name "qtsensors") (name "qtsensors-5")
(version "5.15.10") (version "5.15.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -3835,7 +3835,7 @@ module provides support functions to the automatically generated code.")
("qtdeclarative-5" ,qtdeclarative-5) ("qtdeclarative-5" ,qtdeclarative-5)
("qtlocation" ,qtlocation) ("qtlocation" ,qtlocation)
("qtmultimedia-5" ,qtmultimedia-5) ("qtmultimedia-5" ,qtmultimedia-5)
("qtsensors" ,qtsensors) ("qtsensors-5" ,qtsensors-5)
("qtserialport" ,qtserialport) ("qtserialport" ,qtserialport)
("qtsvg-5" ,qtsvg-5) ("qtsvg-5" ,qtsvg-5)
("qttools-5" ,qttools-5) ("qttools-5" ,qttools-5)
@ -4650,7 +4650,7 @@ color-related widgets.")
qtquickcontrols2-5 qtquickcontrols2-5
qtscript qtscript
qtscxml-5 qtscxml-5
qtsensors qtsensors-5
qtspeech qtspeech
qtsvg-5 qtsvg-5
qttools-5 qttools-5
@ -4700,7 +4700,7 @@ color-related widgets.")
"qtquickcontrols2" "qtquickcontrols2"
"qtscript" "qtscript"
"qtscxml" "qtscxml"
"qtsensors" "qtsensors-5"
"qtspeech" "qtspeech"
"qtsvg" "qtsvg"
"qttools" "qttools"