stellarium: update to 23.1.

This commit is contained in:
Andrew Benson 2023-03-28 07:02:31 -05:00
parent 5dc65ab37d
commit 8e948dccf2

View file

@ -1,17 +1,18 @@
# Template file for 'stellarium' # Template file for 'stellarium'
pkgname=stellarium pkgname=stellarium
version=1.2 version=23.1
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_SHOWMYSKY=Off" configure_args="-DENABLE_SHOWMYSKY=Off -DUSE_PLUGIN_TELESCOPECONTROL=NO"
hostmakedepends="perl qt5-qmake qt5-host-tools" hostmakedepends="perl qt5-qmake qt5-host-tools gettext"
makedepends="qt5-location-devel qt5-multimedia-devel qt5-script-devel makedepends="qt5-location-devel qt5-multimedia-devel qt5-script-devel
qt5-serialport-devel qt5-tools-devel qt5-charts-devel" qt5-serialport-devel qt5-tools-devel qt5-charts-devel qt5-webchannel-devel
qt5-webengine-devel QXlsx"
depends="desktop-file-utils" depends="desktop-file-utils"
short_desc="Open Source Planetarium" short_desc="Open Source Planetarium"
maintainer="Andrew Benson <abenson+void@gmail.com>" maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://stellarium.org/" homepage="https://stellarium.org/"
distfiles="https://github.com/Stellarium/stellarium/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/Stellarium/stellarium/archive/refs/tags/v${version}.tar.gz"
checksum=977b666fca5fe80a22edab7a99ff289225678993fb3176d2a258079b2b8c1b84 checksum=ce896ddf6f0b35d6bbf6cee122d8f0b5c7bca93fffa17c10f16c56a689a1850f
replaces="stellarium-data>=0" replaces="stellarium-data>=0"