From 9ce952631ce178aea45d071959cb47cbaf83d587 Mon Sep 17 00:00:00 2001 From: Lev Babiev Date: Sun, 23 Jun 2024 09:18:46 +0100 Subject: [PATCH] sfwbar: correct KEYWORDS location, enable nm by default Signed-off-by: Lev Babiev --- gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild index 18edd91f0e..8d80a326b1 100644 --- a/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild +++ b/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild @@ -8,10 +8,11 @@ inherit meson xdg DESCRIPTION="S* Floating Window Bar" HOMEPAGE="https://github.com/LBCrion/sfwbar" SRC_URI="https://github.com/LBCrion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="GPL-3" SLOT="0" +KEYWORDS="~amd64" + IUSE="X mpd pulseaudio alsa" COMMON_DEPEND=" @@ -44,6 +45,7 @@ src_configure() { -Dbluez=enabled -Dbsdctl=disabled -Diwd=enabled + -Dnm=enabled ) meson_src_configure