diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2022-03-31 06:57:06 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2022-03-31 06:57:38 +0500 |
commit | 8a87b7b5adf484260fa2310dc0004a7b79eb488b (patch) | |
tree | de5ce06fe59594504153ec53092668f6de31c974 /kde-frameworks | |
parent | qbs.eclass: new eclass (diff) | |
download | guru-8a87b7b5adf484260fa2310dc0004a7b79eb488b.tar.gz guru-8a87b7b5adf484260fa2310dc0004a7b79eb488b.tar.bz2 guru-8a87b7b5adf484260fa2310dc0004a7b79eb488b.zip |
kde-frameworks/kquickchatcomponents: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild | 25 | ||||
-rw-r--r-- | kde-frameworks/kquickchatcomponents/metadata.xml | 8 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild b/kde-frameworks/kquickchatcomponents/kquickchatcomponents-9999.ebuild new file mode 100644 index 000000000..afa8ebdbb --- /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 000000000..7ebbd0334 --- /dev/null +++ b/kde-frameworks/kquickchatcomponents/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>cyber+gentoo@sysrq.in</email> + <name>Anna</name> + </maintainer> +</pkgmetadata> |