commit: 7411191183d139e9ab5d76474f5377420a41bc1f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 21:25:24 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 20 21:25:24 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=74111911
net-im/choqok: Drop IUSE telepathy
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-im/choqok/choqok-9999.ebuild | 7 +++----
net-im/choqok/metadata.xml | 1 -
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 32d83cc0db..412cb7b238 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -18,7 +18,7 @@ fi
LICENSE="GPL-2+"
SLOT="5"
-IUSE="attica share telepathy"
+IUSE="attica share"
DEPEND="
>=app-crypt/qca-2.3.0:2[qt5(+)]
@@ -47,7 +47,6 @@ DEPEND="
>=kde-frameworks/sonnet-${KFMIN}:5
attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
- telepathy? ( >=net-libs/telepathy-qt-0.9.8 )
"
RDEPEND="${DEPEND}"
@@ -55,10 +54,10 @@ DOCS=( AUTHORS README changelog )
src_configure() {
local mycmakeargs=(
- $(cmake_use_find_package attica KF5Attica)
-DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_TelepathyQt5=ON
+ $(cmake_use_find_package attica KF5Attica)
$(cmake_use_find_package share KF5Purpose)
- $(cmake_use_find_package telepathy TelepathyQt5)
)
ecm_src_configure
diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index 1b71d88624..402be5793e 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -11,6 +11,5 @@
<use>
<flag name="attica">Build Open Collaboration Services plugin
using <pkg>kde-frameworks/attica</pkg></flag>
<flag name="share">Enable support for a share menu using
<pkg>kde-frameworks/purpose</pkg></flag>
- <flag name="telepathy">Enable support for the real-time
communication framework telepathy</flag>
</use>
</pkgmetadata>