diff options
author | Johannes Huber <johu@gentoo.org> | 2016-04-22 13:49:32 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-04-22 14:35:23 +0200 |
commit | 4ab2c937e199d38434e68fc791268c9f2b0ae27a (patch) | |
tree | 99b0f518f02296507adf1b3b8223e3e03608d5c6 /kde-apps | |
parent | net-im/ktp-text-ui -> kde-apps/ktp-text-ui (diff) | |
download | gentoo-4ab2c937e199d38434e68fc791268c9f2b0ae27a.tar.gz gentoo-4ab2c937e199d38434e68fc791268c9f2b0ae27a.tar.bz2 gentoo-4ab2c937e199d38434e68fc791268c9f2b0ae27a.zip |
net-im/kde-telepathy-meta -> kde-apps/plasma-telepathy-meta
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-0.9.0.ebuild | 37 | ||||
-rw-r--r-- | kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.12.3.ebuild | 2 |
2 files changed, 38 insertions, 1 deletions
diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-0.9.0.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-0.9.0.ebuild new file mode 100644 index 000000000000..13fa87b37012 --- /dev/null +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-0.9.0.ebuild @@ -0,0 +1,37 @@ +# 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 +} diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.12.3.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.12.3.ebuild index 115038d32162..4c523f36dec1 100644 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.12.3.ebuild +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.12.3.ebuild @@ -27,7 +27,7 @@ RDEPEND=" $(add_kdeapps_dep ktp-kded-module) $(add_kdeapps_dep ktp-send-file) $(add_kdeapps_dep ktp-text-ui) - !net-im/kde-telepathy-meta + !kde-apps/plasma-telepathy-meta:4 nls? ( $(add_kdeapps_dep ktp-l10n '' ${L10N_MINIMAL}) ) |