summaryrefslogtreecommitdiff
path: root/kde-apps/plasma-telepathy-meta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-23 02:44:06 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-23 02:44:06 +0100
commitf019a919bf109460ee009a5f9210b99d0467db97 (patch)
tree5e62ee11b837b7b408bb93bf2f01eb74f7b8a73f /kde-apps/plasma-telepathy-meta
parent6a9905e269a1104c93dceb41e2627a8568642946 (diff)
gentoo auto-resync : 23:08:2022 - 02:44:06
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-22.08.0.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 8cf03111bec0..a5bdc6856c12 100644
--- a/kde-apps/plasma-telepathy-meta/Manifest
+++ b/kde-apps/plasma-telepathy-meta/Manifest
@@ -1,2 +1,3 @@
EBUILD plasma-telepathy-meta-22.04.3.ebuild 919 BLAKE2B ac3358b5085238750b4ea3edc37308f86137ba2b9f1e2925e212191e5e80926d79e95b7409d56905ca1363ebb363749b15b90a46e50b4011f8de589e11f996a6 SHA512 37bcce628ebc82d15290ba0e9cbfb5266d901a6695b7f4e161342c1c7db35f7dd34f4f91c3beffe6d06f8af50cd8a26a25ca78e19155fd6be14efbadf1269e0c
+EBUILD plasma-telepathy-meta-22.08.0.ebuild 922 BLAKE2B d55dec304a373284efa2b9628ba03b2562dfc7846a7dee8b1d5983dede2364d1927c3f5dad352ab1ef9bb606bfe23574c9205b9257918814a7308ce8bb400238 SHA512 b3da58fe8528851ad0fd40a513696b8f6547e7ae4b0005df9453271923b9ae6b3e48bca25fb20e5e4c4cb5724f467bdb731b203eaf07f5ddd23b92cbbb8e3041
MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6
diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-22.08.0.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-22.08.0.ebuild
new file mode 100644
index 000000000000..d906c083911b
--- /dev/null
+++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-22.08.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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."
+}