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

Antonio Rojas arojas at archlinux.org
Sat Aug 19 05:03:45 UTC 2017


    Date: Saturday, August 19, 2017 @ 05:03:44
  Author: arojas
Revision: 302480

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kstars/repos/kde-unstable-i686/
  kstars/repos/kde-unstable-i686/PKGBUILD
    (from rev 302479, kstars/trunk/PKGBUILD)
  kstars/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 302479, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   41 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   41 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   41 -----------------------------------------
 3 files changed, 82 insertions(+), 41 deletions(-)

Copied: kstars/repos/kde-unstable-i686/PKGBUILD (from rev 302479, kstars/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-08-19 05:03:44 UTC (rev 302480)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonamrs at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kstars
+pkgver=17.08.0
+pkgrel=1
+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=('ab75d4d988862a6c5d17688386d79d50deba7af6a3f9dedba9f9700c84a559cc'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck 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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-08-19 05:03:09 UTC (rev 302479)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:03:44 UTC (rev 302480)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonamrs at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kstars
-pkgver=17.07.80
-pkgrel=1
-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/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz"{,.sig})
-sha256sums=('540137e9eabf8e3aea658f1c50165f7a18bc1a8e0c72287f6e17889a99854a92'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck 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/kde-unstable-x86_64/PKGBUILD (from rev 302479, kstars/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:03:44 UTC (rev 302480)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonamrs at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kstars
+pkgver=17.08.0
+pkgrel=1
+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=('ab75d4d988862a6c5d17688386d79d50deba7af6a3f9dedba9f9700c84a559cc'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck 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