summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2021-02-27 19:15:18 +0300
committerAlexander Golubev <fatzer2@gmail.com>2021-02-27 19:15:18 +0300
commit048fff8a48b214ec3acf6f15140d12b1a8c772f1 (patch)
treea0a157ddcbae699112d116c4cba9e3e02e292e24
parentf2962b93feff1fc2f72a015fb5e13d8ad35580ae (diff)
downloadtde-packaging-gentoo-048fff8a48b214ec3acf6f15140d12b1a8c772f1.tar.gz
tde-packaging-gentoo-048fff8a48b214ec3acf6f15140d12b1a8c772f1.zip
trinity-base/kdesktop: fix FTBFS with USE=xscreensaver
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r--trinity-base/kdesktop/kdesktop-14.0.8.ebuild2
-rw-r--r--trinity-base/kdesktop/kdesktop-9999.ebuild2
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"