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 EBC8B138360 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 1EDC6E0E90; Mon, 14 Jun 2021 08:25:54 +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 03643E0E90 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 20187335D5E 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 6DC957B0 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: <1623659110.4d8769b252a74744bfaf6dba3c5476ef8d0955c6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/krunner/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/krunner/Manifest kde-frameworks/krunner/krunner-5.83.0.ebuild X-VCS-Directories: kde-frameworks/krunner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d8769b252a74744bfaf6dba3c5476ef8d0955c6 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: efe7cafc-8f17-4683-8c95-919de161e78d X-Archives-Hash: 3ea3eb77c27be78cd587bdde749277e9 commit: 4d8769b252a74744bfaf6dba3c5476ef8d0955c6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 14 06:42:26 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 14 08:25:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8769b2 kde-frameworks/krunner: 5.83.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/krunner/Manifest | 1 + kde-frameworks/krunner/krunner-5.83.0.ebuild | 47 ++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/kde-frameworks/krunner/Manifest b/kde-frameworks/krunner/Manifest index 2b104777d54..d6caad105bd 100644 --- a/kde-frameworks/krunner/Manifest +++ b/kde-frameworks/krunner/Manifest @@ -1 +1,2 @@ DIST krunner-5.82.0.tar.xz 76916 BLAKE2B f846383458b46bf655a2a2b08fea099eff910aceac90306bea1f3af1b1370d2d59169ee4ff0e68c6ab0186c35b336b4a807f56cd8374f89b16c5319ddba459f9 SHA512 a4430196d32d850f9498027df251a65dcf3fcb161a7005926a9ec3de429bd03487e72fda342a6a588c4e5972ee55baf21e53433d68408ccab1b0b99b5c2980da +DIST krunner-5.83.0.tar.xz 76772 BLAKE2B 29ece5c909b60d12c43e41fe953e000af5a62909fd68fdb4aa1042f9d1661f5004ddbcf9cc0c9959ee2480188207e656bd89bb1654924f49a55943eeaabdaab7 SHA512 118bd5484016f25e45c7cd491bd0b1dca78baa2784dc19ef1d8636a071cbb0780a149d627e8dfd8bd8d32e2ac85e529fa151979c2c47b864ef6956101a1d7021 diff --git a/kde-frameworks/krunner/krunner-5.83.0.ebuild b/kde-frameworks/krunner/krunner-5.83.0.ebuild new file mode 100644 index 00000000000..9b94a1daf9a --- /dev/null +++ b/kde-frameworks/krunner/krunner-5.83.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Framework for providing different actions given a string query" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="activities" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/plasma-${PVCUT}*:5 + =kde-frameworks/solid-${PVCUT}*:5 + =kde-frameworks/threadweaver-${PVCUT}*:5 + activities? ( =kde-frameworks/kactivities-${PVCUT}*:5 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package activities KF5Activities) + ) + ecm_src_configure +} + +src_test() { + # requires virtual dbus, otherwise hangs; bugs #630672, #789351 + local myctestargs=( + -E "(dbusrunnertest|runnermanagersinglerunnermodetest)" + ) + ecm_src_test +}