diff options
author | Alexander Golubev <[email protected]> | 2021-02-27 19:15:18 +0300 |
---|---|---|
committer | Alexander Golubev <[email protected]> | 2021-02-27 19:15:18 +0300 |
commit | 048fff8a48b214ec3acf6f15140d12b1a8c772f1 (patch) | |
tree | a0a157ddcbae699112d116c4cba9e3e02e292e24 /trinity-base/kdesktop/kdesktop-9999.ebuild | |
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 <[email protected]>
Diffstat (limited to 'trinity-base/kdesktop/kdesktop-9999.ebuild')
-rw-r--r-- | trinity-base/kdesktop/kdesktop-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |