commit: c9e98482f1036854826c2a7fdaf0b3ba747e74b9
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 15:53:18 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 16:27:06 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c9e98482
[net-im/ktp-text-ui] Add semantic-desktop USE flag
Package-Manager: portage-2.2.12
---
net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
b/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
index 024ce13..cbe3442 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
@@ -20,12 +20,24 @@ fi
LICENSE="GPL-2"
SLOT="4"
-IUSE="debug"
+IUSE="debug semantic-desktop"
DEPEND="
>=net-libs/telepathy-qt-0.9.5[qt4]
>=net-libs/telepathy-logger-qt-0.8
+ semantic-desktop? (
+ $(add_kdebase_dep kdepimlibs)
+ >=net-libs/libkpeople-0.3.0:=
+ )
"
RDEPEND="${DEPEND}
>=net-im/ktp-contact-list-${PV}
"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package semantic-desktop KPeople)
+ )
+
+ kde4-base_src_configure
+}