[arch-commits] Commit in stellarium/trunk (PKGBUILD stellarium-gpsd-3.19.patch)

Antonio Rojas arojas at archlinux.org
Fri Oct 4 13:59:26 UTC 2019


    Date: Friday, October 4, 2019 @ 13:59:25
  Author: arojas
Revision: 363771

Update to 0.19.2

Modified:
  stellarium/trunk/PKGBUILD
Deleted:
  stellarium/trunk/stellarium-gpsd-3.19.patch

----------------------------+
 PKGBUILD                   |   15 ++++-----------
 stellarium-gpsd-3.19.patch |   13 -------------
 2 files changed, 4 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-04 13:34:25 UTC (rev 363770)
+++ PKGBUILD	2019-10-04 13:59:25 UTC (rev 363771)
@@ -2,7 +2,7 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=stellarium
-pkgver=0.19.1
+pkgver=0.19.2
 pkgrel=1
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=('x86_64')
@@ -11,18 +11,11 @@
 depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
 	'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
 makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
-source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc}
-        stellarium-gpsd-3.19.patch)
+source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf <alex.v.wolf at gmail.com>
-sha256sums=('0f25ad2acb59b75a49568c82123219aed5a14252c2ef39d0444540057d2cfb68'
-            'SKIP'
-            '37e2b4ce4d4059f82c4a627e4b2de699167833938e06fd65b3a8aae022eb69dc')
+sha256sums=('e4d005c5473e3be15b3101585e8959f422437147a602b1649e4aba22a92e6081'
+            'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../stellarium-gpsd-3.19.patch # Fix build with gpsd 3.19
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 

Deleted: stellarium-gpsd-3.19.patch
===================================================================
--- stellarium-gpsd-3.19.patch	2019-10-04 13:34:25 UTC (rev 363770)
+++ stellarium-gpsd-3.19.patch	2019-10-04 13:59:25 UTC (rev 363771)
@@ -1,13 +0,0 @@
-diff --git a/src/core/StelLocationMgr.cpp b/src/core/StelLocationMgr.cpp
-index c62bd868cd..85dcafcd8e 100644
---- a/src/core/StelLocationMgr.cpp
-+++ b/src/core/StelLocationMgr.cpp
-@@ -163,7 +163,7 @@ void LibGPSLookupHelper::query()
- 				qDebug() << " - xdop:" << dop.xdop << "ydop:" << dop.ydop;
- 				qDebug() << " - pdop:" << dop.pdop << "hdop:" << dop.hdop;
- 				qDebug() << " - vdop:" << dop.vdop << "tdop:" << dop.tdop << "gdop:" << dop.gdop;
--				qDebug() << "Spherical Position Error (epe):" << newdata->epe;
-+				qDebug() << "Spherical Position Error (sep):" << newdata->fix.sep;
- 			}
- 			loc.longitude=newdata->fix.longitude;
- 			loc.latitude=newdata->fix.latitude;



More information about the arch-commits mailing list