kde-apps/ktp-contact-runner: amd64 stable wrt bug #700038
[gentoo.git] / kde-apps / ktp-contact-runner / ktp-contact-runner-19.08.3.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 PVCUT=$(ver_cut 1-3)
7 KFMIN=5.60.0
8 QTMIN=5.12.3
9 inherit ecm kde.org
10
11 DESCRIPTION="KDE Telepathy krunner plugin"
12 HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
13
14 LICENSE="LGPL-2.1"
15 SLOT="5"
16 KEYWORDS="amd64 ~arm64 ~x86"
17 IUSE=""
18
19 RDEPEND="
20         >=kde-frameworks/kcoreaddons-${KFMIN}:5
21         >=kde-frameworks/ki18n-${KFMIN}:5
22         >=kde-frameworks/krunner-${KFMIN}:5
23         >=kde-apps/ktp-common-internals-${PVCUT}:5
24         >=dev-qt/qtdbus-${QTMIN}:5
25         >=dev-qt/qtgui-${QTMIN}:5
26         >=dev-qt/qtwidgets-${QTMIN}:5
27         net-libs/telepathy-qt[qt5(+)]
28 "
29 DEPEND="${RDEPEND}
30         >=kde-frameworks/kservice-${KFMIN}:5
31 "