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 3DAF015807A for ; Tue, 8 Oct 2024 15:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B890E2A02; Tue, 8 Oct 2024 15:36:11 +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 6CC17E2A01 for ; Tue, 8 Oct 2024 15:36:11 +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 226B33431B4 for ; Tue, 8 Oct 2024 15:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA59722DB for ; Tue, 8 Oct 2024 15:36:07 +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: <1728401720.56b04640c055a96479ab76c803ba99b367c72b06.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-6.2.0.ebuild X-VCS-Directories: kde-plasma/plasma-thunderbolt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 56b04640c055a96479ab76c803ba99b367c72b06 X-VCS-Branch: master Date: Tue, 8 Oct 2024 15:36:07 +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: 92cd41d2-2d5c-4063-a4ed-5624d5d975ec X-Archives-Hash: b40ed982f1fe0b2a8adceb2a5833c48f commit: 56b04640c055a96479ab76c803ba99b367c72b06 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 8 15:26:09 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 8 15:35:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b04640 kde-plasma/plasma-thunderbolt: 6.2.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-thunderbolt/Manifest | 1 + .../plasma-thunderbolt-6.2.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index d1bc19128354..a45ff1ea43ee 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1 +1,2 @@ DIST plasma-thunderbolt-6.1.5.tar.xz 79972 BLAKE2B 36c1ee8d41d25f818763d29b1cf0ca05c864cc5343805292d329c657a1a19515cfa231c56bd1d6f85e8676bd70d88974c8799d97ca70fad1a6dba972addb7703 SHA512 4340a66ea69189b2a8e622691f9cb2d34168f204658cd59a0b0c3f8aba547eb797ba8132c124c4a84a1041e7e93bc553ecf988193d33b715882af9aeb688fd9a +DIST plasma-thunderbolt-6.2.0.tar.xz 80644 BLAKE2B 6b326af67b7e85ee16fa2b0e357914a626d6c42a97f4be84dacd41a502bf662ae7abb7271115375e5379152c937002d6a783bcbeb0cfde7d7952df047987ef75 SHA512 793adf3100e825891035ab89368ac21721a231903f0c1507c96c38706631c958cd0af96a031db08ac200e0a8672996bf96377567246c90563890dc279645054a diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.0.ebuild new file mode 100644 index 000000000000..e2c8a0104325 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=6.6.0 +QTMIN=6.7.2 +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="6" +KEYWORDS="~amd64 ~riscv ~x86" +IUSE="" + +# tests require DBus +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kcmutils-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 +" +RDEPEND="${DEPEND} + >=kde-frameworks/kirigami-${KFMIN}:6 + sys-apps/bolt +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"