Date: Wednesday, November 30, 2022 @ 07:57:20 Author: arojas Revision: 1355278
upgpkg: kstars 1:3.6.1-3: Rebuild with libindi 1.9.9 Modified: kstars/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-30 07:47:30 UTC (rev 1355277) +++ PKGBUILD 2022-11-30 07:57:20 UTC (rev 1355278) @@ -4,21 +4,27 @@ pkgname=kstars pkgver=3.6.1 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc='Desktop Planetarium' url='https://kde.org/applications/education/kstars/' arch=(x86_64) license=(GPL LGPL FDL) -depends=(stellarsolver libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi qt5-quickcontrols qt5-websockets qtkeychain - breeze-icons hicolor-icon-theme) +depends=(stellarsolver libraw kplotting knewstuff knotifyconfig qt5-datavis3d qt5-quickcontrols qt5-websockets qtkeychain + libindi breeze-icons hicolor-icon-theme) makedepends=(extra-cmake-modules kdoctools eigen) optdepends=('xplanet: XPlanet support') -source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) +source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} + https://invent.kde.org/education/kstars/-/commit/87317b63.patch) sha256sums=('5966ed7eabc6775dfe6b8d73f3f32395c865969ba12d7d3c9eed793a56147ae2' - 'SKIP') + 'SKIP' + 'f3fc1ab712d12e7adcb609d98b3ca11147ed7a839d817a637aa587b4188a1611') validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq <[email protected]> +prepare() { + patch -d $pkgname-$pkgver -p1 < 87317b63.patch # Fix build with libindi 1.9.9 +} + build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \
