2015-04-07 23:09:41 +08:00
|
|
|
# Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/kdeedu-kstars/
|
2013-12-18 02:36:04 +08:00
|
|
|
# Include global configuration
|
2015-04-07 23:09:41 +08:00
|
|
|
source ../kdeapps.conf
|
2011-07-23 02:02:15 +08:00
|
|
|
|
2015-04-07 23:09:41 +08:00
|
|
|
pkgname=kstars
|
2018-01-29 21:24:22 +08:00
|
|
|
pkgver=2.9.2
|
2018-02-02 07:11:23 +08:00
|
|
|
pkgrel=2
|
2018-01-12 08:29:29 +08:00
|
|
|
epoch=1
|
2014-01-13 05:14:23 +08:00
|
|
|
pkgdesc="Desktop planetarium"
|
2018-01-12 08:29:29 +08:00
|
|
|
url="https://kde.org/applications/education/kstars/"
|
2012-11-19 00:52:05 +08:00
|
|
|
arch=('x86_64')
|
2015-04-07 23:09:41 +08:00
|
|
|
screenshot='https://www.kde.org/images/screenshots/kstars.png'
|
|
|
|
license=('GPL' 'LGPL' 'FDL')
|
2018-01-12 08:29:29 +08:00
|
|
|
depends=('wcslib' 'libraw' 'kplotting' 'knewstuff' 'qt5-datavis3d' 'libindi' 'hicolor-icon-theme' 'knotifyconfig')
|
2015-08-11 05:26:57 +08:00
|
|
|
makedepends=('extra-cmake-modules' 'python3' 'kdoctools' 'eigen3' 'xplanet')
|
|
|
|
groups=('kde' 'kde-uninstall' 'kde-applications' 'kdeedu')
|
2015-04-07 23:09:41 +08:00
|
|
|
replaces=('kdeedu-kstars')
|
|
|
|
conflicts=('kdeedu-kstars')
|
2015-05-14 05:17:22 +08:00
|
|
|
options=('docs' 'debug')
|
2018-01-12 08:29:29 +08:00
|
|
|
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
|
2018-01-29 21:24:22 +08:00
|
|
|
sha256sums=('91ef5bc9d86f1e27a9d1533cec7ac82d111acc7ddb54ee2cffeb8714c294d713'
|
2018-01-12 08:29:29 +08:00
|
|
|
'SKIP')
|
|
|
|
validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq <mutlaqja@ikarustech.com>
|
2011-07-23 02:02:15 +08:00
|
|
|
|
2014-03-26 20:37:59 +08:00
|
|
|
prepare() {
|
2015-04-07 23:09:41 +08:00
|
|
|
mkdir -p build
|
2014-03-26 20:37:59 +08:00
|
|
|
}
|
|
|
|
|
2012-02-06 04:46:15 +08:00
|
|
|
build() {
|
2015-04-07 23:09:41 +08:00
|
|
|
cd build
|
|
|
|
cmake_kf5 ../${pkgname}-${pkgver}
|
|
|
|
make
|
2011-07-23 02:02:15 +08:00
|
|
|
}
|
|
|
|
|
2012-02-06 04:46:15 +08:00
|
|
|
package() {
|
2015-08-11 05:26:57 +08:00
|
|
|
cd build
|
|
|
|
make DESTDIR=${pkgdir} install
|
2011-07-23 02:02:15 +08:00
|
|
|
}
|