mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
e2d1eaef29
commit
83da3a13bf
4 changed files with 8 additions and 8 deletions
|
@ -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")
|
||||
|
|
|
@ -2574,7 +2574,7 @@ (define-public openorienteering-mapper
|
|||
qtbase-5
|
||||
qtimageformats-5
|
||||
qtlocation
|
||||
qtsensors
|
||||
qtsensors-5
|
||||
zlib))
|
||||
(native-inputs
|
||||
(list doxygen
|
||||
|
|
|
@ -793,7 +793,7 @@ (define-public kscreen
|
|||
libkscreen
|
||||
libxi
|
||||
plasma-wayland-protocols
|
||||
qtsensors
|
||||
qtsensors-5
|
||||
qtbase-5
|
||||
qtx11extras
|
||||
xcb-util))
|
||||
|
|
|
@ -1728,10 +1728,10 @@ (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")
|
||||
(name "qtsensors-5")
|
||||
(version "5.15.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -3835,7 +3835,7 @@ (define-public python-pyqt
|
|||
("qtdeclarative-5" ,qtdeclarative-5)
|
||||
("qtlocation" ,qtlocation)
|
||||
("qtmultimedia-5" ,qtmultimedia-5)
|
||||
("qtsensors" ,qtsensors)
|
||||
("qtsensors-5" ,qtsensors-5)
|
||||
("qtserialport" ,qtserialport)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("qttools-5" ,qttools-5)
|
||||
|
@ -4650,7 +4650,7 @@ (define-public python-pyside-2
|
|||
qtquickcontrols2-5
|
||||
qtscript
|
||||
qtscxml-5
|
||||
qtsensors
|
||||
qtsensors-5
|
||||
qtspeech
|
||||
qtsvg-5
|
||||
qttools-5
|
||||
|
@ -4700,7 +4700,7 @@ (define-public python-pyside-2
|
|||
"qtquickcontrols2"
|
||||
"qtscript"
|
||||
"qtscxml"
|
||||
"qtsensors"
|
||||
"qtsensors-5"
|
||||
"qtspeech"
|
||||
"qtsvg"
|
||||
"qttools"
|
||||
|
|
Loading…
Reference in a new issue