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 1363D158094 for ; Tue, 11 Oct 2022 12:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E6B0E093E; Tue, 11 Oct 2022 12:40:46 +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 8528AE093E for ; Tue, 11 Oct 2022 12:40:46 +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 357DB340F6C for ; Tue, 11 Oct 2022 12:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD6B8620 for ; Tue, 11 Oct 2022 12:40:42 +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: <1665492023.ce791e76c268ec8781b9c9de5370f1e2ab6f6373.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-thunderbolt/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-thunderbolt/Manifest kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.0.ebuild X-VCS-Directories: kde-plasma/plasma-thunderbolt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ce791e76c268ec8781b9c9de5370f1e2ab6f6373 X-VCS-Branch: master Date: Tue, 11 Oct 2022 12:40:42 +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: 78988e1d-54dd-4c41-9269-250da2f78f04 X-Archives-Hash: cfc45ff8ab39e490a442d3efe98f769d commit: ce791e76c268ec8781b9c9de5370f1e2ab6f6373 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 8 18:16:07 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 11 12:40:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce791e76 kde-plasma/plasma-thunderbolt: add 5.26.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-thunderbolt/Manifest | 1 + .../plasma-thunderbolt-5.26.0.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 89627358209c..b54d3fc0aa1d 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1 +1,2 @@ DIST plasma-thunderbolt-5.25.5.tar.xz 68828 BLAKE2B 2e43e20f1413b2edf502f5d7a7b766d956e5bae7f69b983f234546270c629148baf126415915360d8991292139c2d41c687df308d143e359c5a47343d35ddc29 SHA512 73280e422e30893f90586ff7248a6ec0db8d8b518a205187c550545381ee34b09fa648ce819129f8cf2823877f7fcdbbc8e3484a4ca86fa427b2c95915f532b7 +DIST plasma-thunderbolt-5.26.0.tar.xz 70896 BLAKE2B ffe9f2ddc73b3f8b5184cb95e44beeb5430a56085c36af301c631339039c25332de179439cd517168858ef437c7b3a1555d954d6cf041c4d14a81b6c732338ee SHA512 b0c445964f28376dc6071575d18255fac5f664f081abffe195d0bfe864977bc45bf1f5cedb784c19cd32919c8dd36077a36209b02cfaf8930dc35874031efa4f diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.0.ebuild new file mode 100644 index 000000000000..1fbaa3b63e47 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=5.99.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.5 +inherit ecm plasma.kde.org + +DESCRIPTION="Plasma integration for controlling Thunderbolt devices" +HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt" + +LICENSE="|| ( GPL-2 GPL-3+ )" +SLOT="5" +KEYWORDS="~amd64" +IUSE="" + +# tests require DBus +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + sys-apps/bolt +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"