From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- .../unclutter-xfixes/unclutter-xfixes-1.6.ebuild | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 x11-misc/unclutter-xfixes/unclutter-xfixes-1.6.ebuild (limited to 'x11-misc/unclutter-xfixes/unclutter-xfixes-1.6.ebuild') diff --git a/x11-misc/unclutter-xfixes/unclutter-xfixes-1.6.ebuild b/x11-misc/unclutter-xfixes/unclutter-xfixes-1.6.ebuild new file mode 100644 index 000000000000..72b8c10b9675 --- /dev/null +++ b/x11-misc/unclutter-xfixes/unclutter-xfixes-1.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Hides mouse pointer while not in use (rewrite of unclutter)" +HOMEPAGE="https://github.com/Airblader/unclutter-xfixes" +SRC_URI="https://github.com/Airblader/unclutter-xfixes/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/libev + x11-libs/libX11 + x11-libs/libXfixes + x11-libs/libXi + !x11-misc/unclutter" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto" +BDEPEND=" + app-text/asciidoc + virtual/pkgconfig" + +src_compile() { + emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" +} + +src_install() { + dobin unclutter + newman man/${PN}.1 unclutter.1 + einstalldocs +} -- cgit v1.2.3