diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 00:21:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 10:19:23 +0200 |
commit | 832934f31e45d450d2eaee2a9ebd501303303c43 (patch) | |
tree | 26ddfbcde55dc86490c71053a6813be8c3a8c212 /kde-frameworks/qqc2-desktop-style | |
parent | media-gfx/digikam: Drop 6.1.0 (diff) | |
download | gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.tar.gz gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.tar.bz2 gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.zip |
kde-frameworks: Add KDE Frameworks 5.61.0
Package-Manager: Portage-2.3.71, 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/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.61.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest index 2b54ff678868..b2e091119911 100644 --- a/kde-frameworks/qqc2-desktop-style/Manifest +++ b/kde-frameworks/qqc2-desktop-style/Manifest @@ -1 +1,2 @@ DIST qqc2-desktop-style-5.60.0.tar.xz 44408 BLAKE2B 78611336867b43b57b348857f46394649567b521644e5bacb564c990a634b906779ba8c45b1df2edb44084ad812257d191e4718a4e9a94059b7dfd184a29e58c SHA512 a44e81566daaf08c0b6da4d95a6c309763439d3e477c6813604bcb3a0ce876e845949aec235c945ccdc6164a9554768f6169170edf99d2c5575496e78f73e45a +DIST qqc2-desktop-style-5.61.0.tar.xz 44684 BLAKE2B 598011d2054228b811c82417a2d41862b4d3e7a85b2ac6da45c2531f6942993fed68dfcefa142806731ba60d597dd25645e9a1b8a4e1b14ab0eb0d1d2f60da7d SHA512 f4418351c2c61bcf982173bd1d47a2547e16e913bd0c31add2b762bfbce92b67cf678275b137e993ffccb49282791f38219eb0b09bea14d96603661a187342f7 diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.61.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.61.0.ebuild new file mode 100644 index 000000000000..a2b2911b13f1 --- /dev/null +++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.61.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) +" |