From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3FDEC1581CF for ; Fri, 13 Jun 2025 13:17:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2C2533424BE for ; Fri, 13 Jun 2025 13:17:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1368B11051F; Fri, 13 Jun 2025 13:16:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0DEDD11051F for ; Fri, 13 Jun 2025 13:16: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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1D443422DC for ; Fri, 13 Jun 2025 13:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82A5D29AE for ; Fri, 13 Jun 2025 13:16: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: <1749764657.3af59070307a15ef274e02d2d23beff2e4abc4bd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/qqc2-breeze-style/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.4.0.ebuild X-VCS-Directories: kde-plasma/qqc2-breeze-style/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3af59070307a15ef274e02d2d23beff2e4abc4bd X-VCS-Branch: master Date: Fri, 13 Jun 2025 13:16: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: 49491d0a-8fe3-481c-9e16-ff183c84de08 X-Archives-Hash: 019e272f9563cd8653941e88f3eaa137 commit: 3af59070307a15ef274e02d2d23beff2e4abc4bd Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 12 21:03:27 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 12 21:44:17 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3af59070 kde-plasma/qqc2-breeze-style: 6.4.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> .../qqc2-breeze-style-6.4.0.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.4.0.ebuild b/kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.4.0.ebuild new file mode 100644 index 0000000000..a6557c728b --- /dev/null +++ b/kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.4.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +KFMIN=6.14.0 +QTMIN=6.8.1 +inherit ecm plasma.kde.org + +DESCRIPTION="Breeze inspired QQC2 Style" + +LICENSE="|| ( GPL-2+ LGPL-3+ ) CC0-1.0" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kcolorscheme-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kguiaddons-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 + >=kde-frameworks/kirigami-${KFMIN}:6 +" +RDEPEND="${DEPEND}"