New comment by not-chicken on void-packages repository https://github.com/void-linux/void-packages/pull/20821#issuecomment-612574251 Comment: > > ... detected by xbps-src as runtime deps, qt5-svg is not. > > Why? Kindd links with the shlibs, aka shared libraries provided by the other two packages, so xbps-src detects that those packages must be installed to load those libraries at runtime. It doesn't need to link against any of `qt5-svg` shlibs but uses the package to render the svg icons. So you have to mention it as a runtime dependency. @LinArcX You can check it via build output. ![rundep](https://user-images.githubusercontent.com/50471800/79063566-1e2c3480-7cc0-11ea-9c99-602e1d3ce87f.png)