gui-apps/gtklock - 4.0.0 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/gtklock-4.0.0

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

autounmask =gui-apps/gtklock-4.0.0

Or alternatively:

emerge --autounmask-write -a =gui-apps/gtklock-4.0.0

Package Information

Description:
GTK-based lockscreen for Wayland
Homepage:
https://github.com/jovanlanik/gtklock
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
4.0.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="GTK-based lockscreen for Wayland"
HOMEPAGE="https://github.com/jovanlanik/gtklock"
SRC_URI="https://github.com/jovanlanik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

IUSE="man"
RDEPEND="
	dev-libs/glib
	sys-libs/pam
	x11-libs/gtk+:3[wayland]
	gui-libs/gtk-session-lock
"
DEPEND="${RDEPEND}"
BDEPEND="
	virtual/pkgconfig
	dev-build/meson
	man? ( app-text/scdoc )
"

src_configure() {
	local emesonargs=(
			$(meson_feature man man-pages)
	)
	meson_src_configure
}

USE Flags

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

Global/Standard Flags

man

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/glib
	sys-libs/pam
	x11-libs/gtk+:3[wayland]
	gui-libs/gtk-session-lock

RDEPEND

	dev-libs/glib
	sys-libs/pam
	x11-libs/gtk+:3[wayland]
	gui-libs/gtk-session-lock

BDEPEND

	virtual/pkgconfig
	dev-build/meson
	man? ( app-text/scdoc )

Manifest for 4.0.0

Type File Size Source URLs
DIST gtklock-4.0.0.tar.gz 57368 bytes https://github.com/jovanlanik/gtklock/archive/v4.0.0.tar.gz