summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-10 21:19:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-12 23:13:14 +0200
commita7030fcd38880ac327f749bb528f65a0a4ee7ae7 (patch)
tree08ecff369172b6779cc7b6295ff2f1a069b73859 /kde-frameworks/qqc2-desktop-style
parentapp-office/kraft: Accept kde-frameworks/kcontacts (diff)
downloadgentoo-a7030fcd38880ac327f749bb528f65a0a4ee7ae7.tar.gz
gentoo-a7030fcd38880ac327f749bb528f65a0a4ee7ae7.tar.bz2
gentoo-a7030fcd38880ac327f749bb528f65a0a4ee7ae7.zip
kde-frameworks: Add KDE Frameworks 5.63.0
Package-Manager: Portage-2.3.76, Repoman-2.3.17 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.63.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index 1d629140240f..60ed56475be9 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1,3 @@
DIST qqc2-desktop-style-5.60.0.tar.xz 44408 BLAKE2B 78611336867b43b57b348857f46394649567b521644e5bacb564c990a634b906779ba8c45b1df2edb44084ad812257d191e4718a4e9a94059b7dfd184a29e58c SHA512 a44e81566daaf08c0b6da4d95a6c309763439d3e477c6813604bcb3a0ce876e845949aec235c945ccdc6164a9554768f6169170edf99d2c5575496e78f73e45a
DIST qqc2-desktop-style-5.62.0.tar.xz 44820 BLAKE2B 858bd71d13ecf21710ab6719b7a31479687c4195e6de85e3404a13f42f342e47e750f733be368dfd7e585f2231f63a33a7848989e7943a5ffadfe7779d76baa2 SHA512 12ef9ea1733d9afe43e0ebc15b442e5bc516f26369a81bf4328c9ddc98481ec370170f6d3ca918d7d0ccd05ab1e604b0c2eaa36907f9fd37704aec6eded1c051
+DIST qqc2-desktop-style-5.63.0.tar.xz 45120 BLAKE2B 2c85a48fc4eee8d1d88c1ff3c6209ff979027d56a8a8e60b264d5a9decbf6cfe1bc467c2ade552c5a5de966eeb912a9747fd8cd250d245987a3f41972090647b SHA512 493ef0459f128501a22420ba452e9bdc48340ed7d6b7ad6324d78cca6a8a30e6ce243de91954a5854c0b1a43de06bad3e06590f1152b0a1f77f8135668d9a385
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.63.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.63.0.ebuild
new file mode 100644
index 000000000000..a2b2911b13f1
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.63.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_QTHELP="false"
+inherit kde5
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kirigami)
+ $(add_qt_dep qtdeclarative '' '' '5=')
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ $(add_qt_dep qtgraphicaleffects)
+ $(add_qt_dep qtquickcontrols2)
+"