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 B8BBB158089 for ; Thu, 19 Oct 2023 15:12:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7222B2BC1AE; Thu, 19 Oct 2023 15:12:21 +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 5415A2BC1AE for ; Thu, 19 Oct 2023 15:12:21 +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 E19DB335D43 for ; Thu, 19 Oct 2023 15:12:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E04F1298 for ; Thu, 19 Oct 2023 15:12:16 +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: <1697728259.e776f4f44ce70794dcbbd59f6dae770d5b6d6a00.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.111.0.ebuild X-VCS-Directories: kde-frameworks/krunner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e776f4f44ce70794dcbbd59f6dae770d5b6d6a00 X-VCS-Branch: master Date: Thu, 19 Oct 2023 15:12:16 +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: ad3f7c48-5d42-4da3-8fbe-e23cdf40b8af X-Archives-Hash: 21f4fe6605467ab9c5f50180163f826e commit: e776f4f44ce70794dcbbd59f6dae770d5b6d6a00 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 14:34:26 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 15:10:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e776f4f4 kde-frameworks/krunner: 5.111.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/krunner/Manifest | 1 + kde-frameworks/krunner/krunner-5.111.0.ebuild | 46 +++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/kde-frameworks/krunner/Manifest b/kde-frameworks/krunner/Manifest index 1eb7956cda16..2cbe185e65fb 100644 --- a/kde-frameworks/krunner/Manifest +++ b/kde-frameworks/krunner/Manifest @@ -1 +1,2 @@ DIST krunner-5.110.0.tar.xz 88708 BLAKE2B 601314c99461cbb02c845310c6d5bbdabde4b2720fba4dfcc1619fbb169a2d04b8fe866573e63df6c171769334232cb655ff5cb9396ebdfcf8b6532f66eb5c8b SHA512 8b470bae118f08f97a42103cb489525bde714e4c573e4b3c94301def8e643995ef9d7f88bc4bde2defe92b9c2b6282748e20cddc92cd5eaaeeb7e27fedcd415c +DIST krunner-5.111.0.tar.xz 88696 BLAKE2B 8a76256083e075218d8e0e23a3b6671634c94d73763d4c9f1dd3a5499fb3807ed4466ffb1721bdabe597e1b486e570e8d1c1053568adc7ebbdbc3f64a090af78 SHA512 e91d3f916b5090c0da1f27a85776c86976f1ada58f81ce218c614407da58056eb58f9ccddc91c207921b3f6dd025b59c8ad6df84602dc5866e711a07ddd45a63 diff --git a/kde-frameworks/krunner/krunner-5.111.0.ebuild b/kde-frameworks/krunner/krunner-5.111.0.ebuild new file mode 100644 index 000000000000..eac057a58155 --- /dev/null +++ b/kde-frameworks/krunner/krunner-5.111.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for providing different actions given a string query" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~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, #838502 + local myctestargs=( + -E "(dbusrunnertest|runnermanagersinglerunnermodetest|runnermanagertest)" + ) + ecm_src_test +}