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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.0.0 | 8 | ~amd64 | 0 |
# 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
}
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
dev-libs/glib sys-libs/pam x11-libs/gtk+:3[wayland] gui-libs/gtk-session-lock
dev-libs/glib sys-libs/pam x11-libs/gtk+:3[wayland] gui-libs/gtk-session-lock
virtual/pkgconfig dev-build/meson man? ( app-text/scdoc )
| 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 |