mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Stellarium 25.3: added workaround for NLS feature
This commit is contained in:
committed by
Gerasim Troeglazov
parent
7f1cc43643
commit
7c149375aa
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user