From b0b8539bd0af614bff317abb81980b50b47cb313 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 10 Jul 2018 12:42:56 +0200 Subject: kde-plasma: Add KDE Plasma 5.13.3 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- kde-plasma/plasma-nm/Manifest | 1 + kde-plasma/plasma-nm/plasma-nm-5.13.3.ebuild | 75 ++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 kde-plasma/plasma-nm/plasma-nm-5.13.3.ebuild (limited to 'kde-plasma/plasma-nm') diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest index 7ea3fefff3ef..1a9ab365d1e5 100644 --- a/kde-plasma/plasma-nm/Manifest +++ b/kde-plasma/plasma-nm/Manifest @@ -1,3 +1,4 @@ DIST plasma-nm-5.12.5.tar.xz 703236 BLAKE2B f522d11a182b589beae46a2aae6c59b6964da7d073e8bae14464cd99fb29d9fc0188113a7a00ed568646daf7a22ef2000c3ccaee848361f50caaff6087364c40 SHA512 7c61743d028d27ead7b7c373757f5ea82703808702d31546477558a631607c15d867140624391b803a72f5675c96853e1eea07c7af3001718a96c36d6c3191c6 DIST plasma-nm-5.12.6.tar.xz 704664 BLAKE2B 5dd1741873d4b79a8d69d32065e95e9133244b01cce43e7242f07a4039e96cdbc93d864627cd6876f03a396da6d636cc877fe73fd879be14d65e839cf2b2e26d SHA512 aa1554ebf73bd0495722ebd58da5d12b6703335b6fa395f5a330911bbe563f113ed5fc3d78e20427b6af932da6e39faea539a6e6a1e3db9f61eb64bab7b62c60 DIST plasma-nm-5.13.2.tar.xz 704388 BLAKE2B 36ef5a985eda875e467bf4d92da658cc65299957dccdb0da0940b5d42778659155faa1fe61e3e039caa4f452f7de50f7855fd8825f57e5125be364b3efb9170a SHA512 584215a1dd661fa3806391a13a113d9d399cbad8ec780d53eb00ed0a5341969b6dfffcbfc85c7c19df656a46b9a1c404d2d24e8748ebc36d0014f3622bdcd1cb +DIST plasma-nm-5.13.3.tar.xz 701100 BLAKE2B 96c16b0884717012a10dcc86218dc01833e51cf1a6f0d5951f8d77c7095ca65ec07da8ea2e0cc333f8aa2ef5500caf190ab69b099cf62d3295a742f5c34ea1fd SHA512 1e0c05261255ec78cb4b8bf711cf96c1829de12cb012257e8696dd5ab59a287daeb08253dbda1db1676c722924cb83c38430c257a8a716e2d632badfdd48868b diff --git a/kde-plasma/plasma-nm/plasma-nm-5.13.3.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.13.3.ebuild new file mode 100644 index 000000000000..626c931ef3d1 --- /dev/null +++ b/kde-plasma/plasma-nm/plasma-nm-5.13.3.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Plasma applet for NetworkManager" +LICENSE="GPL-2 LGPL-2.1" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="modemmanager openconnect teamd" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep networkmanager-qt 'teamd=') + $(add_frameworks_dep plasma) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + >=app-crypt/qca-2.1.1:2[qt5(+)] + net-misc/networkmanager[teamd=] + modemmanager? ( + $(add_frameworks_dep modemmanager-qt) + $(add_qt_dep qtxml) + net-misc/mobile-broadband-provider-info + ) + openconnect? ( + $(add_qt_dep qtxml) + net-misc/networkmanager-openconnect + net-vpn/openconnect:= + ) +" +RDEPEND="${DEPEND} + $(add_plasma_dep kde-cli-tools) + !kde-plasma/plasma-nm:4 +" + +src_configure() { + local mycmakeargs=( + -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager) + $(cmake-utils_use_find_package modemmanager KF5ModemManagerQt) + $(cmake-utils_use_find_package openconnect OpenConnect) + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version "kde-plasma/plasma-workspace:5"; then + einfo "${PN} is not terribly useful without kde-plasma/plasma-workspace:5." + einfo "However, the networkmanagement KCM can be called from either systemsettings" + einfo "or manually: $ kcmshell5 kcm_networkmanagement" + fi +} -- cgit v1.2.3-65-gdbad