There is an updated pull request by kedodrill against master on the void-packages repository https://github.com/kedodrill/void-packages trenchbroom https://github.com/void-linux/void-packages/pull/33354 [WIP] New package: TrenchBroom-2021.1 https://github.com/TrenchBroom/TrenchBroom #### General - [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR - [x] I built this PR locally for my native architecture, x86_64 - [x] I built this PR locally for these architectures (if supported. mark crossbuilds): - [x] x86_64-musl - failed, added patch and needed `libexecinfo` - still getting errors about backtrace and backtrace_symbols not being defined, not sure exactly what to do about it. - [x] armv7l - failed, see [here](https://github.com/TrenchBroom/TrenchBroom/issues/3651) afaik ARM is not supported because of this, but I'm not 100% sure. The error in the builder makes me think a lib is missing, but if that issue is correct - even if we get it working, I don't think the program loads correctly because of shader issues. - [x] i686 - success - [x] i686 (crossbuild) - failed, `CMake Error: AUTOMOC for target common: Test run of "moc" executable "/usr/i686-pc-linux-gnu/usr/lib/qt5/bin/moc" failed.` See readme, TB will crash on wayland if `QT_QPA_PLATFORM` is set to `wayland`. Closes https://github.com/void-linux/void-packages/issues/31317 A patch file from https://github.com/void-linux/void-packages/pull/33354.patch is attached