Stellarium v25.2 (#12522)

This commit is contained in:
Alexander V. Wolf
2025-06-23 00:48:25 +07:00
committed by GitHub
parent 765205bea6
commit d47182fd96

View File

@@ -3,11 +3,11 @@ DESCRIPTION="Stellarium is a free open source planetarium for your computer. \
It shows a realistic sky in 3D, just like what you see with the naked eye, \
binoculars or a telescope."
HOMEPAGE="https://stellarium.org"
COPYRIGHT="2000-2024 Stellarium Developers"
COPYRIGHT="2000-2025 Stellarium Developers"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/Stellarium/stellarium/releases/download/v$portVersion/stellarium-$portVersion.tar.gz"
CHECKSUM_SHA256="2ecbc90f0bc7f1355e4d6497db2adc9119000d88eb18a3b4257ce249c4bea2f0"
CHECKSUM_SHA256="afb43e95438aef5509afd6ba197daf30b52607cac16888332d9810ba12209486"
ADDITIONAL_FILES="stellarium.rdef.in"
ARCHITECTURES="all !x86_gcc2"
@@ -107,16 +107,5 @@ INSTALL()
$portDir/additional-files/stellarium.rdef.in > stellarium.rdef
addResourcesToBinaries stellarium.rdef $appsDir/Stellarium
# add wrapper
cat > $appsDir/Stellarium.sh <<-EOF
#!/bin/sh
`finddir B_APPS_DIRECTORY`/Stellarium --low-graphics
EOF
chmod +x $appsDir/Stellarium.sh
rc stellarium.rdef
resattr -o $appsDir/Stellarium.sh stellarium.rsrc
addAppDeskbarSymlink $appsDir/Stellarium.sh Stellarium
addAppDeskbarSymlink $appsDir/Stellarium
}