aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-10-14 15:10:04 +0000
committerpsykose <alice@ayaya.dev>2022-10-14 17:22:09 +0200
commitaf1f56027e22729d835f6ebe769b8b19713b41a0 (patch)
tree85b10f6fc002d7d1d021c781a0a1091fac21f6a8
parentfaae9b1fc59788ae00c15536fd614db3ad476c9c (diff)
community/stellarium: build with samurai
-rw-r--r--community/stellarium/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/stellarium/APKBUILD b/community/stellarium/APKBUILD
index 89e0aa3c116..1f52537adf4 100644
--- a/community/stellarium/APKBUILD
+++ b/community/stellarium/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=stellarium
pkgver=1.0
-pkgrel=0
+pkgrel=1
pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
url="http://stellarium.org/"
arch="all !armhf" # Limited by qt5-qtmultimedia-dev
@@ -21,6 +21,7 @@ makedepends="
qt5-qtscript-dev
qt5-qtserialport-dev
qt5-qttools-dev
+ samurai
"
subpackages="$pkgname-doc"
source="https://github.com/Stellarium/stellarium/releases/download/v$pkgver/stellarium-$pkgver.tar.gz"
@@ -28,7 +29,7 @@ source="https://github.com/Stellarium/stellarium/releases/download/v$pkgver/stel
build() {
# SHOWMYSKY support needs qt5-qtopengl
- cmake -B build \
+ cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_TESTING=1 \