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 E88A013835E for ; Mon, 14 Jun 2021 08:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3401E0EB1; Mon, 14 Jun 2021 08:25: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 8F1A5E0EB1 for ; Mon, 14 Jun 2021 08:25:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5B46D340DE8 for ; Mon, 14 Jun 2021 08:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A57AD7B3 for ; Mon, 14 Jun 2021 08:25:50 +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: <1623659111.45806e755f2e84cbcde034e7d591699283deaf98.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktextwidgets/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/ktextwidgets/Manifest kde-frameworks/ktextwidgets/ktextwidgets-5.83.0.ebuild X-VCS-Directories: kde-frameworks/ktextwidgets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 45806e755f2e84cbcde034e7d591699283deaf98 X-VCS-Branch: master Date: Mon, 14 Jun 2021 08:25:50 +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: f6c1dbf5-1312-4fca-b32c-bed020b39e09 X-Archives-Hash: 5b43448bcc35fc88b88cc0e050b1fac7 commit: 45806e755f2e84cbcde034e7d591699283deaf98 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 14 06:42:28 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 14 08:25:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45806e75 kde-frameworks/ktextwidgets: 5.83.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/ktextwidgets/Manifest | 1 + .../ktextwidgets/ktextwidgets-5.83.0.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/kde-frameworks/ktextwidgets/Manifest b/kde-frameworks/ktextwidgets/Manifest index 55004feeb5e..d02bac2d53e 100644 --- a/kde-frameworks/ktextwidgets/Manifest +++ b/kde-frameworks/ktextwidgets/Manifest @@ -1 +1,2 @@ DIST ktextwidgets-5.82.0.tar.xz 326288 BLAKE2B 917b1c91a29462dce779b1ae569731ba1c9f810d01009608f71149e13523ec0f1d94582a03cd9fbdaeb159be8abc002193240bba34ee67614e9572578cfa69b9 SHA512 7156ef721c9d9eadd66aa72a2f0da4538a009e14f0058169a95c1ad1c9c19f4120975e2cefc2fb0e20e435ee46dc59cbeb83231fd29bbc7bb815aa59a929e9bb +DIST ktextwidgets-5.83.0.tar.xz 326520 BLAKE2B 4ef22f2c5a416747926d16001b8c26c2080bb12426b54eb368497ccd363f9cc8ad2fb2e7f844f966cf17c5849afbfefbdc29b2cb0bbc94bf9f8fa84d878ee5d6 SHA512 434d6d4729343bf128497e1e678d15cdde92467f33856b31be907d76569b2f41dbe23867d12e9efe04d4557bab88f7d10364c1d431196f02bf68d613d2147fa0 diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-5.83.0.ebuild b/kde-frameworks/ktextwidgets/ktextwidgets-5.83.0.ebuild new file mode 100644 index 00000000000..0fdd8d60135 --- /dev/null +++ b/kde-frameworks/ktextwidgets/ktextwidgets-5.83.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_DESIGNERPLUGIN="true" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Framework providing an assortment of widgets for displaying and editing text" +LICENSE="LGPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="speech" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kcompletion-${PVCUT}*:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kconfigwidgets-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/sonnet-${PVCUT}*:5 + speech? ( >=dev-qt/qtspeech-${QTMIN}:5 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package speech Qt5TextToSpeech) + ) + + ecm_src_configure +}