From 311d77c76fdb106bd326ee1e3701425ba62ef09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 25 Jun 2024 20:49:37 +0700 Subject: [PATCH] qt6-wayland: restructure private development files --- srcpkgs/qt6-wayland/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/qt6-wayland/template b/srcpkgs/qt6-wayland/template index 1abb9396baf..ed5fbfa00b4 100644 --- a/srcpkgs/qt6-wayland/template +++ b/srcpkgs/qt6-wayland/template @@ -1,7 +1,7 @@ # Template file for 'qt6-wayland' pkgname=qt6-wayland version=6.7.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="qt6-base perl pkg-config wayland-devel qt6-declarative-host-tools" # XXX: Qml as optional dep @@ -48,6 +48,10 @@ qt6-wayland-private-devel_package() { vmove "usr/lib/qt6/metatypes/*private_*_metatypes.json" vmove "usr/lib/qt6/mkspecs/modules/*_private.pri" vmove "usr/lib/qt6/modules/*Private.json" + # Move back to ${sourcepkg}, in order to be moved to -devel + # base development expected to have those targets + mv ${PKGDESTDIR}/usr/lib/cmake/Qt6WaylandGlobalPrivate \ + ${DESTDIR}/usr/lib/cmake/ } }