Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
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
|
DetailsHere 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
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