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

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 17:56:18
  Author: fyan
Revision: 266517

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

Added:
  kstars/repos/extra-i686/PKGBUILD
(from rev 266516, kstars/trunk/PKGBUILD)
  kstars/repos/extra-x86_64/PKGBUILD
(from rev 266516, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/extra-i686/PKGBUILD
  kstars/repos/extra-i686/kstars.install
  kstars/repos/extra-x86_64/PKGBUILD
  kstars/repos/extra-x86_64/kstars.install

-+
 /PKGBUILD   |   84 ++
 extra-i686/PKGBUILD |   43 -
 extra-i686/kstars.install   |   11 -
 extra-x86_64/PKGBUILD   |   43 -
 extra-x86_64/kstars.install |   11 -
 5 files changed, 84 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-28 15:55:28 UTC (rev 266516)
+++ extra-i686/PKGBUILD 2016-04-28 15:56:18 UTC (rev 266517)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Desktop Planetarium"
-url="http://kde.org/applications/education/kstars/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
-optdepends=('xplanet: XPlanet support')
-install=${pkgname}.install
-replaces=('kdeedu-kstars')
-conflicts=('kdeedu-kstars')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('76e6da64fa11381efc44f1d2117d513734a9736d')
-
-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 \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
-"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
-}

Copied: kstars/repos/extra-i686/PKGBUILD (from rev 266516, 
kstars/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-28 15:56:18 UTC (rev 266517)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=16.04.0
+pkgrel=2
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('76e6da64fa11381efc44f1d2117d513734a9736d')
+
+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 \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Deleted: extra-i686/kstars.install
===
--- extra-i686/kstars.install   2016-04-28 15:55:28 UTC (rev 266516)
+++ extra-i686/kstars.install   2016-04-28 15:56:18 UTC (rev 266517)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-28 15:55:28 UTC (rev 266516)
+++ extra-x86_64/PKGBUILD   2016-04-28 15:56:18 UTC (rev 266517)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Desktop Planetarium"
-url="http://kde.org/applications/education/kstars/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
-optdepends=('xplanet: XPlanet 

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

2016-03-26 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 00:02:26
  Author: arojas
Revision: 262685

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

Added:
  kstars/repos/staging-i686/
  kstars/repos/staging-i686/PKGBUILD
(from rev 262684, kstars/kde-unstable/PKGBUILD)
  kstars/repos/staging-i686/kstars.install
(from rev 262684, kstars/kde-unstable/kstars.install)
  kstars/repos/staging-x86_64/
  kstars/repos/staging-x86_64/PKGBUILD
(from rev 262684, kstars/kde-unstable/PKGBUILD)
  kstars/repos/staging-x86_64/kstars.install
(from rev 262684, kstars/kde-unstable/kstars.install)

---+
 staging-i686/PKGBUILD |   43 
 staging-i686/kstars.install   |   11 ++
 staging-x86_64/PKGBUILD   |   43 
 staging-x86_64/kstars.install |   11 ++
 4 files changed, 108 insertions(+)

Copied: kstars/repos/staging-i686/PKGBUILD (from rev 262684, 
kstars/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-26 23:02:26 UTC (rev 262685)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('8b6f8b98582f33968bdd5cf4bbada67d5c371eec')
+
+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 \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/staging-i686/kstars.install (from rev 262684, 
kstars/kde-unstable/kstars.install)
===
--- staging-i686/kstars.install (rev 0)
+++ staging-i686/kstars.install 2016-03-26 23:02:26 UTC (rev 262685)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kstars/repos/staging-x86_64/PKGBUILD (from rev 262684, 
kstars/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-26 23:02:26 UTC (rev 262685)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('8b6f8b98582f33968bdd5cf4bbada67d5c371eec')
+
+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 \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/staging-x86_64/kstars.install (from rev 262684, 
kstars/kde-unstable/kstars.install)
===
--- staging-x86_64/kstars.install   (rev 0)
+++ staging-x86_64/kstars.install   2016-03-26 23:02:26 UTC (rev 262685)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme 

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

2016-02-16 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 09:18:47
  Author: arojas
Revision: 259441

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

Added:
  kstars/repos/testing-i686/
  kstars/repos/testing-i686/PKGBUILD
(from rev 259440, kstars/trunk/PKGBUILD)
  kstars/repos/testing-i686/kstars.install
(from rev 259440, kstars/trunk/kstars.install)
  kstars/repos/testing-x86_64/
  kstars/repos/testing-x86_64/PKGBUILD
(from rev 259440, kstars/trunk/PKGBUILD)
  kstars/repos/testing-x86_64/kstars.install
(from rev 259440, kstars/trunk/kstars.install)

---+
 testing-i686/PKGBUILD |   43 
 testing-i686/kstars.install   |   11 ++
 testing-x86_64/PKGBUILD   |   43 
 testing-x86_64/kstars.install |   11 ++
 4 files changed, 108 insertions(+)

Copied: kstars/repos/testing-i686/PKGBUILD (from rev 259440, 
kstars/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 08:18:47 UTC (rev 259441)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('35617eacd50d5d7c7f4418dfb06ae377b361b23c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/testing-i686/kstars.install (from rev 259440, 
kstars/trunk/kstars.install)
===
--- testing-i686/kstars.install (rev 0)
+++ testing-i686/kstars.install 2016-02-16 08:18:47 UTC (rev 259441)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kstars/repos/testing-x86_64/PKGBUILD (from rev 259440, 
kstars/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 08:18:47 UTC (rev 259441)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('35617eacd50d5d7c7f4418dfb06ae377b361b23c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/testing-x86_64/kstars.install (from rev 259440, 
kstars/trunk/kstars.install)
===
--- testing-x86_64/kstars.install   (rev 0)
+++ testing-x86_64/kstars.install   2016-02-16 08:18:47 UTC (rev 259441)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   

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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 13:26:32
  Author: bpiotrowski
Revision: 253766

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

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

---+
 staging-i686/PKGBUILD |   47 
 staging-i686/kstars.install   |   11 +
 staging-x86_64/PKGBUILD   |   47 
 staging-x86_64/kstars.install |   11 +
 4 files changed, 116 insertions(+)

Copied: kstars/repos/staging-i686/PKGBUILD (from rev 253764, 
kstars/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 12:26:32 UTC (rev 253766)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('22e8be00eb262a979ae57c9a5f4d36a9809514ec')
+
+prepare() {
+  mkdir -p build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|"python"|"python2"|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/staging-i686/kstars.install (from rev 253764, 
kstars/trunk/kstars.install)
===
--- staging-i686/kstars.install (rev 0)
+++ staging-i686/kstars.install 2015-12-08 12:26:32 UTC (rev 253766)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kstars/repos/staging-x86_64/PKGBUILD (from rev 253764, 
kstars/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 12:26:32 UTC (rev 253766)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('22e8be00eb262a979ae57c9a5f4d36a9809514ec')
+
+prepare() {
+  mkdir -p build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|"python"|"python2"|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/staging-x86_64/kstars.install (from rev 253764, 
kstars/trunk/kstars.install)
===
--- staging-x86_64/kstars.install   (rev 0)
+++ 

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

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 21:54:35
  Author: arojas
Revision: 251325

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

Added:
  kstars/repos/staging-i686/
  kstars/repos/staging-i686/PKGBUILD
(from rev 251324, kstars/kde-unstable/PKGBUILD)
  kstars/repos/staging-i686/kstars.install
(from rev 251324, kstars/kde-unstable/kstars.install)
  kstars/repos/staging-x86_64/
  kstars/repos/staging-x86_64/PKGBUILD
(from rev 251324, kstars/kde-unstable/PKGBUILD)
  kstars/repos/staging-x86_64/kstars.install
(from rev 251324, kstars/kde-unstable/kstars.install)

---+
 staging-i686/PKGBUILD |   47 
 staging-i686/kstars.install   |   11 +
 staging-x86_64/PKGBUILD   |   47 
 staging-x86_64/kstars.install |   11 +
 4 files changed, 116 insertions(+)

Copied: kstars/repos/staging-i686/PKGBUILD (from rev 251324, 
kstars/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 20:54:35 UTC (rev 251325)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('a128f519fbfbe7b54f6423ea699561de4f6d8fc0')
+
+prepare() {
+  mkdir -p build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|"python"|"python2"|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/staging-i686/kstars.install (from rev 251324, 
kstars/kde-unstable/kstars.install)
===
--- staging-i686/kstars.install (rev 0)
+++ staging-i686/kstars.install 2015-11-19 20:54:35 UTC (rev 251325)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kstars/repos/staging-x86_64/PKGBUILD (from rev 251324, 
kstars/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 20:54:35 UTC (rev 251325)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('a128f519fbfbe7b54f6423ea699561de4f6d8fc0')
+
+prepare() {
+  mkdir -p build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|"python"|"python2"|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/staging-x86_64/kstars.install (from rev 251324, 
kstars/kde-unstable/kstars.install)
===
--- 

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

2015-09-14 Thread Antonio Rojas
Date: Monday, September 14, 2015 @ 23:22:36
  Author: arojas
Revision: 246122

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

Added:
  kstars/repos/testing-i686/
  kstars/repos/testing-i686/PKGBUILD
(from rev 246121, kstars/trunk/PKGBUILD)
  kstars/repos/testing-i686/kstars.install
(from rev 246121, kstars/trunk/kstars.install)
  kstars/repos/testing-x86_64/
  kstars/repos/testing-x86_64/PKGBUILD
(from rev 246121, kstars/trunk/PKGBUILD)
  kstars/repos/testing-x86_64/kstars.install
(from rev 246121, kstars/trunk/kstars.install)

---+
 testing-i686/PKGBUILD |   47 
 testing-i686/kstars.install   |   11 +
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/kstars.install |   11 +
 4 files changed, 116 insertions(+)

Copied: kstars/repos/testing-i686/PKGBUILD (from rev 246121, 
kstars/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-14 21:22:36 UTC (rev 246122)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('0c6e72b5aeba7b57e84b31f86b11bc75ca3ba8cc')
+
+prepare() {
+  mkdir -p build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|"python"|"python2"|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/testing-i686/kstars.install (from rev 246121, 
kstars/trunk/kstars.install)
===
--- testing-i686/kstars.install (rev 0)
+++ testing-i686/kstars.install 2015-09-14 21:22:36 UTC (rev 246122)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kstars/repos/testing-x86_64/PKGBUILD (from rev 246121, 
kstars/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:22:36 UTC (rev 246122)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('0c6e72b5aeba7b57e84b31f86b11bc75ca3ba8cc')
+
+prepare() {
+  mkdir -p build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|"python"|"python2"|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/testing-x86_64/kstars.install (from rev 246121, 
kstars/trunk/kstars.install)
===
--- testing-x86_64/kstars.install   (rev 0)
+++ 

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

2015-08-15 Thread Antonio Rojas
Date: Sunday, August 16, 2015 @ 00:41:33
  Author: arojas
Revision: 243768

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

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

---+
 staging-i686/PKGBUILD |   47 
 staging-i686/kstars.install   |   11 +
 staging-x86_64/PKGBUILD   |   47 
 staging-x86_64/kstars.install |   11 +
 4 files changed, 116 insertions(+)

Copied: kstars/repos/staging-i686/PKGBUILD (from rev 243767, 
kstars/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-15 22:41:33 UTC (rev 243768)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kstars
+pkgver=15.04.3
+pkgrel=2
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('8f99047d6eb58caada3d957775bfb4b012a8476f')
+
+prepare() {
+  mkdir build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|python|python2|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/staging-i686/kstars.install (from rev 243767, 
kstars/trunk/kstars.install)
===
--- staging-i686/kstars.install (rev 0)
+++ staging-i686/kstars.install 2015-08-15 22:41:33 UTC (rev 243768)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kstars/repos/staging-x86_64/PKGBUILD (from rev 243767, 
kstars/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-08-15 22:41:33 UTC (rev 243768)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kstars
+pkgver=15.04.3
+pkgrel=2
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('8f99047d6eb58caada3d957775bfb4b012a8476f')
+
+prepare() {
+  mkdir build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|python|python2|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/staging-x86_64/kstars.install (from rev 243767, 
kstars/trunk/kstars.install)
===
--- staging-x86_64/kstars.install   (rev 0)
+++ staging-x86_64/kstars.install   2015-08-15 

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:38:37
  Author: arojas
Revision: 242686

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

Added:
  kstars/repos/kde-unstable-i686/
  kstars/repos/kde-unstable-i686/PKGBUILD
(from rev 242685, kstars/kde-unstable/PKGBUILD)
  kstars/repos/kde-unstable-i686/kstars.install
(from rev 242685, kstars/kde-unstable/kstars.install)
  kstars/repos/kde-unstable-x86_64/
  kstars/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242685, kstars/kde-unstable/PKGBUILD)
  kstars/repos/kde-unstable-x86_64/kstars.install
(from rev 242685, kstars/kde-unstable/kstars.install)

+
 kde-unstable-i686/PKGBUILD |   47 +++
 kde-unstable-i686/kstars.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   47 +++
 kde-unstable-x86_64/kstars.install |   11 
 4 files changed, 116 insertions(+)

Copied: kstars/repos/kde-unstable-i686/PKGBUILD (from rev 242685, 
kstars/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:38:37 UTC (rev 242686)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kstars
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('367d044d447f78589dded9a83127ddff8ee674b5')
+
+prepare() {
+  mkdir build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|python|python2|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/kde-unstable-i686/kstars.install (from rev 242685, 
kstars/kde-unstable/kstars.install)
===
--- kde-unstable-i686/kstars.install(rev 0)
+++ kde-unstable-i686/kstars.install2015-07-29 07:38:37 UTC (rev 242686)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kstars/repos/kde-unstable-x86_64/PKGBUILD (from rev 242685, 
kstars/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:38:37 UTC (rev 242686)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kstars
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('367d044d447f78589dded9a83127ddff8ee674b5')
+
+prepare() {
+  mkdir build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|python|python2|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/kde-unstable-x86_64/kstars.install (from rev 242685, 
kstars/kde-unstable/kstars.install)