From 8a87b7b5adf484260fa2310dc0004a7b79eb488b Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Thu, 31 Mar 2022 06:57:06 +0500 Subject: [PATCH] kde-frameworks/kquickchatcomponents: initial import Signed-off-by: Anna (cybertailor) Vyalkova --- .../kquickchatcomponents-9999.ebuild | 25 +++++++++++++++++++ .../kquickchatcomponents/metadata.xml | 8 ++++++ 2 files changed, 33 insertions(+) create mode 100644 kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild create mode 100644 kde-frameworks/kquickchatcomponents/metadata.xml diff --git a/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild b/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild new file mode 100644 index 0000000000..afa8ebdbb8 --- /dev/null +++ b/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild @@ -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 ) diff --git a/kde-frameworks/kquickchatcomponents/metadata.xml b/kde-frameworks/kquickchatcomponents/metadata.xml new file mode 100644 index 0000000000..7ebbd03347 --- /dev/null +++ b/kde-frameworks/kquickchatcomponents/metadata.xml @@ -0,0 +1,8 @@ + + + + + cyber+gentoo@sysrq.in + Anna + +