dev-lang/vala: p.masked bump to 0.45.3
[gentoo.git] / kde-apps / plasma-telepathy-meta / plasma-telepathy-meta-18.12.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 DESCRIPTION="Plasma Telepathy client"
7 HOMEPAGE="https://community.kde.org/KTp"
8
9 LICENSE="metapackage"
10 SLOT="5"
11 KEYWORDS="amd64 ~arm64 x86"
12 IUSE="gstreamer"
13
14 RDEPEND="
15         >=kde-apps/ktp-accounts-kcm-${PV}:${SLOT}
16         >=kde-apps/ktp-approver-${PV}:${SLOT}
17         >=kde-apps/ktp-auth-handler-${PV}:${SLOT}
18         >=kde-apps/ktp-common-internals-${PV}:${SLOT}
19         >=kde-apps/ktp-contact-list-${PV}:${SLOT}
20         >=kde-apps/ktp-contact-runner-${PV}:${SLOT}
21         >=kde-apps/ktp-desktop-applets-${PV}:${SLOT}
22         >=kde-apps/ktp-filetransfer-handler-${PV}:${SLOT}
23         >=kde-apps/ktp-kded-module-${PV}:${SLOT}
24         >=kde-apps/ktp-send-file-${PV}:${SLOT}
25         >=kde-apps/ktp-text-ui-${PV}:${SLOT}
26         gstreamer? ( >=kde-apps/ktp-call-ui-${PV}:${SLOT} )
27 "
28
29 pkg_postinst() {
30         elog "You can configure the accounts in Plasma System Settings"
31         elog "and then add the Instant Messaging plasma applet to access the contact list."
32 }