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/tdebase-tdeioslaves | |
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/tdebase-tdeioslaves')
l--------- | trinity-base/tdebase-tdeioslaves/files/shared | 1 | ||||
-rw-r--r-- | trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/trinity-base/tdebase-tdeioslaves/files/shared b/trinity-base/tdebase-tdeioslaves/files/shared deleted file mode 120000 index ffc28680..00000000 --- a/trinity-base/tdebase-tdeioslaves/files/shared +++ /dev/null @@ -1 +0,0 @@ -../../../eclass/trinity-shared-files
\ No newline at end of file diff --git a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild index 88bfc776..b9f030b0 100644 --- a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild +++ b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild @@ -10,7 +10,7 @@ inherit trinity-meta-2 TSM_EXTRACT="tdeioslave" DESCRIPTION="Generic Trinity TDEIOslaves" -IUSE="samba ldap sasl openexr +tdehw" +IUSE="samba ldap sasl openexr +hwlib" DEPEND="x11-libs/libXcursor net-libs/rpcsvc-proto @@ -30,7 +30,7 @@ src_configure() { -DWITH_LDAP="$(usex ldap)" -DWITH_SASL="$(usex sasl)" -DWITH_OPENEXR="$(usex openexr)" - -DWITH_TDEHWLIB="$(usex tdehw)" + -DWITH_TDEHWLIB="$(usex hwlib)" ) trinity-meta-2_src_configure |