diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-16 15:50:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-16 16:10:11 +0200 |
commit | 524f23aec3415a004813ab5ddbc05980d2950a61 (patch) | |
tree | 86556bbe235a2f41f1f389d5d8812abbcba4d1cb /kde-plasma/plasma-sdk | |
parent | app-backup/btrbk: 0.27.0 version bump (diff) | |
download | gentoo-524f23aec3415a004813ab5ddbc05980d2950a61.tar.gz gentoo-524f23aec3415a004813ab5ddbc05980d2950a61.tar.bz2 gentoo-524f23aec3415a004813ab5ddbc05980d2950a61.zip |
kde-plasma: Add KDE Plasma 5.14.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/plasma-sdk')
-rw-r--r-- | kde-plasma/plasma-sdk/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-sdk/plasma-sdk-5.14.1.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index 3ff8cbe7c676..3bebe4a54f49 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1,3 +1,4 @@ DIST plasma-sdk-5.12.5.tar.xz 243568 BLAKE2B a8c5b448843c14a1d0f4dfde1ae7857edcdc61e5ad8c295c42ba3d96e1721162e6ece0de2f4bcd50fbd48e7d5c5a497686313c67838c8b1d3e676d7d58e4aa2c SHA512 c04d5d5fd1782fb3dbf53ff3ca1f05a79b399fbc43ac2698ca68ae713d98c93b87519c10b879b8afe0c8e8cf900016ef42b531bfff40c16951fbe3dad225965b DIST plasma-sdk-5.12.7.tar.xz 245872 BLAKE2B c96941fb41d6343e631b8c7571e9112432f8b0886332d2e0225c86abaf8d95565e60444139af572e7d906a13736ee51b5a6f76538e606c0cdf9c06a240f116c5 SHA512 a12ed059838e282e72772b9113ebdb8977525dc76a2c3d8c377871e7157c9c78de87d1e11ce704123df0b39c3c0f5e48b533b69404367f917557804c372a8c8c DIST plasma-sdk-5.13.5.tar.xz 250032 BLAKE2B 0269457091da4d462450883eeb7a7d7ccc26bb59804a8fe6ce04c131a77f2f0146060717479ace02f2f9b629b77188f44ac8d1217094e2a6d2429a3dc2b86c00 SHA512 bf73297d8d62c5336c1cb8c6c3e5918efce0a2a069c1b76f4e0c2b6d421aa3ee37f427a3f22c17d2b045af9a807a4104ab142d95b5c92f71237a72ffacd709f6 +DIST plasma-sdk-5.14.1.tar.xz 250128 BLAKE2B 975a274122dfcf7c6213f7b46eb5f3ffade94d165912750fc41c1d5482d28115dc7ec5dc43ee292e6a5ed3858510211e572da5b8bb0814b56cf8fd94f22e2ff0 SHA512 0d9dd6369b9835efd4c0647e087379bd1885ef02484f51f14cb9e160c6b0a2784dca1019bfc1241806141f3eed93ab0780eadeee3129b5e83962346dc80fd347 diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.14.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.14.1.ebuild new file mode 100644 index 000000000000..334020a60fd3 --- /dev/null +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.14.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="optional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Useful applications for Plasma development" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(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 ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kpackage) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !dev-util/plasmate + $(add_frameworks_dep kirigami) +" |