i3lock-color-9999gentoo-zh
download
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 autotools
DESCRIPTION="An improved i3lock"
HOMEPAGE="https://github.com/Raymo111/i3lock-color"
EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git"
LICENSE="BSD"
SLOT="0"
RDEPEND="x11-libs/libxcb[xkb]
x11-libs/xcb-util
x11-libs/cairo[X]
x11-libs/libxkbcommon[X]
!x11-misc/i3lock"
DEPEND="${RDEPEND}"
src_prepare() {
default
eautoreconf
}