There is an updated pull request by dashezup against master on the void-packages repository https://github.com/dashezup/void-packages libxkbcommon-1.0.1 https://github.com/void-linux/void-packages/pull/25134 libxkbcommon: update to 1.0.1. btw I saw this and added libxkbregistry.so.0 to shlibs `=> WARNING: libxkbcommon-1.0.1_1: libxkbregistry.so.0 not found in common/shlibs!` Questions: 1. Are those shlibs usually added when there are new ones are found like this, or add only when it's actually needed? 2. Should I add `shlib_provides="libxkbcommon.so.0 libxkbregistry.so.0"` and `shlib_provides="libxkbcommon-x11.so.0"` to package template? I also added it for now, ask me to remove them if it's not supposed to be added A patch file from https://github.com/void-linux/void-packages/pull/25134.patch is attached