diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-15 12:58:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-15 14:31:55 +0100 |
commit | 386a2b3b4aae0468fdce1a80683d2c76287a4d48 (patch) | |
tree | bc76153bb555db8f4e32c12072f66894d52d309a /kde-frameworks/qqc2-desktop-style | |
parent | sys-apps/coreutils: sh stable wrt bug #711616 (diff) | |
download | gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.tar.gz gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.tar.bz2 gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.zip |
kde-frameworks: Add KDE Frameworks 5.68.0
Package-Manager: Portage-2.3.94, Repoman-2.3.21
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.68.0.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest index 0214013cfe91..42a362639c8d 100644 --- a/kde-frameworks/qqc2-desktop-style/Manifest +++ b/kde-frameworks/qqc2-desktop-style/Manifest @@ -1 +1,2 @@ DIST qqc2-desktop-style-5.67.1.tar.xz 46212 BLAKE2B 7da2257c99ccc43ec347c2852455e6b529af75e046f808913c6c6331007620762ccca1c612e764df3a4503fd1a9db24bc0716dbb44410100050ad5b5b33c80ab SHA512 c2a88c81e2f4f1c586c7b512624cb631a1e8b84aea1caa69647aa939b34f44c66a1369bfbcbfa32d152f674e852399877c88abcb038eefd99a7480929b085f66 +DIST qqc2-desktop-style-5.68.0.tar.xz 46064 BLAKE2B ba4b6ddd1f9666309987ff63237cf6478d868f553381da012204e9f0500b007cb4a8ce2023e9309bb90fb0a95e4dfba8270281f05a3f1302eb4e64daa55b5bf6 SHA512 6f3a9c54715140971b92d88822e00fca2d84ab61819e60be8819629b2ab78444aa5215f3bcf4470d572691230e9ff9589788e313b9b439aa92b38e78b3a41605 diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.68.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.68.0.ebuild new file mode 100644 index 000000000000..e49532f72fae --- /dev/null +++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.68.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 +" |