There is a new pull request by melroy89 against master on the void-packages repository https://github.com/melroy89/void-packages add_winegui https://github.com/void-linux/void-packages/pull/48642 New package: winegui-2.3.5 Introducing WineGUI package. At last, a user-friendly Wine graphical interface. I'm the developer of [WineGUI](https://gitlab.melroy.org/melroy/winegui). #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** The x86_64 build went fine. I also tested the WineGUI application itself, running on Void Linux. I did notice that wine-32bit was missing as well. But multilib can't be added as depends too bad! Hence I added a `README.voidlinux`, just like the Steam package. However, I hope there will be a **better solution** in the neat future. I also tried `armv6l` and `armv7l` cross-builds, but this seems to fail on wine? That is too bad. ```sh => wine-9.1_1: the following build options are set: mingw: Use the MinGW cross compiler to build WinPE DLLs (ON) xshm: Enable support for the X Shared Memory Extension (ON) staging: Apply the wine-staging patchset (OFF) => ERROR: wine-9.1_1: this package cannot be built for armv6l. ``` #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) -> OK - I tried to build this PR locally for these architectures, but failed...: - armv7l - armv6l A patch file from https://github.com/void-linux/void-packages/pull/48642.patch is attached