There is an updated pull request by metaleap against master on the void-packages repository https://github.com/go-forks/void-packages master https://github.com/void-linux/void-packages/pull/47595 SFML: update to 2.6.1 First-time contribution attempt. Previous version 2.5.1 in `void-packages` is over 5 years old. This one is very recent from 30th October. #### Removed 1 patch: No longer needed, the fix is already in the 2.6.1 sources. #### Testing the changes I tested the changes in this PR: **briefly**. - Compiled / built, - installed, - did pre-install hooks, - then `pkg_install` step complains: `cannot stat '/destdir//SFML-2.6.1/usr/share/SFML': No such file or directory` — - looks like a borked path to me with the // - the only `-- Installing: /destdir/SFML-2.6.1/usr/share/...` steps were for `doc/*`. - **Could someone more-experienced in all this** teach me (verbally or in commit =) what's missing here? #### Local build testing - I built this PR locally for my native architecture, x86_64-glibc. A patch file from https://github.com/void-linux/void-packages/pull/47595.patch is attached