mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
qt6-virtualkeyboard: update to 6.3.1.
This commit is contained in:
parent
68bc09534a
commit
11744c008b
1 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'qt6-virtualkeyboard'
|
||||
pkgname=qt6-virtualkeyboard
|
||||
version=6.3.0
|
||||
version=6.3.1
|
||||
revision=1
|
||||
wrksrc="qtvirtualkeyboard-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_HOST_PATH=/usr"
|
||||
hostmakedepends="perl pkg-config qt6-declarative-devel"
|
||||
makedepends="qt6-declarative-devel qt6-svg-devel hunspell-devel"
|
||||
short_desc="Cross-platform application and UI framework - virtualkeyboard"
|
||||
|
@ -12,10 +11,10 @@ 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=89aaf15acf5432af8f5cf4ec45cb32d87a3348906215dd56e81cb294eb276573
|
||||
checksum=5fe089b204d859ab0dd0169f811f2e30cae7c5cb36f8ab95ca36883f1fc0c2b8
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
||||
configure_args="-DQT_BUILD_TESTS=ON"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
|
@ -32,8 +31,11 @@ qt6-virtualkeyboard-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/metatypes
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
vmove usr/share/qt6/modules
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue