https://github.com/ibus/ibus/releases/tag/1.5.29https://github.com/ibus/ibus/releases/tag/1.5.29-rc1
This release fixes build reproducibility with parallel `make`.
Changes:
- Adds libdbusmenu-gtk3 dependency, now required for appindicator support
- Adds workaround for interaction between `AX_PROG_{CC,CXX}` autoconf
macro and unwrapped GCC binaries
- Patches generated version number to remove incorrect `-rcX` suffix
- Removes upstreamed patches, rebases `build-without-dbus-launch.patch`
- Enables Wayland by default to match upstream behavior
Patch the build script so that it does not attempt to start D-Bus.
ibus attempted to start D-Bus using `dbus-launch` in order to process GSettings
schemas. This will fail in the sandbox, but it turns out that we don't need it
anyway!