mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
qt6-charts: update to 6.4.2.
This commit is contained in:
parent
3c8575ce4a
commit
cfba0c669b
1 changed files with 7 additions and 3 deletions
|
@ -1,21 +1,25 @@
|
|||
# Template file for 'qt6-charts'
|
||||
pkgname=qt6-charts
|
||||
version=6.4.0
|
||||
version=6.4.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl qt6-declarative-devel"
|
||||
hostmakedepends="perl qt6-declarative-host-tools"
|
||||
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=28c3cace24515bdafe762174272281aebc97c136cb722eded964cd0ddb3940d3
|
||||
checksum=a1a7c0e08c8870cf97d1c3a2eb3f37681aaed00a63b5b2f70bdf2da878d0a9aa
|
||||
|
||||
pre_check() {
|
||||
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/tests
|
||||
}
|
||||
|
||||
qt6-charts-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue