From 13f3b6432f125802f4fee3827d2b0e882a0a8dfe Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 8 Jan 2020 19:09:38 +0100 Subject: Live ebuilds: Port to EAPI7 and cleanup - Round 3. This time: kpager, krootbacking, ksplashml, kstart, ksystraycmd, kxkb, nsplugins, tdebase-starttde, tdedebugdialog, tdeeject, tdepasswd, tdeprint, tdescreensaver, tdesu and tqt3integration Signed-off-by: Chris --- trinity-base/ksplashml/ksplashml-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'trinity-base/ksplashml') diff --git a/trinity-base/ksplashml/ksplashml-9999.ebuild b/trinity-base/ksplashml/ksplashml-9999.ebuild index ea3bd4e3..9aa49363 100644 --- a/trinity-base/ksplashml/ksplashml-9999.ebuild +++ b/trinity-base/ksplashml/ksplashml-9999.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="7" TRINITY_MODULE_NAME="tdebase" -inherit trinity-meta +inherit trinity-meta-2 DESCRIPTION="Trinity splashscreen framework (of Trinity itself, not of individual apps)" -KEYWORDS= + IUSE="xinerama" DEPEND="x11-libs/libXcursor @@ -16,8 +17,8 @@ RDEPEND="$DEPEND" src_configure() { mycmakeargs=( - $(cmake-utils_use_with xinerama XINERAMA) + -DWITH_XINERAMA="$(usex xinerama)" ) - trinity-meta_src_configure + trinity-meta-2_src_configure } -- cgit v1.2.1