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

Antonio Rojas arojas at archlinux.org
Mon Nov 20 09:25:27 UTC 2017


    Date: Monday, November 20, 2017 @ 09:25:26
  Author: arojas
Revision: 267522

extra2community: Moving kstars from extra to community

Added:
  kstars/
  kstars/repos/
  kstars/trunk/
  kstars/trunk/PKGBUILD

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Added: kstars/trunk/PKGBUILD
===================================================================
--- kstars/trunk/PKGBUILD	                        (rev 0)
+++ kstars/trunk/PKGBUILD	2017-11-20 09:25:26 UTC (rev 267522)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonamrs at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kstars
+pkgver=2.8.8
+pkgrel=1
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+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})
+sha256sums=('7bdb184b5c6d536c198ed32994b511865f3e06b0417b612020d1bc3bdb953b4c'
+            'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq <mutlaqja at ikarustech.com>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


Property changes on: kstars/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list