From b24bd25253fe093f722ab576d29fdc41d04cb1ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Aug 2019 19:14:55 +0100 Subject: gentoo resync : 02.08.2019 --- x11-misc/i3lock/i3lock-2.12.ebuild | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 x11-misc/i3lock/i3lock-2.12.ebuild (limited to 'x11-misc/i3lock/i3lock-2.12.ebuild') diff --git a/x11-misc/i3lock/i3lock-2.12.ebuild b/x11-misc/i3lock/i3lock-2.12.ebuild new file mode 100644 index 000000000000..68246549d68d --- /dev/null +++ b/x11-misc/i3lock/i3lock-2.12.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools toolchain-funcs + +DESCRIPTION="Simple screen locker" +HOMEPAGE="https://i3wm.org/i3lock/" +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + >=x11-libs/libxkbcommon-0.5.0[X] + dev-libs/libev + virtual/pam + x11-libs/cairo[xcb] + x11-libs/libxcb[xkb] + x11-libs/xcb-util + x11-libs/xcb-util-xrm +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" +DOCS=( CHANGELOG README.md ) + +src_prepare() { + default + + echo ${PV} > I3LOCK_VERSION + + sed -i -e 's:login:system-auth:' pam/${PN} || die + + eautoreconf + + tc-export CC +} + +src_install() { + default + doman ${PN}.1 +} -- cgit v1.2.3