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

Antonio Rojas arojas at archlinux.org
Tue Jun 20 17:25:10 UTC 2017


    Date: Tuesday, June 20, 2017 @ 17:25:07
  Author: arojas
Revision: 299077

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kstars/repos/staging-i686/
  kstars/repos/staging-i686/PKGBUILD
    (from rev 299076, kstars/trunk/PKGBUILD)
  kstars/repos/staging-x86_64/
  kstars/repos/staging-x86_64/PKGBUILD
    (from rev 299076, kstars/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: kstars/repos/staging-i686/PKGBUILD (from rev 299076, kstars/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2017-06-20 17:25:07 UTC (rev 299077)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonamrs at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kstars
+pkgver=17.04.2
+pkgrel=3
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libraw' 'kplotting' 'knewstuff' 'knotifyconfig' 'libindi' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz"{,.sig})
+sha256sums=('92cd4c82f7619d8ba15a3c3725131e8858dc1a373b03fb6a560c2c17ffa087e4'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kstars/repos/staging-x86_64/PKGBUILD (from rev 299076, kstars/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2017-06-20 17:25:07 UTC (rev 299077)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonamrs at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kstars
+pkgver=17.04.2
+pkgrel=3
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libraw' 'kplotting' 'knewstuff' 'knotifyconfig' 'libindi' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz"{,.sig})
+sha256sums=('92cd4c82f7619d8ba15a3c3725131e8858dc1a373b03fb6a560c2c17ffa087e4'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list