[arch-commits] Commit in kstars/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Dec 12 12:12:31 UTC 2021


    Date: Sunday, December 12, 2021 @ 12:12:31
  Author: felixonmars
Revision: 1068819

archrelease: copy trunk to community-staging-x86_64

Added:
  kstars/repos/community-staging-x86_64/
  kstars/repos/community-staging-x86_64/PKGBUILD
    (from rev 1068818, kstars/trunk/PKGBUILD)

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

Copied: kstars/repos/community-staging-x86_64/PKGBUILD (from rev 1068818, kstars/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-12-12 12:12:31 UTC (rev 1068819)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonamrs at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kstars
+pkgver=3.5.6
+pkgrel=2
+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)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9fe7c660bcd00064bcf36f21afb5c4f6a89333283df4bf96ed546377d68492b4'
+            'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq <mutlaqja at ikarustech.com>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list