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

Antonio Rojas arojas at archlinux.org
Tue Apr 19 12:12:18 UTC 2016


    Date: Tuesday, April 19, 2016 @ 14:12:18
  Author: arojas
Revision: 265318

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

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

------------------------------------+
 /PKGBUILD                          |   86 +++++++++++++++++++++++++++++++++++
 /kstars.install                    |   22 ++++++++
 kde-unstable-i686/PKGBUILD         |   43 -----------------
 kde-unstable-i686/kstars.install   |   11 ----
 kde-unstable-x86_64/PKGBUILD       |   43 -----------------
 kde-unstable-x86_64/kstars.install |   11 ----
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-19 12:12:01 UTC (rev 265317)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 12:12:18 UTC (rev 265318)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonamrs at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kstars
-pkgver=16.03.90
-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/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz")
-sha1sums=('3e3178fea1040249edc57576dd20c9c9f7b7ad71')
-
-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/kde-unstable-i686/PKGBUILD (from rev 265317, kstars/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 12:12:18 UTC (rev 265318)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonamrs at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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
+}

Deleted: kde-unstable-i686/kstars.install
===================================================================
--- kde-unstable-i686/kstars.install	2016-04-19 12:12:01 UTC (rev 265317)
+++ kde-unstable-i686/kstars.install	2016-04-19 12:12:18 UTC (rev 265318)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kstars/repos/kde-unstable-i686/kstars.install (from rev 265317, kstars/trunk/kstars.install)
===================================================================
--- kde-unstable-i686/kstars.install	                        (rev 0)
+++ kde-unstable-i686/kstars.install	2016-04-19 12:12:18 UTC (rev 265318)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-04-19 12:12:01 UTC (rev 265317)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 12:12:18 UTC (rev 265318)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonamrs at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kstars
-pkgver=16.03.90
-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/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz")
-sha1sums=('3e3178fea1040249edc57576dd20c9c9f7b7ad71')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 265317, kstars/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 12:12:18 UTC (rev 265318)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonamrs at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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
+}

Deleted: kde-unstable-x86_64/kstars.install
===================================================================
--- kde-unstable-x86_64/kstars.install	2016-04-19 12:12:01 UTC (rev 265317)
+++ kde-unstable-x86_64/kstars.install	2016-04-19 12:12:18 UTC (rev 265318)
@@ -1,11 +0,0 @@
-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/kstars.install (from rev 265317, kstars/trunk/kstars.install)
===================================================================
--- kde-unstable-x86_64/kstars.install	                        (rev 0)
+++ kde-unstable-x86_64/kstars.install	2016-04-19 12:12:18 UTC (rev 265318)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list