New comment by meator on void-packages repository https://github.com/void-linux/void-packages/pull/31937#issuecomment-879113669 Comment: It doesn't actually need any `.desktop` files in `/usr/share/applications`, it just needs the folder. Adding some packages with desktop files to `checkdepends` is not really necessary. Another solution would be to `mkdir -p /usr/share/applications` in `pre_check()`. What do you think?