diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-10 23:19:07 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:36 +0800 |
commit | 47be97c731afeebea459b1a58aea2bc0b56054a4 (patch) | |
tree | 076b29f3b6e916501f502bc1c97b042570655a92 /gnu/packages/qt.scm | |
parent | 4616ecebdb323c950c71fe6f2dbb897f2dacd287 (diff) |
gnu: qtlocation: Rename to qtlocation-5.
* gnu/packages/qt.scm (qtlocation): Rename to qtlocation-5.
(python-pyqt,python-pyside-2):
* gnu/packages/astronomy.scm (stellarium):
* gnu/packages/kde-pim.scm (itinerary):
* gnu/packages/kde-utils.scm (kirogi):
* gnu/packages/kde.scm (marble-qt):
* gnu/packages/messaging.scm (kaidan):
* gnu/packages/geo.scm (qmapshack,openorienteering-mapper):
(qgis):
* gnu/packages/gps.scm (gpxsee):
* gnu/packages/radio.scm (sdrangel):
(qdmr): Use new name.
Change-Id: I51664e36bd1ce25f5add09c6d64665bf505cc551
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 677e91ea09..0f4bc06eb2 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2275,7 +2275,7 @@ native APIs where it makes sense."))) Server Protocol (LSP) for Qt.") (license (package-license qtbase)))) -(define-public qtlocation +(define-public qtlocation-5 (package (inherit qtsvg-5) (name "qtlocation") @@ -3962,7 +3962,7 @@ module provides support functions to the automatically generated code.") ("qtbase" ,qtbase-5) ("qtconnectivity" ,qtconnectivity) ("qtdeclarative-5" ,qtdeclarative-5) - ("qtlocation" ,qtlocation) + ("qtlocation" ,qtlocation-5) ("qtmultimedia-5" ,qtmultimedia-5) ("qtsensors" ,qtsensors-5) ("qtserialport" ,qtserialport-5) @@ -4822,7 +4822,7 @@ color-related widgets.") (list qtbase-5 qtdatavis3d qtdeclarative-5 - qtlocation + qtlocation-5 qtmultimedia-5 qtquickcontrols-5 qtquickcontrols2-5 |