aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-08 12:48:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-08 12:48:37 +0200
commitafd6569c6374e774bb97c3940edcafdd434d560a (patch)
tree84795689f8c58f2a440797bd948d2af23577713f /kde-apps/ktp-call-ui
parentprofiles: Add kde-apps-19.08.2 package.mask (diff)
downloadkde-afd6569c6374e774bb97c3940edcafdd434d560a.tar.gz
kde-afd6569c6374e774bb97c3940edcafdd434d560a.tar.bz2
kde-afd6569c6374e774bb97c3940edcafdd434d560a.zip
kde-apps: Add KDE Applications 19.08.2
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ktp-call-ui')
-rw-r--r--kde-apps/ktp-call-ui/Manifest1
-rw-r--r--kde-apps/ktp-call-ui/ktp-call-ui-19.08.2.ebuild41
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/ktp-call-ui/Manifest b/kde-apps/ktp-call-ui/Manifest
new file mode 100644
index 0000000000..f0e7f63b7b
--- /dev/null
+++ b/kde-apps/ktp-call-ui/Manifest
@@ -0,0 +1 @@
+DIST ktp-call-ui-19.08.2.tar.xz 97152 BLAKE2B 2bc6aeb492db519be29a747edb690c6fed212c5c9fa86c4f3bf3f8f81bf775c7b81edfb6e62c7fb711584f6337249ce3ca1908b418c33f540b529093f1b28191 SHA512 fdcffa8d01602b3aa8ece38f11c5ed7b6a943501ad86952a08baef1b75a067e1182a2f140fcb5ad5849b1d7188cc38c869cf3473ad20d41de61790eda2057078
diff --git a/kde-apps/ktp-call-ui/ktp-call-ui-19.08.2.ebuild b/kde-apps/ktp-call-ui/ktp-call-ui-19.08.2.ebuild
new file mode 100644
index 0000000000..ea5c7e4e09
--- /dev/null
+++ b/kde-apps/ktp-call-ui/ktp-call-ui-19.08.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="KDE Telepathy audio/video conferencing ui"
+HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep ktp-common-internals)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ dev-libs/glib:2
+ media-libs/phonon[qt5(+)]
+ media-libs/qt-gstreamer[qt5(+)]
+ net-libs/farstream:0.2
+ net-libs/telepathy-farstream
+ net-libs/telepathy-qt[farstream,qt5(+)]
+"
+# TODO: dep leak suspect
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep kcmutils)
+"