me
/
guix
Archived
1
0
Fork 0

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
master
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

@ -1608,7 +1608,7 @@ deconvolution). Such post-processing is not performed by Stackistry.")
openssl
qtbase-5
qtcharts
qtlocation
qtlocation-5
qtmultimedia-5
qtpositioning
qtscript

View File

@ -2515,7 +2515,7 @@ data.")
proj
qtbase-5
qtdeclarative-5
qtlocation
qtlocation-5
qtwebchannel-5
qtwebengine-5
quazip
@ -2751,7 +2751,7 @@ track your position right from your laptop.")
proj
qtbase-5
qtimageformats-5
qtlocation
qtlocation-5
qtsensors-5
zlib))
(native-inputs
@ -3213,7 +3213,7 @@ SET\\(PYQT5_SIP_DIR \"\\$\\{Python_SITEARCH\\}/PyQt5/bindings\"\\)")
qtbase-5
qtdeclarative-5
qtkeychain
qtlocation
qtlocation-5
qtmultimedia-5
qtserialport-5
qtsvg-5

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")

View File

@ -415,7 +415,7 @@ Akonadi PIM data server. It uses Xapian for indexing and querying.")
prison
qtdeclarative-5
qtgraphicaleffects
qtlocation
qtlocation-5
qtmultimedia-5
qtquickcontrols2-5
qqc2-desktop-style

View File

@ -681,7 +681,7 @@ with support for QR scanning.")
qtgraphicaleffects
qtdeclarative-5
qtgamepad
qtlocation))
qtlocation-5))
(propagated-inputs (list gstreamer))
(home-page "https://apps.kde.org/kirogi/")
(synopsis "Ground control application for drones")

View File

@ -1643,7 +1643,7 @@ Python, PHP, and Perl.")
protobuf
qtbase-5
qtdeclarative-5
qtlocation
qtlocation-5
qtserialport
qtsvg-5
qtwebchannel-5

View File

@ -1501,7 +1501,7 @@ default.")
qtbase-5
qtdeclarative-5
qtgraphicaleffects
qtlocation
qtlocation-5
qtquickcontrols2-5
qtsvg-5
qtmultimedia-5

View File

@ -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

View File

@ -2670,7 +2670,7 @@ voice formats.")
qtcharts
qtdeclarative-5
qtgamepad
qtlocation
qtlocation-5
qtmultimedia-5
qtquickcontrols2-5
qtserialport-5
@ -3260,7 +3260,7 @@ memory contents between them.")
(substitute* "lib/CMakeLists.txt"
(("(DESTINATION \")/etc/udev/" _ directive)
(string-append directive #$output "/lib/udev/"))))))))
(inputs (list libusb qtbase-5 qtlocation qtserialport-5 yaml-cpp))
(inputs (list libusb qtbase-5 qtlocation-5 qtserialport-5 yaml-cpp))
(native-inputs (list qttools-5))
(home-page "https://dm3mat.darc.de/qdmr/")
(synopsis "GUI application and command line tool to program DMR radios")