x11-misc/xtrlock - 2.15 (vayerx)

Search

Install

Install this version:

emerge -a =x11-misc/xtrlock-2.15

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

autounmask =x11-misc/xtrlock-2.15

Or alternatively:

emerge --autounmask-write -a =x11-misc/xtrlock-2.15

Package Information

Description:
A simplistic screen locking program for X
Homepage:
http://ftp.debian.org/debian/pool/main/x/xtrlock/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.15 8 ~amd64 ~ppc ~x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit toolchain-funcs

DESCRIPTION="A simplistic screen locking program for X"
HOMEPAGE="http://ftp.debian.org/debian/pool/main/x/xtrlock/"
SRC_URI="mirror://debian/pool/main/x/${PN}/${P/-/_}.tar.xz"

SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="
	x11-libs/libX11
"
DEPEND="
	${RDEPEND}
	x11-base/xorg-proto
	x11-misc/imake
"

PATCHES=(
	${FILESDIR}/no-cursor-${PV}.patch
)

src_compile() {
	xmkmf || die
	emake CDEBUGFLAGS="${CFLAGS} -DSHADOW_PWD" CC="$(tc-getCC)" \
		EXTRA_LDOPTIONS="${LDFLAGS}" xtrlock
}

src_install() {
	dobin xtrlock
	chmod u+s "${D}"/usr/bin/xtrlock
	newman xtrlock.man xtrlock.1
	dodoc debian/changelog
}

Inherited Eclasses

Dependencies

DEPEND

	
	x11-libs/libX11

	x11-base/xorg-proto
	x11-misc/imake

RDEPEND

	x11-libs/libX11

Manifest for 2.15

Type File Size Source URLs
DIST xtrlock_2.15.tar.xz 21316 bytes mirror://debian/pool/main/x/xtrlock/xtrlock_2.15.tar.xz