qt6-virtualkeyboard: update to 6.4.2.

This commit is contained in:
Đoàn Trần Công Danh 2023-02-18 09:38:56 +07:00
parent cbbd500360
commit ace79f7deb

View file

@ -1,16 +1,16 @@
# Template file for 'qt6-virtualkeyboard'
pkgname=qt6-virtualkeyboard
version=6.4.0
version=6.4.2
revision=1
build_style=cmake
hostmakedepends="perl pkg-config qt6-declarative-devel"
hostmakedepends="perl pkg-config qt6-declarative-host-tools"
makedepends="qt6-declarative-devel qt6-svg-devel hunspell-devel"
short_desc="Cross-platform application and UI framework - virtualkeyboard"
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/qtvirtualkeyboard-everywhere-src-${version}.tar.xz"
checksum=25ab09aba2afb001cbedd7ff16f874d0ef8c3e031d0b620baa754d490fa3fd20
checksum=9c3c830f6e17896efaca5fdc7c191088eedd70b07490b38835856579346a4f28
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args="-DQT_BUILD_TESTS=ON"
@ -24,6 +24,10 @@ do_check() {
# inputpanel hangs
}
post_install() {
rm -rf ${DESTDIR}/usr/tests
}
qt6-virtualkeyboard-devel_package() {
depends="${sourcepkg}>=${version}_${revision} $makedepends"
short_desc+=" - development files"