diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-09 11:38:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-26 20:06:48 +0100 |
commit | 30d29bae3a06eff0043b86876828ed450447826f (patch) | |
tree | 52af7f4ed308e464d709af776577d2d60162f902 /net-im/choqok | |
parent | kde-frameworks/plasma: Drop 5.75.0 (r0) (diff) | |
download | gentoo-30d29bae3a06eff0043b86876828ed450447826f.tar.gz gentoo-30d29bae3a06eff0043b86876828ed450447826f.tar.bz2 gentoo-30d29bae3a06eff0043b86876828ed450447826f.zip |
net-im/choqok: Drop IUSE=konqueror
kdewebkit--, qtwebkit--
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im/choqok')
-rw-r--r-- | net-im/choqok/choqok-1.7.0.ebuild | 13 | ||||
-rw-r--r-- | net-im/choqok/metadata.xml | 1 |
2 files changed, 3 insertions, 11 deletions
diff --git a/net-im/choqok/choqok-1.7.0.ebuild b/net-im/choqok/choqok-1.7.0.ebuild index 94d9f54a5919..d71b59812c22 100644 --- a/net-im/choqok/choqok-1.7.0.ebuild +++ b/net-im/choqok/choqok-1.7.0.ebuild @@ -9,8 +9,7 @@ QTMIN=5.12.3 inherit ecm kde.org DESCRIPTION="Free/Open Source micro-blogging client by KDE" -HOMEPAGE="https://choqok.kde.org/ -https://apps.kde.org/en/choqok" +HOMEPAGE="https://choqok.kde.org/ https://apps.kde.org/en/choqok" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz" @@ -19,7 +18,7 @@ fi LICENSE="GPL-2+" SLOT="5" -IUSE="attica konqueror share telepathy" +IUSE="attica share telepathy" DEPEND=" app-crypt/qca[qt5(+)] @@ -47,11 +46,6 @@ DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/sonnet-${KFMIN}:5 attica? ( >=kde-frameworks/attica-${KFMIN}:5 ) - konqueror? ( - >=dev-qt/qtwebkit-5.212.0_pre20180120:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/kdewebkit-${KFMIN}:5 - ) share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) telepathy? ( net-libs/telepathy-qt[qt5(+)] ) " @@ -68,8 +62,7 @@ src_prepare() { src_configure() { local mycmakeargs=( $(cmake_use_find_package attica KF5Attica) - $(cmake_use_find_package konqueror KF5Parts) - $(cmake_use_find_package konqueror KF5WebKit) + -DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON $(cmake_use_find_package share KF5Purpose) $(cmake_use_find_package telepathy TelepathyQt5) ) diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml index 7606fdaab74d..625636c5e6fd 100644 --- a/net-im/choqok/metadata.xml +++ b/net-im/choqok/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag> - <flag name="konqueror">Build Konqueror Choqok plugin</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> |