mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-07 14:41:39 +01:00
community/qt6-qtdeclarative: add dependency on qt6-qtbase-private-dev to -private-dev subpackage
This commit is contained in:
parent
78ad5aa2d7
commit
6e67c6ef98
@ -3,7 +3,7 @@
|
||||
maintainer="Bart Ribbers <bribbers@disroot.org>"
|
||||
pkgname=qt6-qtdeclarative
|
||||
pkgver=6.8.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Classes for QML and JavaScript languages"
|
||||
url="https://qt.io/"
|
||||
# armhf is utterly broken, https://bugreports.qt.io/browse/QTBUG-65246
|
||||
@ -79,6 +79,8 @@ dev() {
|
||||
}
|
||||
|
||||
private_dev() {
|
||||
depends="qt6-qtbase-private-dev"
|
||||
|
||||
local file; find "$pkgdir"/usr/include -type d -name private | while read -r file; do
|
||||
amove "${file#"$pkgdir"}"
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user