mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
qt6-virtualkeyboard: update to 6.5.0.
This commit is contained in:
parent
88a3b2783c
commit
b5ce40ac7c
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qt6-virtualkeyboard'
|
||||
pkgname=qt6-virtualkeyboard
|
||||
version=6.4.2
|
||||
version=6.5.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl pkg-config qt6-declarative-host-tools"
|
||||
|
@ -10,7 +10,7 @@ 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=9c3c830f6e17896efaca5fdc7c191088eedd70b07490b38835856579346a4f28
|
||||
checksum=7b45de78240817e9f4b57af821e4781655463a4f5f396bbc5df0580a7d2a0fa7
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args="-DQT_BUILD_TESTS=ON"
|
||||
|
@ -34,11 +34,11 @@ qt6-virtualkeyboard-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/metatypes
|
||||
vmove usr/lib/qt6/metatypes
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
vmove usr/share/qt6/modules
|
||||
vmove usr/lib/qt6/modules
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue