diff options
author | Chris <xchrisx@uber.space> | 2020-01-27 04:03:46 +0100 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-01-28 14:53:24 +0000 |
commit | c1a4b020090e57f7b507fb6a6a2c49a2341916e4 (patch) | |
tree | a5cdd97684f201e7b911fba496af235ed9289450 /trinity-base/kdesktop | |
parent | 5aaf5676215829b448b025f0fd9cbe4e28daae7f (diff) | |
download | tde-packaging-gentoo-c1a4b020090e57f7b507fb6a6a2c49a2341916e4.tar.gz tde-packaging-gentoo-c1a4b020090e57f7b507fb6a6a2c49a2341916e4.zip |
Live ebuilds: More overlay cleanup.
- Remove superflous files folders.
- Fix wrong or bad variables.
- Remove superfluous dependencies.
- Mainstream hwlib flag for all ebuilds.
- Fix wrong WITH_XCURSOR flag (typo?).
- Fix wrong WITH_XTEST flag (typo?).
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-base/kdesktop')
l--------- | trinity-base/kdesktop/files/shared | 1 | ||||
-rw-r--r-- | trinity-base/kdesktop/kdesktop-9999.ebuild | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/trinity-base/kdesktop/files/shared b/trinity-base/kdesktop/files/shared deleted file mode 120000 index ffc28680..00000000 --- a/trinity-base/kdesktop/files/shared +++ /dev/null @@ -1 +0,0 @@ -../../../eclass/trinity-shared-files
\ No newline at end of file diff --git a/trinity-base/kdesktop/kdesktop-9999.ebuild b/trinity-base/kdesktop/kdesktop-9999.ebuild index 95eb8970..e9c2e17c 100644 --- a/trinity-base/kdesktop/kdesktop-9999.ebuild +++ b/trinity-base/kdesktop/kdesktop-9999.ebuild @@ -30,7 +30,7 @@ TSM_EXTRACT_ALSO="kcheckpass/" src_configure() { mycmakeargs=( - -DWITH_XCURSORS=ON + -DWITH_XCURSOR=ON -DWITH_XRENDER=ON -DWITH_PAM="$(usex pam)" -DWITH_XSCREENSAVER="$(usex xscreensaver)" |