Re: Detect QML Dependencies

Bernhard Rosenkränzer bero at lindev.ch
Fri Mar 31 14:49:18 BST 2023


On Thursday, March 30, 2023 11:42 CEST, Sandro Knauß <bugs at sandroknauss.de> wrote:

> Hey,
> 
> in Debian we package more and more QML applications and face the problem, that 
> we don't have tooling to easily get a list of QML dependencies out of the qml 
> files.

Hi,
similar problem in OpenMandriva -- we've come up with this (still a bit of a work in progress):
https://github.com/OpenMandrivaAssociation/rpm-provreq-qml

Essentially qml.prov detects what QML modules are provided, qml.req detects which ones are required.

Both of them are run by rpm in the context of "find /DESTDIR |xargs qml.prov"

ttyl
bero



More information about the Distributions mailing list