summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/qqc2-desktop-style/Manifest1
-rw-r--r--kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.246.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index 6e39a299a594..7c9424b4f2a3 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1,3 @@
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
+DIST qqc2-desktop-style-5.246.0.tar.xz 76348 BLAKE2B cafa16cebe1c969f97a940d3d7be73b4a99aa72f5682dcb57654118ed20492d65af5f6c101a18500c361c7b35ae746e91b9e0a1af36cdf5f84e0415d9109887a SHA512 1711fbe8a09d316bb13461aafcc2bd6ae54485769f3385513d3ae46d1b227b99ce78ffff27824342f2bb36eb6940dc7821f8cb5d8446261ab5723d5345b383d5
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.246.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.246.0.ebuild
new file mode 100644
index 000000000000..81cd17f03f5e
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.246.0.ebuild
@@ -0,0 +1,28 @@
+# 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=6.6.0
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6=
+ =kde-frameworks/kcolorscheme-${PVCUT}*:6
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kiconthemes-${PVCUT}*:6
+ =kde-frameworks/kirigami-${PVCUT}*:6
+ =kde-frameworks/sonnet-${PVCUT}*:6[qml]
+"
+RDEPEND="${DEPEND}
+ >=dev-qt/qt5compat-${QTMIN}:6
+"