[arch-commits] Commit in plasma-workspace/kde-unstable (1 file)

Antonio Rojas arojas at archlinux.org
Thu Oct 1 17:55:31 UTC 2020


    Date: Thursday, October 1, 2020 @ 17:55:31
  Author: arojas
Revision: 397034

Drop old patch

Deleted:
  plasma-workspace/kde-unstable/plasma-workspace-gpsd-3.21.patch

----------------------------------+
 plasma-workspace-gpsd-3.21.patch |   16 ----------------
 1 file changed, 16 deletions(-)

Deleted: plasma-workspace-gpsd-3.21.patch
===================================================================
--- plasma-workspace-gpsd-3.21.patch	2020-10-01 17:54:20 UTC (rev 397033)
+++ plasma-workspace-gpsd-3.21.patch	2020-10-01 17:55:31 UTC (rev 397034)
@@ -1,16 +0,0 @@
-diff --git a/dataengines/geolocation/location_gps.cpp b/dataengines/geolocation/location_gps.cpp
-index 021c29ac5..476117ca3 100644
---- a/dataengines/geolocation/location_gps.cpp
-+++ b/dataengines/geolocation/location_gps.cpp
-@@ -65,7 +65,11 @@ void Gpsd::run()
-             if (m_gpsdata->online) {
- #endif
-                 //qDebug() << "online";
-+#if GPSD_API_MAJOR_VERSION >= 10
-+                if (m_gpsdata->fix.status != STATUS_NO_FIX) {
-+#else
-                 if (m_gpsdata->status != STATUS_NO_FIX) {
-+#endif
-                     //qDebug() << "fix";
-                     d["accuracy"] = 30;
-                     d["latitude"] = QString::number(m_gpsdata->fix.latitude);



More information about the arch-commits mailing list