diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2021-02-27 19:15:18 +0300 |
---|---|---|
committer | Alexander Golubev <fatzer2@gmail.com> | 2021-02-27 19:15:18 +0300 |
commit | 048fff8a48b214ec3acf6f15140d12b1a8c772f1 (patch) | |
tree | a0a157ddcbae699112d116c4cba9e3e02e292e24 /trinity-base/kdesktop | |
parent | f2962b93feff1fc2f72a015fb5e13d8ad35580ae (diff) | |
download | tde-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>
Diffstat (limited to 'trinity-base/kdesktop')
-rw-r--r-- | trinity-base/kdesktop/kdesktop-14.0.8.ebuild | 2 | ||||
-rw-r--r-- | 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" |