Skip to content

Commit

Permalink
sfwbar: correct KEYWORDS location, enable nm by default
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Babiev <harley@hosers.org>
  • Loading branch information
LBCrion committed Jun 23, 2024
1 parent e1cb8de commit 9ce9526
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down Expand Up @@ -44,6 +45,7 @@ src_configure() {
-Dbluez=enabled
-Dbsdctl=disabled
-Diwd=enabled
-Dnm=enabled
)

meson_src_configure
Expand Down

0 comments on commit 9ce9526

Please sign in to comment.