From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D024138350 for ; Wed, 5 Feb 2020 00:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1ABFE0903; Wed, 5 Feb 2020 00:28:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92008E0903 for ; Wed, 5 Feb 2020 00:28:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 664B234E67A for ; Wed, 5 Feb 2020 00:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC0E0EE for ; Wed, 5 Feb 2020 00:28:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1580861530.c3ae8600a95e5f6628075086bbc1633135919708.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/choqok/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/choqok/choqok-9999.ebuild net-im/choqok/metadata.xml X-VCS-Directories: net-im/choqok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c3ae8600a95e5f6628075086bbc1633135919708 X-VCS-Branch: master Date: Wed, 5 Feb 2020 00:28:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 161fbea8-9e93-45c6-bd2e-20628197ee8c X-Archives-Hash: 9a6f70695e8984b8a3e1a81de91cb6c9 commit: c3ae8600a95e5f6628075086bbc1633135919708 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 5 00:12:10 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 5 00:12:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3ae8600 net-im/choqok: Add USE share Upstream commit 0b524cdf80d1423d2c3401dca2e1f4074d7beb9d Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/choqok/choqok-9999.ebuild | 4 +++- net-im/choqok/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild index 3f95423c8e..c4975f1ee1 100644 --- a/net-im/choqok/choqok-9999.ebuild +++ b/net-im/choqok/choqok-9999.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-2+" SLOT="5" -IUSE="attica konqueror telepathy" +IUSE="attica konqueror share telepathy" DEPEND=" app-crypt/qca[qt5(+)] @@ -52,6 +52,7 @@ DEPEND=" >=kde-frameworks/kdewebkit-${KFMIN}:5 >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) + share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) telepathy? ( net-libs/telepathy-qt[qt5(+)] ) " RDEPEND="${DEPEND}" @@ -63,6 +64,7 @@ src_configure() { $(cmake_use_find_package attica KF5Attica) $(cmake_use_find_package konqueror KF5Parts) $(cmake_use_find_package konqueror KF5WebKit) + $(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 fd48455d97..7606fdaab7 100644 --- a/net-im/choqok/metadata.xml +++ b/net-im/choqok/metadata.xml @@ -8,6 +8,7 @@ Build Open Collaboration Services plugin using kde-frameworks/attica Build Konqueror Choqok plugin + Enable support for a share menu using kde-frameworks/purpose Enable support for the real-time communication framework telepathy