summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-08 14:29:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-09 11:02:33 +0100
commita5e3a9b1114f82bb8aacf31a2d0fe6b30b315ddb (patch)
treeb53596ccad77fcfaa8953aca1c7cead6db71b608 /kde-frameworks/qqc2-desktop-style
parentsci-visualization/veusz: cleaning old (diff)
downloadgentoo-a5e3a9b1114f82bb8aacf31a2d0fe6b30b315ddb.tar.gz
gentoo-a5e3a9b1114f82bb8aacf31a2d0fe6b30b315ddb.tar.bz2
gentoo-a5e3a9b1114f82bb8aacf31a2d0fe6b30b315ddb.zip
kde-frameworks: Add KDE Frameworks 5.67.0
Package-Manager: Portage-2.3.87, Repoman-2.3.20 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.67.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index 71e7f6c8dacc..5af7b7e4c7f5 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1,3 @@
DIST qqc2-desktop-style-5.64.0.tar.xz 45752 BLAKE2B 45cffe35277930cc0b6b06067127e62fd2a693d492862e44079741c53a8fe73cc2ad3f40d3e2b995f4230e15bd436b603f34d9af2bcd931aaa4ab0d38a1226b4 SHA512 6e4073a994dbaf4405a9e017ed62a90fb3d8f2c79361d73601eec6d6d4031d81234f2eafc11d6c87e72cd19caaa7979fd6c28965749f05c35a44a0a7c2092e6d
DIST qqc2-desktop-style-5.66.0.tar.xz 46088 BLAKE2B 9f50ff6941c4a1bd1791e69bf90176ae92e552b89dad2dd97b2d42348d4b2724e3bc80d147b83c92d0a2fef36bdbc212b37cb7b776217dc46c7dba76af39230c SHA512 b0582fa59aaafa7f149a7a200b910d91c89040927fc1765ac345857a46d5edec152be40766ccdbe0a8e58d8181fa3895400e7570cf6b2963910a5863f59b5768
+DIST qqc2-desktop-style-5.67.0.tar.xz 46164 BLAKE2B 69ed032acd6d5b9ded4e84234f358a86bc8401796111d406cbc17dbd46dfa8b447e824ea0f375c0f9280dc1d390819fe853f2fde572d5951ce55e7f95cc5bd74 SHA512 800ffbe33cf69987b90464d4f5a7cb08749919e1e202f6940ff8bd14fa440755dace100554e6bd056a5bd4bf8004945cc20f24b7a486d26dfdf03daffff0339f
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.67.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.67.0.ebuild
new file mode 100644
index 000000000000..e49532f72fae
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.67.0.ebuild
@@ -0,0 +1,27 @@
+# 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.12.3
+inherit ecm kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+IUSE=""
+
+DEPEND="
+ =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+ =kde-frameworks/kiconthemes-${PVCUT}*:5
+ =kde-frameworks/kirigami-${PVCUT}*:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5=
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}
+ >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+"