mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
Closes: https://bugs.gentoo.org/857621 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
32 lines
746 B
Bash
32 lines
746 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
KFMIN=5.91.0
|
|
QTMIN=5.15.0
|
|
VIRTUALX_REQUIRED=test
|
|
inherit ecm
|
|
|
|
DESCRIPTION="Convergent visual components for Kirigami-based applications"
|
|
HOMEPAGE="https://invent.kde.org/libraries/kirigami-addons"
|
|
SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
|
|
|
|
LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) LGPL-2+ LGPL-2.1+"
|
|
SLOT="5"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
>=dev-qt/qtdeclarative-${QTMIN}:5
|
|
>=dev-qt/qtgui-${QTMIN}:5
|
|
>=dev-qt/qtnetwork-${QTMIN}:5
|
|
>=dev-qt/qtquickcontrols2-${QTMIN}:5
|
|
>=kde-frameworks/ki18n-${KFMIN}:5
|
|
>=kde-frameworks/kirigami-${KFMIN}:5
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
test? (
|
|
>=dev-qt/qtmultimedia-${QTMIN}:5[qml(+)]
|
|
)
|
|
"
|