x11-misc/xss-lock - 9999 (booboo)

Search

Install

Install this version:

emerge -a =x11-misc/xss-lock-9999

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

autounmask =x11-misc/xss-lock-9999

Or alternatively:

emerge --autounmask-write -a =x11-misc/xss-lock-9999

Package Information

Description:
Use external locker as X screen saver.
Homepage:
https://bitbucket.org/raymonad/xss-lock
License:
MIT-with-advertising

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 cmake

DESCRIPTION="Use external locker as X screen saver."
HOMEPAGE="https://bitbucket.org/raymonad/xss-lock"
EGIT_REPO_URI="https://bitbucket.org/raymonad/xss-lock.git"

LICENSE="MIT-with-advertising"
SLOT="0"

RDEPEND="dev-libs/glib
	x11-libs/libxcb
	dev-python/docutils"

src_install() {
	cmake_src_install

	dodoc  "${D}"/usr/share/doc/xss-lock/*
	rm -rf "${D}/usr/share"/{doc/xss-lock,zsh}
}

Inherited Eclasses

Dependencies

RDEPEND

dev-libs/glib
	x11-libs/libxcb
	dev-python/docutils