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 A5D28138239 for ; Sun, 23 Feb 2020 10:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E77AFE08FB; Sun, 23 Feb 2020 10:59:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D22F3E08FB for ; Sun, 23 Feb 2020 10:59:54 +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 86E8B34EF5B for ; Sun, 23 Feb 2020 10:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A30314A for ; Sun, 23 Feb 2020 10:59:52 +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: <1582454792.405c74255fe31ce666ef8d5ef1df004cd1d379f2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-9999.ebuild app-office/libalkimia/metadata.xml X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 405c74255fe31ce666ef8d5ef1df004cd1d379f2 X-VCS-Branch: master Date: Sun, 23 Feb 2020 10:59:52 +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: 975fc918-c1c8-453f-ba3e-a6214e61c943 X-Archives-Hash: 2bc4e70dad85228c7e390b84c3162f0a commit: 405c74255fe31ce666ef8d5ef1df004cd1d379f2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 23 10:45:59 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 23 10:46:32 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=405c7425 app-office/libalkimia: Add USE webengine, drop USE webkit Upstream commits: bb72854204230904926226accb56a91bd04f0010 5c4fba99bad18429c46cb48bcd037f1685a6021e Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libalkimia/libalkimia-9999.ebuild | 7 ++++--- app-office/libalkimia/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild index fa66707501..fd223f320f 100644 --- a/app-office/libalkimia/libalkimia-9999.ebuild +++ b/app-office/libalkimia/libalkimia-9999.ebuild @@ -20,7 +20,7 @@ https://community.kde.org/Alkimia" LICENSE="LGPL-2.1" SLOT="0/8" -IUSE="doc gmp plasma webkit" +IUSE="doc gmp plasma webengine" BDEPEND=" virtual/pkgconfig @@ -48,16 +48,17 @@ DEPEND=" >=kde-frameworks/kpackage-${KFMIN}:5 >=kde-frameworks/plasma-${KFMIN}:5 ) - webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) + webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 ) " RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( + -DBUILD_WITH_WEBKIT=OFF -DBUILD_DOXYGEN_DOCS=$(usex doc) $(cmake_use_find_package !gmp MPIR) -DBUILD_APPLETS=$(usex plasma) - -DBUILD_WITH_WEBKIT=$(usex webkit) + -DBUILD_WITH_WEBENGINE=$(usex webengine) ) ecm_src_configure } diff --git a/app-office/libalkimia/metadata.xml b/app-office/libalkimia/metadata.xml index 2fdbf33d96..a59e1bd55b 100644 --- a/app-office/libalkimia/metadata.xml +++ b/app-office/libalkimia/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable online quotes using dev-qt/qtwebengine +