From 048fff8a48b214ec3acf6f15140d12b1a8c772f1 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Sat, 27 Feb 2021 19:15:18 +0300 Subject: [PATCH] trinity-base/kdesktop: fix FTBFS with USE=xscreensaver Signed-off-by: Alexander Golubev --- trinity-base/kdesktop/kdesktop-14.0.8.ebuild | 2 +- trinity-base/kdesktop/kdesktop-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trinity-base/kdesktop/kdesktop-14.0.8.ebuild b/trinity-base/kdesktop/kdesktop-14.0.8.ebuild index 8b60b210..fa1e5ac6 100644 --- a/trinity-base/kdesktop/kdesktop-14.0.8.ebuild +++ b/trinity-base/kdesktop/kdesktop-14.0.8.ebuild @@ -28,7 +28,7 @@ RDEPEND="${COMMON_DEPEND} ~trinity-base/konqueror-${PV} pam? ( trinity-base/tdebase-pam )" -TSM_EXTRACT_ALSO="kcheckpass/" +TSM_EXTRACT_ALSO="kcheckpass/ FindXscreensaver.cmake" src_configure() { mycmakeargs=( diff --git a/trinity-base/kdesktop/kdesktop-9999.ebuild b/trinity-base/kdesktop/kdesktop-9999.ebuild index 9bbb1927..68f5124c 100644 --- a/trinity-base/kdesktop/kdesktop-9999.ebuild +++ b/trinity-base/kdesktop/kdesktop-9999.ebuild @@ -5,7 +5,7 @@ EAPI="7" TRINITY_MODULE_NAME="tdebase" -TSM_EXTRACT_ALSO="kcheckpass/ translations/" +TSM_EXTRACT_ALSO="kcheckpass/ translations/ FindXscreensaver.cmake" inherit trinity-meta-2 DESCRIPTION="The part of TDE UI that handles icons, desktop, screensaver etc"