summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-18 12:40:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-18 16:29:37 +0200
commit77996f0bd46af757187d387e251f25fdf21a33f8 (patch)
tree18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/ktp-call-ui
parentwww-client/opera-beta: Old (diff)
downloadgentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz
gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2
gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
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.04.0.ebuild41
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/ktp-call-ui/Manifest b/kde-apps/ktp-call-ui/Manifest
index b7bc66786972..d24d2db70356 100644
--- a/kde-apps/ktp-call-ui/Manifest
+++ b/kde-apps/ktp-call-ui/Manifest
@@ -1 +1,2 @@
DIST ktp-call-ui-18.12.3.tar.xz 96256 BLAKE2B 5d363b047b453880810524eebdd64c043f1c0ded2a51be69f532497ae9421a4e8e6c99156dc106859363c62769a80b9a956b14e568fa7af053c3efe716975adc SHA512 5c8ccd3b0cd611c5b1760bf15e37b960e24cc5f5c448e80e8fdd1d2efc88157d1f8968877077c74365806f67804e5b9bee2025a97f10fed3f985ae41b545d599
+DIST ktp-call-ui-19.04.0.tar.xz 96268 BLAKE2B e9d87ad5d05dc2e640a75620f9861a06d8d9d9f0c39c37a4237763c33acdee10430912adb309cc80dca97b9bcbf564c6b9a73d17a1a9aa2115677fd4bb7152ed SHA512 6583812e628bd178707bd8a6dbc9f86235e8b34c16b63f09949dae16c1ddb93b6162a7597af99935e068ba9707b49019ddce53a0d6d3d1f6aaee2dc67f4f79ef
diff --git a/kde-apps/ktp-call-ui/ktp-call-ui-19.04.0.ebuild b/kde-apps/ktp-call-ui/ktp-call-ui-19.04.0.ebuild
new file mode 100644
index 000000000000..ea5c7e4e0955
--- /dev/null
+++ b/kde-apps/ktp-call-ui/ktp-call-ui-19.04.0.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)
+"