stellarium: split -data subpackage
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
deeed12688
commit
d57d8a1987
2 changed files with 11 additions and 2 deletions
1
srcpkgs/stellarium-data
Symbolic link
1
srcpkgs/stellarium-data
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
stellarium
|
|
@ -1,15 +1,23 @@
|
||||||
# Template file for 'stellarium'
|
# Template file for 'stellarium'
|
||||||
pkgname=stellarium
|
pkgname=stellarium
|
||||||
version=0.18.1
|
version=0.18.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt5-qmake qt5-host-tools"
|
hostmakedepends="perl qt5-qmake qt5-host-tools"
|
||||||
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-serialport-devel qt5-tools-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils ${pkgname}-data"
|
||||||
short_desc="An Open Source Planetarium"
|
short_desc="An Open Source Planetarium"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.stellarium.org/"
|
homepage="http://www.stellarium.org/"
|
||||||
distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
|
distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
|
||||||
checksum=38d34538f3dc87943bc2977aeb1c099339b0ea1da63a3565e36409e165e6536e
|
checksum=38d34538f3dc87943bc2977aeb1c099339b0ea1da63a3565e36409e165e6536e
|
||||||
|
|
||||||
|
stellarium-data_package() {
|
||||||
|
short_desc+=" - data files"
|
||||||
|
noarch=yes
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/share/stellarium
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue