diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-19 15:33:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-19 15:33:37 +0200 |
commit | 1d72a0a1cd87d7401ef850a98513c7e080d7d2e1 (patch) | |
tree | cb93e377edcbd097f32d02b97f3a1a9a5d851b10 /kde-apps/ktp-text-ui | |
parent | sys-kernel/gentoo-sources: Linux patch 4.16.3 (diff) | |
download | gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.tar.gz gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.tar.bz2 gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.zip |
kde-apps: Add KDE Applications 18.04.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/ktp-text-ui')
-rw-r--r-- | kde-apps/ktp-text-ui/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktp-text-ui/ktp-text-ui-18.04.0.ebuild | 56 |
2 files changed, 57 insertions, 0 deletions
diff --git a/kde-apps/ktp-text-ui/Manifest b/kde-apps/ktp-text-ui/Manifest index ff98d3e1155c..49d08eb5092c 100644 --- a/kde-apps/ktp-text-ui/Manifest +++ b/kde-apps/ktp-text-ui/Manifest @@ -1 +1,2 @@ DIST ktp-text-ui-17.12.3.tar.xz 468592 BLAKE2B d4a4aadce200e67f40ec16382902f386ff06bc14bcbc0b91fd7ad0193eaf31e9bf7b1e8fefdf80dbf1cbd6e3e100a61fefcfcf1a67d4dd578f2191760877519b SHA512 2ae0dbfac8f23e478cf208be610cb2d5b73648b1bda43af75f4fa33dcbdb00a5342a19c4b2b6cd8c5a59a07ec6ca3a8d3d8d95cbc42d24c4b74ff40ee22b427f +DIST ktp-text-ui-18.04.0.tar.xz 469208 BLAKE2B 83c1974017bf493c8eb5766a10a3157bbe83895e3a31744d740d4d40ad5b9abb14c5d3eeac363a880e249530b6f9ac94d4bbcc014bf65a85eb09cebe82d8d59d SHA512 163acff7ce2b766093b2eedd92ec2c3cffa246d78fe76763ddded5e036127375c7563e9ebe9462cc6d7bec1e9955874436ebc16173cbde76b779a903688dd6d6 diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-18.04.0.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-18.04.0.ebuild new file mode 100644 index 000000000000..d8d737632890 --- /dev/null +++ b/kde-apps/ktp-text-ui/ktp-text-ui-18.04.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy text chat window" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="Apache-2.0 || ( AFL-2.1 BSD ) GPL-2+ LGPL-2.1+ MIT" +KEYWORDS="~amd64 ~x86" +IUSE="speech" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdewebkit) + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kpeople) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_kdeapps_dep ktp-common-internals otr) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + net-libs/telepathy-qt[qt5(+)] + speech? ( $(add_qt_dep qtspeech) ) +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep ktp-contact-list) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + ) + + kde5_src_configure +} |