summaryrefslogtreecommitdiff
path: root/kde-apps/plasma-telepathy-meta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-15 17:25:28 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-15 17:25:28 +0000
commit6b933047f46efec1aa747570f945344254227457 (patch)
treea12a4b87b38f954c4de435272cf4b90d721df5e8 /kde-apps/plasma-telepathy-meta
parentf45955e60d4da9b7f4a1088c98042f9c06669039 (diff)
gentoo resync : 15.12.2017
Diffstat (limited to 'kde-apps/plasma-telepathy-meta')
-rw-r--r--kde-apps/plasma-telepathy-meta/Manifest1
-rw-r--r--kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/plasma-telepathy-meta/Manifest b/kde-apps/plasma-telepathy-meta/Manifest
index d8a0bbbb1cb2..7173b7c9afcf 100644
--- a/kde-apps/plasma-telepathy-meta/Manifest
+++ b/kde-apps/plasma-telepathy-meta/Manifest
@@ -1,2 +1,3 @@
EBUILD plasma-telepathy-meta-17.08.3.ebuild 936 BLAKE2B db5856ec2ebf1204d125fb4dfbd1f57845f3ce1a00bf494456a9b657aa3dc20f38b12c1d0edfebb5e9a764a0b2d91c71eb05378dd30f646f0192289767630cff SHA512 ce5a8249c85e79140cf5d6f63c6cd7debcf56e431a552f9f3a618e056924582066def0bf33c68809b23a81551825b9a939066caedebc36c63782ad9d1b648049
+EBUILD plasma-telepathy-meta-17.12.0.ebuild 938 BLAKE2B 786645565d0b8953d4cebd79c3da10704ffb4d42ed081731d16dfc33d7216bc2a2945e930450846c9890897210933c7d071d0cffa7e73292a561587c55b3ae1f SHA512 d539629e88e73375e2418b111979689d39070b7d677744cf4b059ab572e53a1c46d849a2fe148c266edc3fc16e7ba358db9f68905c65a8601fea747950520ffc
MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.0.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.0.ebuild
new file mode 100644
index 000000000000..d687eeb37175
--- /dev/null
+++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Plasma Telepathy client"
+HOMEPAGE="https://community.kde.org/KTp"
+
+LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
+KEYWORDS="~amd64 ~x86"
+IUSE="gstreamer"
+
+RDEPEND="
+ $(add_kdeapps_dep ktp-accounts-kcm)
+ $(add_kdeapps_dep ktp-approver)
+ $(add_kdeapps_dep ktp-auth-handler)
+ $(add_kdeapps_dep ktp-common-internals)
+ $(add_kdeapps_dep ktp-contact-list)
+ $(add_kdeapps_dep ktp-contact-runner)
+ $(add_kdeapps_dep ktp-desktop-applets)
+ $(add_kdeapps_dep ktp-filetransfer-handler)
+ $(add_kdeapps_dep ktp-kded-module)
+ $(add_kdeapps_dep ktp-send-file)
+ $(add_kdeapps_dep ktp-text-ui)
+ gstreamer? ( $(add_kdeapps_dep ktp-call-ui) )
+"
+
+pkg_postinst() {
+ elog "You can configure the accounts in Plasma System Settings"
+ elog "and then add the Instant Messaging plasma applet to access the contact list."
+}