You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-0.9.0...

38 lines
1013 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="Plasma Telepathy client"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
KEYWORDS="~amd64 ~x86"
LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
SLOT="4"
IUSE=""
DEPEND=""
RDEPEND="
>=kde-apps/ktp-accounts-kcm-${PV}:4
>=kde-apps/ktp-approver-${PV}:4
>=kde-apps/ktp-auth-handler-${PV}:4
>=kde-apps/ktp-call-ui-${PV}:4
>=kde-apps/ktp-common-internals-${PV}:4
>=kde-apps/ktp-contact-list-${PV}:4
>=kde-apps/ktp-contact-runner-${PV}:4
>=kde-apps/ktp-desktop-applets-${PV}:4
>=kde-apps/ktp-filetransfer-handler-${PV}:4
>=kde-apps/ktp-kded-module-${PV}:4
>=kde-apps/ktp-send-file-${PV}:4
>=kde-apps/ktp-text-ui-${PV}:4
net-im/telepathy-connection-managers
"
pkg_postinst() {
echo
elog "You can configure the accounts in the KDE Plasma System Settings"
elog "and then add the Instant Messaging plasma applet to access the contact list."
echo
}