Stellarium 25.3: added workaround for NLS feature

This commit is contained in:
Alexander V. Wolf
2025-10-04 19:03:01 +07:00
committed by Gerasim Troeglazov
parent 7f1cc43643
commit 7c149375aa

View File

@@ -5,9 +5,11 @@ binoculars or a telescope."
HOMEPAGE="https://stellarium.org"
COPYRIGHT="2000-2025 Stellarium Developers"
LICENSE="GNU GPL v2"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/Stellarium/stellarium/releases/download/v$portVersion/stellarium-$portVersion.tar.bz2"
CHECKSUM_SHA256="b98a0bf6fd4cb45cc8885f049fd44371227d399a7901de171897b33938de4158"
SOURCE_URI_2="https://github.com/Stellarium/stellarium-data/releases/download/translations/translations.zip"
CHECKSUM_SHA256_2="2fff28156a98aa08dbe075d6ecff5191514f5b6c21ee6c21a3e23575e99a5375"
ADDITIONAL_FILES="stellarium.rdef.in"
ARCHITECTURES="all !x86_gcc2"
@@ -84,6 +86,7 @@ BUILD()
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$prefix \
-DENABLE_PODIR=Off \
-DENABLE_SHOWMYSKY=Off \
-DENABLE_QTWEBENGINE=Off \
-DENABLE_INDI=Off
@@ -100,6 +103,8 @@ INSTALL()
mv $prefix/bin/stellarium $appsDir/Stellarium
rm -rf $prefix/{bin,share}
cp -r $sourceDir2/translations $appsDir/../data/stellarium/
local APP_SIGNATURE="application/x-vnd.stellarium"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"