mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
qt6-wayland: update to 6.3.1.
This commit is contained in:
parent
11744c008b
commit
f581f3531f
1 changed files with 11 additions and 7 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'qt6-wayland'
|
||||
pkgname=qt6-wayland
|
||||
version=6.3.0
|
||||
version=6.3.1
|
||||
revision=1
|
||||
wrksrc="qtwayland-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_HOST_PATH=/usr -DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
|
||||
hostmakedepends="qt6-base-devel perl pkg-config wayland-devel qt6-wayland-devel"
|
||||
hostmakedepends="qt6-base-devel perl pkg-config wayland-devel
|
||||
qt6-declarative-devel"
|
||||
# XXX: Qml as optional dep
|
||||
makedepends="qt6-base-devel wayland-devel libxkbcommon-devel
|
||||
qt6-declarative-devel
|
||||
libXcomposite-devel MesaLib-devel Vulkan-Headers libdrm-devel"
|
||||
checkdepends="dbus mesa-dri"
|
||||
short_desc="Cross-platform application and UI framework - Wayland"
|
||||
|
@ -15,10 +16,11 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
||||
homepage="https://www.qt.io"
|
||||
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwayland-everywhere-src-${version}.tar.xz"
|
||||
checksum=e7b567f6e43ffc5918d4aa825ce1eced66a00cb0a87133b2912ba5c1b2a02190
|
||||
checksum=6f14fea2d172a5b4170be3efcb0e58535f6605b61bcd823f6d5c9d165bb8c0f0
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
|
||||
hostmakedepends+=" qt6-wayland-devel"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
|
@ -32,9 +34,11 @@ qt6-wayland-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/qt6/libexec/qtwaylandscanner
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
vmove usr/share/qt6/modules
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue