[arch-commits] Commit in kdeedu-kstars/repos (6 files)
Andrea Scarpino
andrea at archlinux.org
Tue Oct 2 19:33:54 UTC 2012
Date: Tuesday, October 2, 2012 @ 15:33:54
Author: andrea
Revision: 167614
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdeedu-kstars/repos/testing-i686/
kdeedu-kstars/repos/testing-i686/PKGBUILD
(from rev 167613, kdeedu-kstars/trunk/PKGBUILD)
kdeedu-kstars/repos/testing-i686/kdeedu-kstars.install
(from rev 167613, kdeedu-kstars/trunk/kdeedu-kstars.install)
kdeedu-kstars/repos/testing-x86_64/
kdeedu-kstars/repos/testing-x86_64/PKGBUILD
(from rev 167613, kdeedu-kstars/trunk/PKGBUILD)
kdeedu-kstars/repos/testing-x86_64/kdeedu-kstars.install
(from rev 167613, kdeedu-kstars/trunk/kdeedu-kstars.install)
--------------------------------------+
testing-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
testing-i686/kdeedu-kstars.install | 11 +++++++++++
testing-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
testing-x86_64/kdeedu-kstars.install | 11 +++++++++++
4 files changed, 86 insertions(+)
Copied: kdeedu-kstars/repos/testing-i686/PKGBUILD (from rev 167613, kdeedu-kstars/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-10-02 19:33:54 UTC (rev 167614)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kstars
+pkgver=4.9.2
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libindi')
+makedepends=('cmake' 'automoc4' 'eigen')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz")
+sha1sums=('144409ebfb2a2c3d040ab4a1ad130b5677dd23b6')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kstars-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_Xplanet=OFF
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdeedu-kstars/repos/testing-i686/kdeedu-kstars.install (from rev 167613, kdeedu-kstars/trunk/kdeedu-kstars.install)
===================================================================
--- testing-i686/kdeedu-kstars.install (rev 0)
+++ testing-i686/kdeedu-kstars.install 2012-10-02 19:33:54 UTC (rev 167614)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: kdeedu-kstars/repos/testing-x86_64/PKGBUILD (from rev 167613, kdeedu-kstars/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-02 19:33:54 UTC (rev 167614)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kstars
+pkgver=4.9.2
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libindi')
+makedepends=('cmake' 'automoc4' 'eigen')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz")
+sha1sums=('144409ebfb2a2c3d040ab4a1ad130b5677dd23b6')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kstars-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_Xplanet=OFF
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdeedu-kstars/repos/testing-x86_64/kdeedu-kstars.install (from rev 167613, kdeedu-kstars/trunk/kdeedu-kstars.install)
===================================================================
--- testing-x86_64/kdeedu-kstars.install (rev 0)
+++ testing-x86_64/kdeedu-kstars.install 2012-10-02 19:33:54 UTC (rev 167614)
@@ -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