summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-17 00:24:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-17 08:09:45 +0200
commitf573d19bc059eacd037d2ea656b67e14dcaafa2d (patch)
tree3abe7b53ee35cfb7527bdfc70b129ee28a63802d /kde-frameworks/qqc2-desktop-style
parentkde-misc/latte-dock: 0.8.8 version bump (diff)
downloadgentoo-f573d19bc059eacd037d2ea656b67e14dcaafa2d.tar.gz
gentoo-f573d19bc059eacd037d2ea656b67e14dcaafa2d.tar.bz2
gentoo-f573d19bc059eacd037d2ea656b67e14dcaafa2d.zip
kde-frameworks: Add KDE Frameworks 5.57.0
Package-Manager: Portage-2.3.63, Repoman-2.3.12 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.57.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 d2ed5980f9d7..b8aec202b0c7 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1,3 @@
DIST qqc2-desktop-style-5.54.0.tar.xz 42988 BLAKE2B 4261647c105db742db369d40de99e1eb7749341ab0e28b48dda4e3a40cfdd174d1927156b11b2acbe775de84c9d0e8a96f5e7992fb489c28a41439f3a2a47ce1 SHA512 3e6881c15051d29819ac8c6d44df6333a1ff79f723866debcf362e70275e4d50fb4e4d6f4b5beb2e58464c024ff01b829887678d4503ceb6c387a704e4b81b66
DIST qqc2-desktop-style-5.56.0.tar.xz 44080 BLAKE2B 46696926ceac0b5332e519cd4a3eb8fae2857910c4e2036cddfa46a9a38046050a25c43fb5251aa270ae951011ee229cb75c980d904c12427ccec189de3bee2b SHA512 0770ae6ef5e523a09f82adb2a084af8d3152aba4ae64f612088b59a31f0342626d494ba0f70f8c7f15e129e41cc2a0d541a35a339d2c2db10472c4b2c581b43d
+DIST qqc2-desktop-style-5.57.0.tar.xz 44560 BLAKE2B c6b8e95f23b021abb388bddbc685d8133495435804d0c070f1ce0b0aa595263e5affed6df3f7c4d3f9a9d39fdfb03eb2fc8916c3b12b264a67d2f53b540980dd SHA512 eab5daad92b0f24e12c2e821955fbbe19ed22e6cbfdd8ce2cd28e5088cec284f8004c18f7052cd914f91fe37add4f10c9668cc0c569ff2c2e6821da78d2b30fc
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.57.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.57.0.ebuild
new file mode 100644
index 000000000000..a2b2911b13f1
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.57.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)
+"