commit:     0e275d5e59d8633fb61ec86ae42a62127906b2ea
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 23:14:16 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 23:50:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e275d5e

net-im/neochat: Add net-im/libquotient slot op

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/neochat/neochat-22.11-r2.ebuild | 60 ++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/net-im/neochat/neochat-22.11-r2.ebuild 
b/net-im/neochat/neochat-22.11-r2.ebuild
new file mode 100644
index 000000000000..9b51d5a366fa
--- /dev/null
+++ b/net-im/neochat/neochat-22.11-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK=optional
+ECM_TEST=true
+KDE_ORG_CATEGORY=network
+KFMIN=5.99.0
+QTMIN=5.15.5
+inherit ecm plasma-mobile.kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/neochat/";
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+       KEYWORDS="~amd64 ~arm64 ~ppc64"
+fi
+
+LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
+SLOT="0"
+
+DEPEND="
+       app-text/cmark:=
+       >=dev-libs/kirigami-addons-0.6:5
+       dev-libs/qcoro5
+       dev-libs/qtkeychain:=[qt5(+)]
+       >=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/kconfigwidgets-${KFMIN}:5
+       >=kde-frameworks/kcoreaddons-${KFMIN}:5
+       >=kde-frameworks/kdbusaddons-${KFMIN}:5
+       >=kde-frameworks/ki18n-${KFMIN}:5
+       >=kde-frameworks/kio-${KFMIN}:5
+       >=kde-frameworks/kirigami-${KFMIN}:5
+       >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+       >=kde-frameworks/knotifications-${KFMIN}:5[qml]
+       >=kde-frameworks/kwindowsystem-${KFMIN}:5
+       >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+       >=kde-frameworks/sonnet-${KFMIN}:5[qml]
+       media-libs/kquickimageeditor:5
+       >=net-libs/libquotient-0.6:=
+"
+RDEPEND="${DEPEND}
+       >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+       >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+       >=kde-frameworks/purpose-${KFMIN}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+       "${FILESDIR}/${P}-fix-crash-notification-settings.patch" # KDE-bug 
#462853
+       "${FILESDIR}/${P}-hide-dev-settings-loading.patch" # KDE-bug #462900
+)

Reply via email to