diff options
author | Lev Babiev <harley@hosers.org> | 2024-06-23 09:18:46 +0100 |
---|---|---|
committer | Lev Babiev <harley@hosers.org> | 2024-06-23 09:19:14 +0100 |
commit | 9ce952631ce178aea45d071959cb47cbaf83d587 (patch) | |
tree | 27ec789b9e4b7f8d540e6f4105b2760191634524 /gui-apps | |
parent | app-crypt/pinentry-bemenu: drop 0.13.1 (diff) | |
download | guru-9ce952631ce178aea45d071959cb47cbaf83d587.tar.gz guru-9ce952631ce178aea45d071959cb47cbaf83d587.tar.bz2 guru-9ce952631ce178aea45d071959cb47cbaf83d587.zip |
sfwbar: correct KEYWORDS location, enable nm by default
Signed-off-by: Lev Babiev <harley@hosers.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild index 18edd91f0..8d80a326b 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 |