mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/swaync: Fixing bug https://bugs.gentoo.org/833925
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user