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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D172F158094 for ; Sun, 2 Oct 2022 22:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7751CE0901; Sun, 2 Oct 2022 22:17:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E7BBE0901 for ; Sun, 2 Oct 2022 22:17:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CD85340EC3 for ; Sun, 2 Oct 2022 22:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AF95607 for ; Sun, 2 Oct 2022 22:17:31 +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: <1664749032.0c3a10361f0ef9fa546e95a120c48cb11cbe52d7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwidgetsaddons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.99.0.ebuild X-VCS-Directories: kde-frameworks/kwidgetsaddons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c3a10361f0ef9fa546e95a120c48cb11cbe52d7 X-VCS-Branch: master Date: Sun, 2 Oct 2022 22:17:31 +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: 4f665f1a-9364-4b6e-be23-32fbfb77fb79 X-Archives-Hash: 80fc86f97af131746d7aec308bf81445 commit: 0c3a10361f0ef9fa546e95a120c48cb11cbe52d7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 2 21:53:20 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 2 22:17:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c3a1036 kde-frameworks/kwidgetsaddons: 5.99.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> .../kwidgetsaddons/kwidgetsaddons-5.99.0.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.99.0.ebuild b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.99.0.ebuild new file mode 100644 index 0000000000..1bd174a171 --- /dev/null +++ b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.99.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_DESIGNERPLUGIN="true" +QTMIN=5.15.5 +VIRTUALX_REQUIRED="test" +inherit ecm frameworks.kde.org + +DESCRIPTION="An assortment of high-level widgets for common tasks" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="nls" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 +" +RDEPEND="${DEPEND}" +BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )" + +src_test() { + # bug 650216, 653186, 697866, 808216 + local myctestargs=( -E "(kdatecomboboxtest|ksqueezedtextlabelautotest|ktwofingertaptest|ktwofingerswipetest)" ) + ecm_src_test +}