New comment by 0x5c on void-packages repository https://github.com/void-linux/void-packages/pull/35604#issuecomment-1055863845 Comment: > Adding a dependency on void-artwork. This could be worked around by including the logo file directly in the runit-void, though that has its own downsides (e.g. duplicate files in two different packages, and two different installed locations). `runit-void` is a dependency of `base-minimal`, while `void-artwork` is only a dependency of `base-system`, so there should be no dependency from `runit-void` to `void-artwork`. This will not cause a problem on systems that don't have the artwork since the Icon Theme Spec is clear that applications looking for the icon should be ready for it to not exist, and either show a default icon or display no icon (as appropriate). The actual icon could even be added to `void-artwork` in a separate PR without breakage.