[arch-commits] Commit in stellarium/repos (3 files)

Antonio Rojas arojas at archlinux.org
Sat Jul 20 08:30:26 UTC 2019


    Date: Saturday, July 20, 2019 @ 08:30:25
  Author: arojas
Revision: 358410

archrelease: copy trunk to staging-x86_64

Added:
  stellarium/repos/staging-x86_64/
  stellarium/repos/staging-x86_64/PKGBUILD
    (from rev 358409, stellarium/trunk/PKGBUILD)
  stellarium/repos/staging-x86_64/stellarium-gpsd-3.19.patch
    (from rev 358409, stellarium/trunk/stellarium-gpsd-3.19.patch)

----------------------------+
 PKGBUILD                   |   38 ++++++++++++++++++++++++++++++++++++++
 stellarium-gpsd-3.19.patch |   13 +++++++++++++
 2 files changed, 51 insertions(+)

Copied: stellarium/repos/staging-x86_64/PKGBUILD (from rev 358409, stellarium/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-07-20 08:30:25 UTC (rev 358410)
@@ -0,0 +1,38 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=stellarium
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=('x86_64')
+url="http://stellarium.org/"
+license=('GPL2')
+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)
+validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf <alex.v.wolf at gmail.com>
+sha256sums=('0f25ad2acb59b75a49568c82123219aed5a14252c2ef39d0444540057d2cfb68'
+            'SKIP'
+            '37e2b4ce4d4059f82c4a627e4b2de699167833938e06fd65b3a8aae022eb69dc')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../stellarium-gpsd-3.19.patch # Fix build with gpsd 3.19
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+
+package() {
+  cd ${pkgname}-${pkgver}
+ 
+  make DESTDIR="${pkgdir}" install
+}

Copied: stellarium/repos/staging-x86_64/stellarium-gpsd-3.19.patch (from rev 358409, stellarium/trunk/stellarium-gpsd-3.19.patch)
===================================================================
--- staging-x86_64/stellarium-gpsd-3.19.patch	                        (rev 0)
+++ staging-x86_64/stellarium-gpsd-3.19.patch	2019-07-20 08:30:25 UTC (rev 358410)
@@ -0,0 +1,13 @@
+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