mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-wayland: update to 6.4.2.
This commit is contained in:
parent
8d340daa72
commit
cbbd500360
2 changed files with 17 additions and 6 deletions
1
srcpkgs/qt6-wayland-tools
Symbolic link
1
srcpkgs/qt6-wayland-tools
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
qt6-wayland
|
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'qt6-wayland'
|
# Template file for 'qt6-wayland'
|
||||||
pkgname=qt6-wayland
|
pkgname=qt6-wayland
|
||||||
version=6.4.0
|
version=6.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="qt6-base-devel perl pkg-config wayland-devel
|
hostmakedepends="qt6-base perl pkg-config wayland-devel qt6-declarative-host-tools"
|
||||||
qt6-declarative-devel"
|
|
||||||
# XXX: Qml as optional dep
|
# XXX: Qml as optional dep
|
||||||
makedepends="qt6-base-devel wayland-devel libxkbcommon-devel
|
makedepends="qt6-base-devel wayland-devel libxkbcommon-devel
|
||||||
qt6-declarative-devel
|
qt6-declarative-devel
|
||||||
|
@ -15,11 +14,13 @@ 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"
|
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"
|
homepage="https://www.qt.io"
|
||||||
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwayland-everywhere-src-${version}.tar.xz"
|
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwayland-everywhere-src-${version}.tar.xz"
|
||||||
checksum=f08ba8e14fbec34d57332ad897c5a9150453ed07a611abb18c89c6cc5e5b62fc
|
checksum=24cf1a0af751ab1637b4815d5c5f3704483d5fa7bedbd3519e6fc020d8be135f
|
||||||
|
|
||||||
|
subpackages="qt6-wayland-tools qt6-wayland-devel"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
|
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
|
||||||
hostmakedepends+=" qt6-wayland-devel"
|
hostmakedepends+=" qt6-wayland-tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
@ -27,8 +28,17 @@ do_check() {
|
||||||
dbus-run-session ctest -E 'tst_seatv4'
|
dbus-run-session ctest -E 'tst_seatv4'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
qt6-wayland-tools_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - Tools"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/qt6/libexec
|
||||||
|
vmove "usr/lib/cmake/*Tools"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
qt6-wayland-devel_package() {
|
qt6-wayland-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1"
|
depends="qt6-wayland-tools>=${version}_${revision} qt6-base-devel>=${version}_1"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue