From 7c149375aacf19f9859c124fc2215828b553b442 Mon Sep 17 00:00:00 2001 From: "Alexander V. Wolf" Date: Sat, 4 Oct 2025 19:03:01 +0700 Subject: [PATCH] Stellarium 25.3: added workaround for NLS feature --- sci-astronomy/stellarium/stellarium-25.3.recipe | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-astronomy/stellarium/stellarium-25.3.recipe b/sci-astronomy/stellarium/stellarium-25.3.recipe index 312a695ac..cd67d15fa 100644 --- a/sci-astronomy/stellarium/stellarium-25.3.recipe +++ b/sci-astronomy/stellarium/stellarium-25.3.recipe @@ -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`"