New package: qt6-charts-6.1.0

This commit is contained in:
John 2021-05-01 11:57:02 +02:00 committed by John Zimmermann
parent b28fed41e9
commit b08763d5a1
3 changed files with 29 additions and 0 deletions

View File

@ -2038,6 +2038,7 @@ libQt63DAnimation.so.6 qt6-3d-6.1.0rc2_1
libQt63DQuickExtras.so.6 qt6-3d-6.1.0rc2_1
libQt63DInput.so.6 qt6-3d-6.1.0rc2_1
libQt63DQuick.so.6 qt6-3d-6.1.0rc2_1
libQt6Charts.so.6 qt6-charts-6.1.0rc2_1
libnpth.so.0 npth-1.1_1
libnpupnp.so.4 libnpupnp-4.0.2_1
libglfw.so.3 glfw-3.0.4_1

1
srcpkgs/qt6-charts-devel Symbolic link
View File

@ -0,0 +1 @@
qt6-charts

View File

@ -0,0 +1,27 @@
# Template file for 'qt6-charts'
pkgname=qt6-charts
version=6.1.0
revision=1
wrksrc="qtcharts-everywhere-src-${version}"
build_style=cmake
configure_args="-DQT_HOST_PATH=/usr"
hostmakedepends="perl qt6-declarative-devel"
makedepends="qt6-declarative-devel"
short_desc="Cross-platform application and UI framework - charts"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtcharts-everywhere-src-${version}.tar.xz"
checksum=8f70dc54b3f29eed91cf207db4185cef25f3d0bbc479059725c75c1895cddfcd
qt6-charts-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt6/mkspecs
vmove "usr/lib/*.so"
vmove "usr/lib/*.prl"
}
}