tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lang/qt6-declarative: missing pattern in buildlink3.mk



Hello,

I think there is a small issue in the lang/qt6-declarative package, in the buildlink3.mk file — specifically in the list of BUILDLINK_FILES.

Currently, it looks like this:

BUILDLINK_FILES.qt6-qtdeclarative+=     qt6/metatypes/*
BUILDLINK_FILES.qt6-qtdeclarative+=     qt6/qml/*
BUILDLINK_FILES.qt6-qtdeclarative+=     qt6/qml/*/*
BUILDLINK_FILES.qt6-qtdeclarative+=     qt6/qml/*/*/*
BUILDLINK_FILES.qt6-qtdeclarative+=     qt6/qml/*/*/*/*/*
BUILDLINK_FILES.qt6-qtdeclarative+=     qt6/qml/*/*/*/*/*/*
BUILDLINK_FILES.qt6-qtdeclarative+=     qt6/qml/*/*/*/*/*/.qt/*/*

It seems one nesting level is missing here — qt6/qml/*/*/*/*

Without it, some *.qml files are not linked into .buildlink, for example:

qt6/qml/QtQuick/Controls/Fusion/*.qml

Adding this missing pattern fixes the issue.


--
Best regards,
Stepan

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature



Home | Main Index | Thread Index | Old Index