mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed extra/stellarium
This commit is contained in:
parent
009ad4ab75
commit
b11cd97caa
2 changed files with 0 additions and 48 deletions
|
@ -1,34 +0,0 @@
|
|||
# $Id$
|
||||
# Maintainer: Ronald van Haren <ronald.archlinux.org>
|
||||
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - drop unsupported compiler flag
|
||||
|
||||
pkgname=stellarium
|
||||
pkgver=0.13.2
|
||||
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' 'qt5-quick1' 'openssl'
|
||||
'desktop-file-utils' 'xdg-utils' 'phonon')
|
||||
install=stellarium.install
|
||||
makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
|
||||
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
sha1sums=('ee6b631b6e64762d4972468299013de8d44abf43')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
sed -i '/mno-ms-bitfields/d' CMakeLists.txt
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
pkgname=stellarium
|
||||
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
xdg-icon-resource forceupdate
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install $1
|
||||
}
|
Loading…
Reference in a new issue