stellarium updated to version 0.12.1

This commit is contained in:
AlmAck 2013-05-27 19:59:29 +02:00
parent d81da84ac8
commit 242588f81f

View File

@ -4,22 +4,19 @@
# Maintainer: Martín González <koteccr at gmail dot com>
pkgname=stellarium
pkgver=0.11.4
pkgver=0.12.1
pkgrel=1
pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
arch=("i686" "x86_64")
arch=('x86_64')
url="http://www.stellarium.org/"
screenshot=('http://www.stellarium.org/img/screenshots/0.10-from-mars.jpg')
license=('GPL2')
depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt' 'openssl')
makedepends=('cmake' 'boost')
depends=('libpng' 'libgl' 'qt' 'openssl' 'zlib' 'gettext')
makedepends=('cmake' 'boost' 'mesa')
categories=('education')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
http://wstaw.org/m/2012/09/01/stellarium.png
stellarium.desktop)
md5sums=('f5b409745f393d80003d57fd276142f4'
'134ab08e73f4f5d995a7931a7957b7a3'
'b4f9ebd082c4e112c2bbfac9f2c8465d')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('59ecd6cefed44909b4cd77e51d97583a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@ -32,9 +29,13 @@ package() {
make DESTDIR=${pkgdir} install
# install desktop file & pixmap
install -Dm644 ${srcdir}/stellarium.desktop \
# install desktop file
install -Dm644 ${srcdir}/${pkgname}-${pkgver}/data/stellarium.desktop \
${pkgdir}/usr/share/applications/stellarium.desktop
install -Dm644 ${srcdir}/stellarium.png \
${pkgdir}/usr/share/pixmaps/stellarium.png
# install desktop icons
for i in 16 32 48 64 128 256 512; do
install -Dm644 ${srcdir}/${pkgname}-${pkgver}/data/icons/${i}x${i}/stellarium.png \
${pkgdir}/usr/share/icons/hicolor/apps/${i}x${i}/stellarium.png
done
}