Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei
2022-02-23 05:54:41 +01:00
parent 5a21b2b75d
commit d976b8fed0
2 changed files with 1 additions and 9 deletions

View File

@@ -14,10 +14,6 @@
<bugs-to>https://github.com/ErikReider/SwayNotificationCenter/issues</bugs-to>
</upstream>
<use>
<flag name="bash-completion">Install bash shell completions</flag>
<flag name="fish-completion">Install fish shell completions</flag>
<flag name="systemd">Install systemd user service unit</flag>
<flag name="scripting">Enable notification scripting</flag>
<flag name="zsh-completion">Install bash shell completions</flag>
</use>
</pkgmetadata>

View File

@@ -13,7 +13,7 @@ S="${WORKDIR}/SwayNotificationCenter-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bash-completion fish-completion scripting systemd zsh-completion"
IUSE="scripting"
DEPEND="
dev-libs/glib
@@ -34,11 +34,7 @@ BDEPEND="
src_configure() {
local emesonargs=(
$(meson_use bash-completion bash-completions)
$(meson_use fish-completion fish-completions)
$(meson_use scripting)
$(meson_use systemd systemd-service)
$(meson_use zsh-completion zsh-completions)
)
meson_src_configure
}