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
This commit is contained in:
Zheng Junjie 2024-07-10 23:19:07 +08:00
parent 4616ecebdb
commit 47be97c731
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0
9 changed files with 14 additions and 14 deletions

View file

@ -203,7 +203,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(string-append "PREFIX="
(assoc-ref outputs "out"))))))))
(inputs
(list qtbase-5 qtlocation qtsvg-5))
(list qtbase-5 qtlocation-5 qtsvg-5))
(native-inputs
(list qttools-5))
(home-page "https://www.gpxsee.org")