FS#37340 - [stellarium] PKGBUILD for new version

Attached to Project: Arch Linux
Opened by Götz (goetzc) - Monday, 14 October 2013, 20:12 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 14 January 2014, 06:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Here is an updated and working PKGBUILD for the latest version.
The stellarium desktop and png files are not needed any more, as they are provided by the upstream package.

pkgname=stellarium
pkgver=0.12.4
pkgrel=1
pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
arch=("i686" "x86_64")
url="http://stellarium.free.fr/"
license=('GPL2')
depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt4' 'openssl' 'desktop-file-utils'
'xdg-utils' 'phonon')
install=stellarium.install
makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
sha1sums=('6d3cc4dc186db831af76830fe2e636ff1f7bbc90')

build() {
cd ${srcdir}/${pkgname}-${pkgver}

cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
make
}

package() {
cd ${srcdir}/${pkgname}-${pkgver}

make DESTDIR=${pkgdir} install
}
This task depends upon

Closed by  Eric Belanger (Snowman)
Tuesday, 14 January 2014, 06:04 GMT
Reason for closing:  Not a bug
Additional comments about closing:  stellarium 0.12.4-1 is in repos

Loading...