[arch-commits] Commit in kstars/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Dec 3 10:09:24 UTC 2017


    Date: Sunday, December 3, 2017 @ 10:09:23
  Author: arojas
Revision: 271976

Fix build with cmake 3.10 (FS#56538)

Modified:
  kstars/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-03 09:52:07 UTC (rev 271975)
+++ PKGBUILD	2017-12-03 10:09:23 UTC (rev 271976)
@@ -14,13 +14,18 @@
 depends=(wcslib libraw kplotting knewstuff knotifyconfig libindi hicolor-icon-theme)
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 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}
+        kstars-cmake-3.10.patch::"https://cgit.kde.org/kstars.git/patch/?id=ec1b8e3e")
 sha256sums=('7bdb184b5c6d536c198ed32994b511865f3e06b0417b612020d1bc3bdb953b4c'
-            'SKIP')
+            'SKIP'
+            'b46e1a9c6ce41453cb5196baa9c672daea7c1ff137875147ccc6d2c7f23cdaf8')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq <mutlaqja at ikarustech.com>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kstars-cmake-3.10.patch # Fix build with cmake 3.10
 }
 
 build() {



More information about the arch-commits mailing list