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 D900D158041 for ; Wed, 6 Mar 2024 15:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C83C4E2A02; Wed, 6 Mar 2024 15:43:30 +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 AB1A8E2A02 for ; Wed, 6 Mar 2024 15:43:30 +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 A6CA1340CC9 for ; Wed, 6 Mar 2024 15:43:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ECC4E95 for ; Wed, 6 Mar 2024 15:43:28 +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: <1709739779.7ae02e740dbef85cfdc09aa7fc82123f2eb2f91f.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.0.49.9999.ebuild X-VCS-Directories: kde-plasma/qqc2-breeze-style/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7ae02e740dbef85cfdc09aa7fc82123f2eb2f91f X-VCS-Branch: master Date: Wed, 6 Mar 2024 15:43:28 +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: cc2509cb-f98f-4e5b-a621-d265ba5b3ddb X-Archives-Hash: 50d7c3c6db993859d7f1034f4ca1409d commit: 7ae02e740dbef85cfdc09aa7fc82123f2eb2f91f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 6 14:49:53 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 6 15:42:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ae02e74 kde-plasma/qqc2-breeze-style: add missing 6.0 stable branch ebuild Signed-off-by: Andreas Sturmlechner gentoo.org> .../qqc2-breeze-style-6.0.49.9999.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.0.49.9999.ebuild b/kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.0.49.9999.ebuild new file mode 100644 index 0000000000..8efe57dc0c --- /dev/null +++ b/kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.0.49.9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +KFMIN=6.0.0 +QTMIN=6.6.2 +inherit ecm plasma.kde.org + +DESCRIPTION="Breeze inspired QQC2 Style" + +LICENSE="|| ( GPL-2+ LGPL-3+ ) CC0-1.0" +SLOT="6" +KEYWORDS="" + +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/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kguiaddons-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 + >=kde-frameworks/kirigami-${KFMIN}:6 + >=kde-frameworks/kquickcharts-${KFMIN}:6 +" +RDEPEND="${DEPEND}"