mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-virtualkeyboard: update to 6.4.2.
This commit is contained in:
parent
cbbd500360
commit
ace79f7deb
1 changed files with 7 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'qt6-virtualkeyboard'
|
# Template file for 'qt6-virtualkeyboard'
|
||||||
pkgname=qt6-virtualkeyboard
|
pkgname=qt6-virtualkeyboard
|
||||||
version=6.4.0
|
version=6.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
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"
|
makedepends="qt6-declarative-devel qt6-svg-devel hunspell-devel"
|
||||||
short_desc="Cross-platform application and UI framework - virtualkeyboard"
|
short_desc="Cross-platform application and UI framework - virtualkeyboard"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtvirtualkeyboard-everywhere-src-${version}.tar.xz"
|
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
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args="-DQT_BUILD_TESTS=ON"
|
configure_args="-DQT_BUILD_TESTS=ON"
|
||||||
|
@ -24,6 +24,10 @@ do_check() {
|
||||||
# inputpanel hangs
|
# inputpanel hangs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/tests
|
||||||
|
}
|
||||||
|
|
||||||
qt6-virtualkeyboard-devel_package() {
|
qt6-virtualkeyboard-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} $makedepends"
|
depends="${sourcepkg}>=${version}_${revision} $makedepends"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue