gui-apps/wlogout - 1.1.1 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/wlogout-1.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/wlogout-1.1.1

Or alternatively:

emerge --autounmask-write -a =gui-apps/wlogout-1.1.1

Package Information

Description:
A wayland based logout menu
Homepage:
https://github.com/ArtsyMacaw/wlogout
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.1 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

USE Flags

Manage flags for this package: euse -i <flag> -p gui-apps/wlogout | euse -E <flag> -p gui-apps/wlogout | euse -D <flag> -p gui-apps/wlogout

Inherited Eclasses

Dependencies

DEPEND

x11-libs/gtk+[wayland(-)]
		dev-libs/gobject-introspection
		doc? ( app-text/scdoc )
		layershell? ( gui-libs/gtk-layer-shell )

RDEPEND

x11-libs/gtk+[wayland(-)]
		dev-libs/gobject-introspection
		doc? ( app-text/scdoc )
		layershell? ( gui-libs/gtk-layer-shell )

Manifest for 1.1.1

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