From 57b4d883043971cfb3aad770a655ebae708c4329 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 22 Mar 2022 10:06:56 +0100 Subject: [PATCH] net-im/neochat: New package Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay + + + + kde@gentoo.org + Gentoo KDE Project + + + https://bugs.kde.org/ + + diff --git a/net-im/neochat/neochat-22.02.ebuild b/net-im/neochat/neochat-22.02.ebuild new file mode 100644 index 0000000..7686f74 --- /dev/null +++ b/net-im/neochat/neochat-22.02.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.77.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Client for Matrix, the decentralized communication protocol" +HOMEPAGE="https://apps.kde.org/neochat/" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + #SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + SRC_URI="https://invent.kde.org/network/${PN}/-/archive/v${PV}/${P}.tar.bz2" + KEYWORDS="~amd64 ~ppc64" +fi + +LICENSE="GPL-3" +SLOT="0" + +DEPEND=" + app-text/cmark:= + dev-libs/qtkeychain:= + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtmultimedia-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtsvg-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + media-libs/kquickimageeditor:5 + >=net-libs/libquotient-0.6 +" +RDEPEND="${DEPEND} + >=dev-qt/qtgraphicaleffects-${QTMIN}:5 + >=dev-qt/qtmultimedia-${QTMIN}:5[qml] + >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] + >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5 +" +BDEPEND="virtual/pkgconfig"