summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-15 12:59:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-15 17:21:36 +0100
commit2ff82fd451062bebe15dba158e61dcff74d1cef3 (patch)
treea0cd03e6049562a6026788c295cd4ad4cfbe9a52 /kde-frameworks/qqc2-desktop-style
parentkde-frameworks/purpose: 5.113.0 version bump (diff)
downloadgentoo-2ff82fd451062bebe15dba158e61dcff74d1cef3.tar.gz
gentoo-2ff82fd451062bebe15dba158e61dcff74d1cef3.tar.bz2
gentoo-2ff82fd451062bebe15dba158e61dcff74d1cef3.zip
kde-frameworks/qqc2-desktop-style: 5.113.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/qqc2-desktop-style')
-rw-r--r--kde-frameworks/qqc2-desktop-style/Manifest1
-rw-r--r--kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.113.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index c570d99cdbc7..6e39a299a594 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1 +1,2 @@
DIST qqc2-desktop-style-5.112.0.tar.xz 69444 BLAKE2B b7d1117e785b1038cc127935f6be73d1c0d4d2c64a5b1402be48298c5cb90a971d36f196d7a33c3352c3a9aec0adfdc74cc084ab6621017818bd4a8f9c6dc16d SHA512 7fe8f28a456b5ed5086d5bba598c04968d6cf89738a28f2f8feebebee0e54c9392fbb0ba00c1d6c6328e3b3c6e407c16f5756fab5c7d96a3eda37ed2859237d8
+DIST qqc2-desktop-style-5.113.0.tar.xz 69468 BLAKE2B cb0c3d44dd1d0dc03c98f19ce61a73bd53b8b99cb48e7a5a2982e192d3c3a6d10aa36994209683dfc9fdb5649449845740b23a2d17c30cd4be78c0de198b4bf8 SHA512 25e2b28b0c507a27787a4c46d79ee629cadda2c9e78ce9c2714b2411e9513a08bfbb8047d4adfaa255ae59d1bbd4a56f5d03b210a6107de3f5eb3f9f89dc85ca
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.113.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.113.0.ebuild
new file mode 100644
index 000000000000..78cf90702ebf
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.113.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~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/kconfigwidgets-${PVCUT}*:5
+ =kde-frameworks/kiconthemes-${PVCUT}*:5
+ =kde-frameworks/kirigami-${PVCUT}*:5
+ =kde-frameworks/sonnet-${PVCUT}*:5[qml]
+"
+RDEPEND="${DEPEND}
+ >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+"