Accepting request 1093765 from home:apappas:branches:X11:Wayland

Related to https://github.com/openSUSE/openSUSEway/issues/105 and https://github.com/openSUSE/openSUSEway/pull/118

Waybar depends on FontAwesome to display some symbols like the battery indicator. If fontawesome-fonts is not installed, it will revert to whatever font has glyphs in that Unicode page, which in most systems is a Chinese font.

This adds the fontawesome-fonts as a Recommends.

OBS-URL: https://build.opensuse.org/request/show/1093765
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=107
This commit is contained in:
Filippo Bonazzi 2023-06-19 11:33:14 +00:00 committed by Git OBS Bridge
parent aed26bb5a5
commit 5ad6f77b29

View File

@ -74,6 +74,8 @@ BuildRequires: pkgconfig(xkbregistry)
Requires: %{name}-branding
# optional: sway integration
Recommends: sway
# Default configurations require Fontawesome 6
Recommends: fontawesome-fonts
%description
A customizable Wayland bar for Sway and Wlroots based compositors.