diff options
Diffstat (limited to 'trinity-base/tdebase-tdeioslaves')
-rw-r--r-- | trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.6.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.6.ebuild b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.6.ebuild index 3bb0a5d0..6169d2d3 100644 --- a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.6.ebuild +++ b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="7" TRINITY_MODULE_NAME="tdebase" @@ -10,23 +10,18 @@ TSM_EXTRACT="tdeioslave" DESCRIPTION="Generic Trinity TDEIOslaves" KEYWORDS="~amd64 ~x86" -IUSE="samba ldap sasl openexr +tdehw" +IUSE="samba ldap sasl openexr +hwlib" DEPEND="x11-libs/libXcursor net-libs/rpcsvc-proto - openexr? ( >=media-libs/openexr-1.2.2-r2 ) + openexr? ( media-libs/openexr ) samba? ( net-fs/samba ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl )" -RDEPEND="${DEPEND}" -# CHECKME: optional dependencies -#DEPEND=" -# >=dev-libs/cyrus-sasl-2 -# x11-apps/xhost RDEPEND="${DEPEND} virtual/ssh - trinity-base/tdeeject:${SLOT}" + =trinity-base/tdeeject-${PV}" src_configure() { mycmakeargs=( @@ -35,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 |