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 326DA1382C5 for ; Sat, 9 Jan 2021 10:15:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5AC4E08A2; Sat, 9 Jan 2021 10:15:49 +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 ABC2DE08A2 for ; Sat, 9 Jan 2021 10:15:49 +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 C45F734092E for ; Sat, 9 Jan 2021 10:15:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE2734A0 for ; Sat, 9 Jan 2021 10:15:45 +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: <1610184538.2789cba27269058ef5f6b08fe1e9e9361d4479ed.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.78.0.ebuild X-VCS-Directories: kde-frameworks/krunner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2789cba27269058ef5f6b08fe1e9e9361d4479ed X-VCS-Branch: master Date: Sat, 9 Jan 2021 10:15:45 +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: fed65d8b-a04a-441d-871a-40e20454971c X-Archives-Hash: 2b2329c91649328b780eed9f0f559546 commit: 2789cba27269058ef5f6b08fe1e9e9361d4479ed Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 9 09:26:23 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 9 09:28:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2789cba2 kde-frameworks/krunner: 5.78.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/krunner/Manifest | 1 + kde-frameworks/krunner/krunner-5.78.0.ebuild | 38 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/kde-frameworks/krunner/Manifest b/kde-frameworks/krunner/Manifest index 9c23127f041..3026f1f9542 100644 --- a/kde-frameworks/krunner/Manifest +++ b/kde-frameworks/krunner/Manifest @@ -1,2 +1,3 @@ DIST krunner-5.74.0.tar.xz 67892 BLAKE2B a64ade87c1785781e1b73aa0c7c150bcca75eed66699111b23470764602675ed53753dbbf31f895789c9ba51113092b76bd0ef27ba786d6ebd9848addbbaea1b SHA512 504fb43acff3337920477a8f67e995a79bdc9e3816e8a92ff5f259a6e50201e4a4edb90cc483a7496daa87c26e39597ffec2b91fd9b315850ace4677f9ac0796 DIST krunner-5.77.0.tar.xz 70584 BLAKE2B 4d1a4cc72034e67710a65c49abd1cb5f1306ec84c1d014e89531eac3754baef12e8bb4613083ec4fbc9b482a5d2cb21285dd334795711820f2648ba4fee48b91 SHA512 f2cdc6a17aa090bef96e10cf60107a71b4f06f8573291602dc1695aece8de8bbf412bcdd79ada4632788bb2aa6166df3bd913f03c3f9c9ee401f1d85b9a13207 +DIST krunner-5.78.0.tar.xz 73492 BLAKE2B cd0f9d18ff2ee89fe6fa7fa2c63b3020286042bd5c44a5a7d31ac6071a23ee2760cb27ff9fdb9fe346bdd92cb4eb3b08fed09151b8f60841d2b5a731aa0ccb1d SHA512 d6a7aa9546ad23b52e4337110cd104f02161c10e6183c9006259fb13e925c8c034dc19738181ed7f2aa3fc667460f24d2d105df2717068c0107cd189136b3c2e diff --git a/kde-frameworks/krunner/krunner-5.78.0.ebuild b/kde-frameworks/krunner/krunner-5.78.0.ebuild new file mode 100644 index 00000000000..e19ceddf278 --- /dev/null +++ b/kde-frameworks/krunner/krunner-5.78.0.ebuild @@ -0,0 +1,38 @@ +# 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.1 +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="" + +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 +" +RDEPEND="${DEPEND}" + +src_test() { + # requires virtual dbus #630672 + local myctestargs=( + -E "(dbusrunnertest)" + ) + ecm_src_test +}