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 9B28B138359 for ; Sat, 12 Sep 2020 12:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFD47E0833; Sat, 12 Sep 2020 12:38:17 +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 B462AE0833 for ; Sat, 12 Sep 2020 12:38:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C2647340F63 for ; Sat, 12 Sep 2020 12:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED067365 for ; Sat, 12 Sep 2020 12:38:13 +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: <1599914262.8b91fd480f99f74b317fb66c8f491c1d00d6ac7d.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.74.0.ebuild X-VCS-Directories: kde-frameworks/krunner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8b91fd480f99f74b317fb66c8f491c1d00d6ac7d X-VCS-Branch: master Date: Sat, 12 Sep 2020 12:38:13 +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: 3c034f42-43e5-4852-b9ca-f6319701bc27 X-Archives-Hash: 72aad0f7dcc99c66760c469b12cbfb62 commit: 8b91fd480f99f74b317fb66c8f491c1d00d6ac7d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 12 11:48:19 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 12 12:37:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b91fd48 kde-frameworks/krunner: 5.74.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/krunner/Manifest | 1 + kde-frameworks/krunner/krunner-5.74.0.ebuild | 38 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/kde-frameworks/krunner/Manifest b/kde-frameworks/krunner/Manifest index 3a6ef13a015..ea33ac3e670 100644 --- a/kde-frameworks/krunner/Manifest +++ b/kde-frameworks/krunner/Manifest @@ -1,2 +1,3 @@ DIST krunner-5.70.0.tar.xz 64184 BLAKE2B 97672bc5edb81231a9beaac67d3483ee6e76ed7a40b9dc95cbacfbd87a98fd62e939dadf639d0f17534daaee84ffedbca8693d8357bc46133be14ecaba0837da SHA512 861492f7106bc4f2f392e28f3ae7b61773d37d58d26b73a67c4410e2406c96e58183c584b18a24d7f9f41ec3165337d37e4616063365d65a635e07d64e18909c DIST krunner-5.73.0.tar.xz 67340 BLAKE2B af2bf5078b27461e4cdb30ca4c8d751f1913ebddd18bf1be370659dd811ae201930f99e53f28968b10bb329ce8b248477c32d94fb03c2c43321091bcb0e50378 SHA512 e148d54ea1b517c8e54c769c0f5cf0d54704df86b63214393e6fe4404a3f34069f3bb2888eab9789257660d3170a73bfe8a2862dd4e9ad9506c9fa0bd1365de9 +DIST krunner-5.74.0.tar.xz 67892 BLAKE2B a64ade87c1785781e1b73aa0c7c150bcca75eed66699111b23470764602675ed53753dbbf31f895789c9ba51113092b76bd0ef27ba786d6ebd9848addbbaea1b SHA512 504fb43acff3337920477a8f67e995a79bdc9e3816e8a92ff5f259a6e50201e4a4edb90cc483a7496daa87c26e39597ffec2b91fd9b315850ace4677f9ac0796 diff --git a/kde-frameworks/krunner/krunner-5.74.0.ebuild b/kde-frameworks/krunner/krunner-5.74.0.ebuild new file mode 100644 index 00000000000..5ffb238697e --- /dev/null +++ b/kde-frameworks/krunner/krunner-5.74.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PVCUT=$(ver_cut 1-2) +QTMIN=5.14.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="" + +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 +}