kde-frameworks/kquickchatcomponents: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-03-31 06:57:06 +05:00
parent bd38be65c8
commit 8a87b7b5ad
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="false"
KFMIN=5.70.0
QTMIN=5.15.0
inherit git-r3 ecm
DESCRIPTION="Set of chat components for QtQuick chat apps"
HOMEPAGE="https://invent.kde.org/libraries/kquickchatcomponents"
EGIT_REPO_URI="https://invent.kde.org/libraries/kquickchatcomponents.git"
LICENSE="CC0-1.0 LGPL-2+"
SLOT="5"
KEYWORDS=""
DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
"
RDEPEND="${DEPEND}"
DOCS=( README.md examples )