| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.1 | 8 | ~amd64 ~x86 | 0 |
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="A wayland based logout menu"
HOMEPAGE="https://github.com/ArtsyMacaw/wlogout"
SRC_URI="https://github.com/ArtsyMacaw/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="layershell doc bash-completions fish-completions zsh-completions"
DEPEND="x11-libs/gtk+[wayland(-)]
dev-libs/gobject-introspection
doc? ( app-text/scdoc )
layershell? ( gui-libs/gtk-layer-shell )"
RDEPEND="${DEPEND}"
src_configure() {
local emesonargs=(
$(meson_feature doc man-pages)
$(meson_use bash-completions)
$(meson_use fish-completions)
$(meson_use zsh-completions)
)
meson_src_configure
}
src_compile() {
meson_src_compile
}
src_install() {
meson_src_install
}
x11-libs/gtk+[wayland(-)] dev-libs/gobject-introspection doc? ( app-text/scdoc ) layershell? ( gui-libs/gtk-layer-shell )
x11-libs/gtk+[wayland(-)] dev-libs/gobject-introspection doc? ( app-text/scdoc ) layershell? ( gui-libs/gtk-layer-shell )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wlogout-1.1.1.tar.gz | 540189 bytes | https://github.com/ArtsyMacaw/wlogout/archive/refs/tags/1.1.1.tar.gz |