diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-29 21:43:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-29 23:21:35 +0100 |
commit | 484c9dded4c2473cc9cf94f0ea2f4b87ae3ee5fd (patch) | |
tree | 38d93021acd0016cf8d9e739e232b856cdaace75 /kde-plasma/plasma-sdk | |
parent | profiles: arm64: Add kde-plasma/plasma-meta[thunderbolt] to p.use.mask (diff) | |
download | gentoo-484c9dded4c2473cc9cf94f0ea2f4b87ae3ee5fd.tar.gz gentoo-484c9dded4c2473cc9cf94f0ea2f4b87ae3ee5fd.tar.bz2 gentoo-484c9dded4c2473cc9cf94f0ea2f4b87ae3ee5fd.zip |
kde-plasma: Add KDE Plasma 5.17.2
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.17.2.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index b4938bbf5d0f..126a8dda8ad6 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1,2 +1,3 @@ DIST plasma-sdk-5.16.5.tar.xz 250148 BLAKE2B 29fad7533515756df87865cfd55b1531ba30de77eb52115475fe352ee9df12b144dff2e9bebe44b76f742e903f75edd7e91ee2b7a53ce1154f1b8143748a855f SHA512 95ed00eebe787ec36d68f47e01f717cb5929c7c15c89b33be5b8edac7c9c4d700af6b81c6353e1b5bc783360f542b8284b78706f4c4de398d10db1bcaf23e4fe DIST plasma-sdk-5.17.1.tar.xz 259148 BLAKE2B e58d420c569e1c1cb849237ad9fbdd34aa3a4752d5d2a170fded076eef2bfab0af4aac4c459df003e4feb3c0653557fa3aa6377f4bc846267d1fe16bb4c0a812 SHA512 15005f36beb2151963c949c8c1f91f0512264a7e110537c61a3fa47716d87b1479a08fdbe14e7291c8cb7118438427a85f6c1d5737ade1c50f283f96d90d6abe +DIST plasma-sdk-5.17.2.tar.xz 257992 BLAKE2B e080ab9050a674669befda1b113f225f140ac67a4ae95eb02e1fb422fc8fb5bf65e7c92f824387f2b6fd618597ccb397cfa242100699c8870c4c5b8364f00291 SHA512 c431f7736c04228a8bca398ee7e17bbf2d77c9824784aa6ccdc7d2bc07bcd5cef439dfd099da4db5296a83c455790abd8f783f68676ad8a378868c1fc41025b0 diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.17.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.17.2.ebuild new file mode 100644 index 000000000000..370965cfc720 --- /dev/null +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.17.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="optional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Useful applications for Plasma development" +KEYWORDS="~amd64 ~arm ~arm64 ~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} + $(add_frameworks_dep kirigami) +" |