gui-apps/waybar: add fontawesome optfeature

Signed-off-by: ProMix0 <misha.zavertkin@mail.ru>
Part-of: https://github.com/gentoo/gentoo/pull/42136
Closes: https://github.com/gentoo/gentoo/pull/42136
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
ProMix0 2025-07-16 21:50:53 +07:00 committed by Viorel Munteanu
parent ed3dad0521
commit 5990999c7a
No known key found for this signature in database
GPG Key ID: 0CE5A97D9310DAB0
2 changed files with 11 additions and 3 deletions

View File

@ -3,7 +3,7 @@
EAPI=8
inherit meson
inherit meson optfeature
DESCRIPTION="Highly customizable Wayland bar for Sway and Wlroots based compositors"
HOMEPAGE="https://github.com/Alexays/Waybar"
@ -99,3 +99,7 @@ src_configure() {
)
meson_src_configure
}
pkg_postinst() {
optfeature "default icons support" "media-fonts/fontawesome"
}

View File

@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
inherit meson optfeature
DESCRIPTION="Highly customizable Wayland bar for Sway and Wlroots based compositors"
HOMEPAGE="https://github.com/Alexays/Waybar"
@ -99,3 +99,7 @@ src_configure() {
)
meson_src_configure
}
pkg_postinst() {
optfeature "default icons support" "media-fonts/fontawesome"
}