26 lines
838 B
Bash
26 lines
838 B
Bash
# Template file for 'qt6-quicktimeline'
|
|
pkgname=qt6-quicktimeline
|
|
version=6.4.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="perl qt6-base-devel qt6-declarative-devel"
|
|
makedepends="qt6-base-devel qt6-declarative-devel"
|
|
short_desc="Cross-platform application and UI framework - quicktimeline"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://qt.io/"
|
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version/rc/-rc}/submodules/qtquicktimeline-everywhere-src-${version/rc/-rc}.tar.xz"
|
|
checksum=70e8a28b5310c42a8d50d949b55c1d7238cf52ea778f9bb2e254835a0e054f57
|
|
|
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
|
configure_args="-DQT_BUILD_TESTS=ON"
|
|
fi
|
|
|
|
pre_check() {
|
|
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
|
|
}
|
|
|
|
do_check() {
|
|
: # ignores QML2_IMPORT_PATH somewhere, misses test data in cwd
|
|
}
|