https://github.com/Mange/rofi-emoji/releases/tag/v4.0.0
rofi-emoji now has two branches, one for the stable release of Rofi and
another for the unstable unreleased version of Rofi. A lot of Rofi forks
are based on this unstable branch, which causes some issues for users.
Having the latest release available should be helpful for those users.
The default named `rofi-emoji` version is version 3, which builds
against the current version of the `rofi` pkg.
The other version is exposed as `rofi-emoji-wayland` and is built with
version 4 against the `rofi-wayland` fork.
Other changes:
- Add Mange as maintainer.
- Update 3.4.0 to 3.4.1.
- Stop requiring xsel.
- Only require xclip with X11 support enabled.
- Only require wl-clipboard with Wayland support enabled.
When trying to insert an emoji, and error notification raises:
`Could not find any tool to handle insertion. Please install xdotool or wtype.`
This commit add those missing dependencies.
To control which of these tools should be installed (one is for x11 and the
other for wayland) 2 derivations arguments have been created: `x11Support` and
`waylandSupport` defaulting to `true`.