%global commit 7fe4c6316cb69ff7d8cf1b98ece4695d42785e2a Name: wofi-emoji Version: 1.1.0 Release: 2%{?dist} Summary: Emoji picker for Wayland using wofi and wl-clipboard License: MIT URL: https://github.com/Zeioth/wofi-emoji Source0: %{url}/archive/%{commit}/wofi-emoji-%{commit}.tar.gz Source1: https://raw.githubusercontent.com/muan/emojilib/v4.0.0/dist/emoji-en-US.json Patch0: local-emoji-list.patch BuildRequires: curl BuildRequires: sed BuildRequires: jq BuildRequires: bash Requires: bash Requires: wofi Requires: wtype Requires: wl-clipboard BuildArch: noarch %description Simple emoji selector for Wayland using wofi that relies on wtype and wl-clipboard. %prep %autosetup -p1 -n %{name}-%{commit} cp -v %{SOURCE1} emoji-en-US.json %build bash -x -e -o pipefail build.sh %install install -m 0755 -D -v wofi-emoji %{buildroot}%{_bindir}/wofi-emoji %files %license LICENSE %doc README.md %{_bindir}/wofi-emoji %changelog * Thu Feb 19 2026 Juraj Marcin - 1.1.0-2 - Use local emoji list - Run build with -x -e -o pipefail * Tue Dec 10 2024 Juraj Marcin - 1.1.0-1 - Update to 1.1.0 * Thu Jul 25 2024 Juraj Marcin - 1.0.0-1 - Initial release