diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-25 15:52:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-25 16:52:15 +0200 |
commit | 8d1d62c64b66bfce3107bc20b3cedf8e189bac82 (patch) | |
tree | 87be3b570a957c50e3f8972c0e2ec6fda11ccfc3 /kde-plasma/ksysguard | |
parent | net-misc/smb4k: Drop 3.0.0-r1 (diff) | |
download | gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.tar.gz gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.tar.bz2 gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.zip |
kde-plasma: Add KDE Plasma 5.16.2
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r-- | kde-plasma/ksysguard/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/ksysguard/ksysguard-5.16.2.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest index 8077609223b2..3d412ea00284 100644 --- a/kde-plasma/ksysguard/Manifest +++ b/kde-plasma/ksysguard/Manifest @@ -1,2 +1,3 @@ DIST ksysguard-5.15.5.tar.xz 500116 BLAKE2B 1a22e419af79685e241265d392eed7502998df88168adc4292c8500a152a8d1142d56c4a34dee409b29745d8a07f889c241b3ab9ab8f09f3eec68d1ec5826c79 SHA512 ae74adac0a4b20d9ddcf9b172542a3c96de46adb66b2f6c1d4e5f97562572e365f777d1daffd82e677ca1be37e868425112f69bd6e85e51118dc557f66ab5b8e DIST ksysguard-5.16.1.tar.xz 500428 BLAKE2B 394ebc2791fdaf9bdb766be939fd992100594886c47dd5ab5274032ab19ebb980096f1f0cf389816e61ed4f07fb2557cf60af31cc27e3c752ee46e938b07fb5a SHA512 eced94d925ae2ceea44e751cf74d4cd7d26fde553dc04e000a214a8c63c0e09be39261304ef0d5ba1bf2ef4fcc78ed4ab08ef386294063e425bc6873f697a4d6 +DIST ksysguard-5.16.2.tar.xz 500496 BLAKE2B 95aa0af969428e1c3325a501d978c3cdda429486af6e31905b824fbccdfd7395762770785c236c2c516234b7ab41b3719099623606faeea45f4edd4670dcf867 SHA512 3addf9fd9c7b30ec1c54edc9afdeef055a530cedef870defe1ac9360d4ba2003c430c06b5fd1ad8a40fd13744c1935c31800e6e3653e10aad369d11e03886728 diff --git a/kde-plasma/ksysguard/ksysguard-5.16.2.ebuild b/kde-plasma/ksysguard/ksysguard-5.16.2.ebuild new file mode 100644 index 000000000000..dc21acd63e69 --- /dev/null +++ b/kde-plasma/ksysguard/ksysguard-5.16.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Network-enabled task manager and system monitor" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="lm_sensors" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_plasma_dep libksysguard '-minimal(-)') + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + lm_sensors? ( sys-apps/lm_sensors:= ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package lm_sensors Sensors) + ) + + kde5_src_configure +} |