summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 22:01:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 22:13:21 +0200
commit966d34c0f27bc203c8d51669d486eb8ba7e42d19 (patch)
treeab873a128aafcc90a59b00a241f1514c64c3af53 /kde-frameworks/qqc2-desktop-style
parentkde-frameworks/purpose: 6.2.0 version bump (diff)
downloadgentoo-966d34c0f27bc203c8d51669d486eb8ba7e42d19.tar.gz
gentoo-966d34c0f27bc203c8d51669d486eb8ba7e42d19.tar.bz2
gentoo-966d34c0f27bc203c8d51669d486eb8ba7e42d19.zip
kde-frameworks/qqc2-desktop-style: 6.2.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-6.2.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 1e4c4a6af101..e4e125389141 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1,3 @@
DIST qqc2-desktop-style-5.115.0.tar.xz 69448 BLAKE2B 1164f0a3a3868de02e82d94beaf65c13aab6b28a1945f5b8d539cd2bc7a2a692d96762f007bacb8e542275d7f049d38956a440a6fed1ad07040b19d9cd298a17 SHA512 79d3395e687f7e5117997639f05a5358a13dc9f343ce3a007b3d64d1a5a470caa03a8e3d0e11b66ec394d8e1cc1817aea1d337477d741295dac48fec83a9914b
DIST qqc2-desktop-style-6.1.0.tar.xz 84260 BLAKE2B 21a7757134fb20c5bc8eca84a3b368887bfc2746b408fe62ce189054bb6e75be28e353c642ea0525b6edbbeb0b558b1a30dd28e8c4716d7bd14c192c9f81ad40 SHA512 befb9c9ee024fcf73a04be9495800172d2049f9a0c14d21fe8e5c7d889a1411702de2297e1a27ca11154f7471b541ab1b02b182d38622a81eabd6b3a8aca1530
+DIST qqc2-desktop-style-6.2.0.tar.xz 84360 BLAKE2B 59e12dd871b73fa75049a9c88885ffa64765962787acd5ee8d444c4f42d47b9feaaa39aa0c4a484b1f2197103f09422879a66852a7f6c0d800bb584c1003d0a1 SHA512 c63d7c043a2f28b53268e98583cc6772b9efeb7636f6d5ddff09333c4f2f0e170d8a4fc9205eac4ecf3d4fe54800abf3ad011634b97bd3f30eb53da730fa9239
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.2.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.2.0.ebuild
new file mode 100644
index 000000000000..f16eae109fb7
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 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.2
+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=""
+
+# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
+# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
+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
+"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"