Date: Friday, October 4, 2019 @ 14:00:47 Author: arojas Revision: 363772
archrelease: copy trunk to extra-x86_64 Added: stellarium/repos/extra-x86_64/PKGBUILD (from rev 363771, stellarium/trunk/PKGBUILD) Deleted: stellarium/repos/extra-x86_64/PKGBUILD stellarium/repos/extra-x86_64/stellarium-gpsd-3.19.patch ----------------------------+ PKGBUILD | 69 +++++++++++++++++++------------------------ stellarium-gpsd-3.19.patch | 13 -------- 2 files changed, 31 insertions(+), 51 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-10-04 13:59:25 UTC (rev 363771) +++ PKGBUILD 2019-10-04 14:00:47 UTC (rev 363772) @@ -1,38 +0,0 @@ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Damir Perisa <damir.per...@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.w...@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/extra-x86_64/PKGBUILD (from rev 363771, stellarium/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-10-04 14:00:47 UTC (rev 363772) @@ -0,0 +1,31 @@ +# Maintainer: Ronald van Haren <ronald.archlinux.org> +# Contributor: Damir Perisa <damir.per...@bluewin.ch> + +pkgname=stellarium +pkgver=0.19.2 +pkgrel=1 +pkgdesc="A stellarium with great graphics and a nice database of sky-objects" +arch=('x86_64') +url="https://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}) +validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF') # Alexander Wolf <alex.v.w...@gmail.com> +sha256sums=('e4d005c5473e3be15b3101585e8959f422437147a602b1649e4aba22a92e6081' + 'SKIP') + +build() { + cd ${pkgname}-${pkgver} + + cmake . -DCMAKE_INSTALL_PREFIX=/usr + make +} + + +package() { + cd ${pkgname}-${pkgver} + + make DESTDIR="${pkgdir}" install +} Deleted: stellarium-gpsd-3.19.patch =================================================================== --- stellarium-gpsd-3.19.patch 2019-10-04 13:59:25 UTC (rev 363771) +++ stellarium-gpsd-3.19.patch 2019-10-04 14:00:47 UTC (rev 363772) @@ -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;