mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
ed3dad0521
commit
5990999c7a
@ -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"
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user