There is a new pull request by tjk918 against master on the void-packages repository https://github.com/tjk918/tjk-void-packages master https://github.com/void-linux/void-packages/pull/32371 New package: libXft-bgra #### 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 #### Does it build and run successfully? (Please choose at least one native build and, if supported, at least one cross build. More are better.) - [x] I built this PR locally for my native architecture, (amd64-glibc) - [ ] I built this PR locally for these architectures (if supported. mark crossbuilds): - [ ] aarch64-musl - [ ] armv7l - [ ] armv6l-musl This is just a patched version of libXft that supports BGRA color glyphs and scaling (patch available from [here](https://gitlab.freedesktop.org/xorg/lib/libxft/-/merge_requests/1.patch)). I use st as my terminal emulator, and without this patched version of libXft, st will crash when displaying colored glyphs or emojis. I believe this also applies to dwm and possibly other software as well. Back when I used Arch, a similar package was available in the AUR; I've been unable to utilize emojis in my terminal on Void up until now, so having this is extremely nice. A patch file from https://github.com/void-linux/void-packages/pull/32371.patch is attached