From bea4b1d209293af1e29d548438aa2947d9a2b25f Mon Sep 17 00:00:00 2001 From: "E. Liddell" Date: Sun, 23 Feb 2020 17:02:25 -0500 Subject: stable ebuilds round 2--rebase and manifests Signed-off-by: E. Liddell --- trinity-base/khotkeys/khotkeys-14.0.6.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 trinity-base/khotkeys/khotkeys-14.0.6.ebuild (limited to 'trinity-base/khotkeys/khotkeys-14.0.6.ebuild') diff --git a/trinity-base/khotkeys/khotkeys-14.0.6.ebuild b/trinity-base/khotkeys/khotkeys-14.0.6.ebuild new file mode 100644 index 00000000..59aeda3c --- /dev/null +++ b/trinity-base/khotkeys/khotkeys-14.0.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="7" +TRINITY_MODULE_NAME="tdebase" + +inherit trinity-meta-2 + +need-arts optional + +DESCRIPTION="Trinity hotkey daemon" +KEYWORDS="~amd64 ~x86" + +DEPEND+=" x11-libs/libXtst" +RDEPEND+=" x11-libs/libXtst" + +src_configure() { + mycmakeargs=( + -DWITH_XTEST=ON + ) + + trinity-meta-2_src_configure +} -- cgit v1.2.1