summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-14 15:26:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-14 18:44:16 +0100
commitcdd7aba3a39ac772ccd704d6bd722ae67b374ba6 (patch)
treec8c345ef77974c75eadf8e1b1eacdd26677e5217 /kde-frameworks
parentkde-frameworks/prison: 5.76.0 version bump (diff)
downloadgentoo-cdd7aba3a39ac772ccd704d6bd722ae67b374ba6.tar.gz
gentoo-cdd7aba3a39ac772ccd704d6bd722ae67b374ba6.tar.bz2
gentoo-cdd7aba3a39ac772ccd704d6bd722ae67b374ba6.zip
kde-frameworks/qqc2-desktop-style: 5.76.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/qqc2-desktop-style/Manifest1
-rw-r--r--kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.76.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 54789ada31eb..e51a49db00c6 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1,3 @@
DIST qqc2-desktop-style-5.74.0.tar.xz 58632 BLAKE2B a4f3545d83f03eb57cd7dd9ee81db59bd56a22b7907af4eb00a50a9fa1d2a5e507a271fcb4d2a2e7465691076122251f48c0baed05e7c30042489f6dd93e60ee SHA512 88c91d5933bc2c0020a574be05a851aea54382b6c1dd5f459cba792e4ac784782bc88a36670c28f2df29188cf001bf2c9af98b3e9bc84dd59c110fd7bf936258
DIST qqc2-desktop-style-5.75.0.tar.xz 58704 BLAKE2B 7ef0e20c207804fe1293c8507a61c980a1efa516d4b31f2dfb9376d2c52df9a43b1dc51a49724a0b3c2c74a229324fb812a0dc1377bcb8f59973b93a7e3d907a SHA512 bcf9c41bf286ee5a8a533dd9ce392848c91f9ec797ac7c8851a1eb462739b9b114583cdce8485e8f5b91787d17327145d112f9ea429e383b798b98433c7651a6
+DIST qqc2-desktop-style-5.76.0.tar.xz 59756 BLAKE2B 1e2c313339ca046a27134f664b8eb060e96e0f82c68c747515786b022749b5768a9ac2a89d29bd525fa55623f4b60e0639c2ea2d1f6ea61882aee4375feba947 SHA512 6cdad05c5e5a6639419a8862f5236223f5361fa95bf12692bfd2db836c4474a2a31de2381378da64d19e80031a6b0cc260b154f8646e7fdcdd1cf425bf1c56c2
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.76.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.76.0.ebuild
new file mode 100644
index 000000000000..ed3615bd08c1
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.76.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.1
+inherit ecm kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdeclarative-${QTMIN}:5=
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+ =kde-frameworks/kiconthemes-${PVCUT}*:5
+ =kde-frameworks/kirigami-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}
+ >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+"