summaryrefslogtreecommitdiff
path: root/kde-apps/plasma-telepathy-meta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
commit814f4cf860e299a046b649eaee5463427984c09c (patch)
tree74c45f097899310e599dad6b8df5b63e0f085bc0 /kde-apps/plasma-telepathy-meta
parent7f0ccc917c7abe6223784c703d86cd14755691fb (diff)
gentoo resync : 08.07.2021
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-21.04.3.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/plasma-telepathy-meta/Manifest b/kde-apps/plasma-telepathy-meta/Manifest
index 4c431f34c20a..fe250e1f6993 100644
--- a/kde-apps/plasma-telepathy-meta/Manifest
+++ b/kde-apps/plasma-telepathy-meta/Manifest
@@ -1,3 +1,4 @@
EBUILD plasma-telepathy-meta-20.12.3.ebuild 919 BLAKE2B eac14f096d35e38d013f3ce0e9c22d6789ed4c9283c091d6649be5eb3c988d3a18d9e3d22ba2b2d09428092bba6dd541147a0790658be73a53a28c724e81c0e1 SHA512 16d5447f93f7be39ed619da5ac843fbb8a58b342def5cc60f225102c8d28007ef1eb57848944ab1c4a28270ec6dab8dab56b15dde16a43824b354d5eaad66a84
EBUILD plasma-telepathy-meta-21.04.2.ebuild 922 BLAKE2B 2d73d322b061cd9b9685089340e946773ce49efcdc5e35b4c93e53a0f8d867a94f5dd5b988b141552c2213e77eabd954ac34c1a074b74135bcfce449aa39ba27 SHA512 70424b1aed5e86fa90e8f3c0b61bffbf9cc383900e4d12e3d5bb9d82f9c3d3bfd49947d04448e948a3772b4d30a4f8da2cf2cf8cc0067abeedcad3f9fdcc20ca
+EBUILD plasma-telepathy-meta-21.04.3.ebuild 922 BLAKE2B 2d73d322b061cd9b9685089340e946773ce49efcdc5e35b4c93e53a0f8d867a94f5dd5b988b141552c2213e77eabd954ac34c1a074b74135bcfce449aa39ba27 SHA512 70424b1aed5e86fa90e8f3c0b61bffbf9cc383900e4d12e3d5bb9d82f9c3d3bfd49947d04448e948a3772b4d30a4f8da2cf2cf8cc0067abeedcad3f9fdcc20ca
MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-21.04.3.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-21.04.3.ebuild
new file mode 100644
index 000000000000..bd57c061107a
--- /dev/null
+++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-21.04.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Plasma Telepathy client"
+HOMEPAGE="https://community.kde.org/KTp"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=kde-apps/ktp-accounts-kcm-${PV}:${SLOT}
+ >=kde-apps/ktp-approver-${PV}:${SLOT}
+ >=kde-apps/ktp-auth-handler-${PV}:${SLOT}
+ >=kde-apps/ktp-common-internals-${PV}:${SLOT}
+ >=kde-apps/ktp-contact-list-${PV}:${SLOT}
+ >=kde-apps/ktp-contact-runner-${PV}:${SLOT}
+ >=kde-apps/ktp-desktop-applets-${PV}:${SLOT}
+ >=kde-apps/ktp-filetransfer-handler-${PV}:${SLOT}
+ >=kde-apps/ktp-kded-module-${PV}:${SLOT}
+ >=kde-apps/ktp-send-file-${PV}:${SLOT}
+ >=kde-apps/ktp-text-ui-${PV}:${SLOT}
+"
+
+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."
+}