summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 14:58:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 18:56:47 +0100
commitdcead242d7af5952ab320705154c31240fdb79fd (patch)
tree0f3ab8abc1f9874a59513d66cdef00a5e04e9b5a /kde-frameworks/qqc2-desktop-style
parentkde-frameworks/prison: 5.77.0 version bump (diff)
downloadgentoo-dcead242d7af5952ab320705154c31240fdb79fd.tar.gz
gentoo-dcead242d7af5952ab320705154c31240fdb79fd.tar.bz2
gentoo-dcead242d7af5952ab320705154c31240fdb79fd.zip
kde-frameworks/qqc2-desktop-style: 5.77.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.77.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 a5565d920b1d..49f2064bdd2b 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.76.0.tar.xz 59756 BLAKE2B 1e2c313339ca046a27134f664b8eb060e96e0f82c68c747515786b022749b5768a9ac2a89d29bd525fa55623f4b60e0639c2ea2d1f6ea61882aee4375feba947 SHA512 6cdad05c5e5a6639419a8862f5236223f5361fa95bf12692bfd2db836c4474a2a31de2381378da64d19e80031a6b0cc260b154f8646e7fdcdd1cf425bf1c56c2
+DIST qqc2-desktop-style-5.77.0.tar.xz 59812 BLAKE2B 2e3bd046635bec99fe89a20975edf3ed9132836fe3db792236233e2942d58ebb35b48697e3f0582d012ac7a1d995cee58bed9b5167c0e66b6f4f923a32d30c81 SHA512 de8a24912c6de97b23c1e48cc362148256d9cb3284078107ff900af80224752cc6ec9ad568c4b65afe4c36a937dad7040eea19aa2bf4fa5d3047d4a60626cc14
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.77.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.77.0.ebuild
new file mode 100644
index 000000000000..ed3615bd08c1
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.77.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
+"