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/twin/twin-14.0.6.ebuild | 48 ++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 trinity-base/twin/twin-14.0.6.ebuild (limited to 'trinity-base/twin/twin-14.0.6.ebuild') diff --git a/trinity-base/twin/twin-14.0.6.ebuild b/trinity-base/twin/twin-14.0.6.ebuild new file mode 100644 index 00000000..e12174ce --- /dev/null +++ b/trinity-base/twin/twin-14.0.6.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2016 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="7" +TRINITY_MODULE_NAME="tdebase" + +inherit trinity-meta-2 eutils + +DESCRIPTION="Trinity window manager" +KEYWORDS="~amd64 ~x86" +IUSE="xcomposite xrandr xinerama +libconfig +pcre opengl" + +DEPEND="x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrender + xcomposite? ( x11-libs/libXcomposite ) + xinerama? ( x11-base/xorg-proto ) + xrandr? ( x11-libs/libXrandr ) + libconfig? ( dev-libs/libconfig ) + opengl? ( virtual/opengl ) + pcre? ( dev-libs/libpcre[jit] )" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + -DWITH_XCOMPOSITE="$(usex xcomposite)" + -DWITH_XFIXES="$(usex xcomposite)" + -DWITH_XRENDER="$(usex xcomposite)" + -DWITH_XRANDR="$(usex xrandr)" + -DWITH_LIBCONFIG="$(usex libconfig)" + -DWITH_PCRE="$(usex pcre)" + -DWITH_XINERAMA="$(usex xinerama)" + ) + + trinity-meta-2_src_configure +} + +pkg_postinst() { + if ! use xcomposite; then + for flag in xrandr xinerama libconfig pcre opengl; do + use $flag && \ + ewarn "USE=\"$flag\" is passed, but it doesn't change anything due to" && \ + ewarn "$flag support in ${P} take effect only if composite is enabled." + done + + fi +} -- cgit v1.2.1