mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
kde-frameworks/kquickchatcomponents: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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 )
|
||||
8
kde-frameworks/kquickchatcomponents/metadata.xml
Normal file
8
kde-frameworks/kquickchatcomponents/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user