1 # Maintainer: Ronald van Haren <ronald.archlinux.org>
2 # Contributor : Damir Perisa <damir.perisa@bluewin.ch>
7 pkgdesc="Real-time space simulation"
10 url="https://celestia.space/"
11 depends=('gtk2' 'libtheora' 'lua53' 'gtkglext' 'glut' 'libxmu' 'glu' 'libjpeg' 'mesa')
12 options=('!makeflags')
13 source=("https://github.com/CelestiaProject/Celestia/archive/$pkgver/$pkgname-$pkgver.tar.gz"
14 celestia-fix-desktop.patch::"https://github.com/CelestiaProject/Celestia/commit/6a4a0573.patch")
15 sha1sums=('6e2fb4481dd69a5a81e31dc4352f2cf3680740d8'
16 '23d8963cceb407ff33171f87f8aa1ba5fa8839f9')
20 patch -p1 < ../celestia-fix-desktop.patch # Fix executable name in desktop file
26 ./configure --prefix=/usr \
28 --datadir=/usr/share \
38 make DESTDIR="${pkgdir}" MKDIR_P='mkdir -p' install