mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Stellarium 24.3-2: Switch to use system-provided QXlsx library (#11231)
Co-authored-by: Joachim Mairböck <j.mairboeck@gmail.com>
This commit is contained in:
committed by
GitHub
parent
82168a588e
commit
6d9a3676ae
@@ -5,7 +5,7 @@ binoculars or a telescope."
|
||||
HOMEPAGE="https://stellarium.org"
|
||||
COPYRIGHT="2000-2024 Stellarium Developers"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/Stellarium/stellarium/releases/download/v$portVersion/stellarium-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c3ffb56a049061c7754bafab176146a2c4474ecede108d650f3c7551e1eae50a"
|
||||
ADDITIONAL_FILES="stellarium.rdef.in"
|
||||
@@ -34,6 +34,7 @@ REQUIRES="
|
||||
lib:libQt6Qml$secondaryArchSuffix
|
||||
lib:libQt6SerialPort$secondaryArchSuffix
|
||||
lib:libQt6Widgets$secondaryArchSuffix
|
||||
lib:libQXlsxQt6$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -51,6 +52,7 @@ BUILD_REQUIRES="
|
||||
devel:libQt6Qml$secondaryArchSuffix
|
||||
devel:libQt6SerialPort$secondaryArchSuffix
|
||||
devel:libQt6Widgets$secondaryArchSuffix
|
||||
devel:libQXlsxQt6$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user