diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-06 15:19:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-06 16:13:05 +0100 |
commit | e0d959b952e0d6584ea86e0f6ef4d5c017d7856b (patch) | |
tree | 7994321e886ad0f3bef371f7f6859cebe024b368 /kde-plasma/plasma-sdk | |
parent | sci-physics/root: version bump to 6.12/06 (diff) | |
download | gentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.tar.gz gentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.tar.bz2 gentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.zip |
kde-plasma: Add KDE Plasma 5.12.3
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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.12.3.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index ca0353c14dfa..5b9bd256bec1 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1,2 +1,3 @@ DIST plasma-sdk-5.11.5.tar.xz 265048 BLAKE2B 3da4125bb0db4801462ce5907329dc95a4102dacb0d09e404dd0af85d7dfeae44d4be6b60de6828999769c631c1ad09a52359501d7e9454c18ea2d91757df367 SHA512 b7259e5d17f209edf3bf07a37fb7a2efd0be08a5d34ab78115c55f94c74862e076cf58446ce67327c8021800086d282587cbec0e7ab8634b12ed009de3c26090 DIST plasma-sdk-5.12.2.tar.xz 250052 BLAKE2B 60581d0dae0ee19faf2e16352777f61479e175a5fd581f336b21e6fd4e16bacae336885ce13a7508dc350803cd410df048920fb1b2311b1fbef7b61fe9e2aa06 SHA512 5f2b3b010ec40efbed70bc45b0931382ec6d0fbe09c4e615423249c1aa0295fefca0ad2b949ccac7ef350b8b7e39723827f8798d7676f430685a08ecacc6407c +DIST plasma-sdk-5.12.3.tar.xz 243508 BLAKE2B fe7e8a01b95a521de9fbd6bf0d09d56cd985cc84de6cd00c6c6c76ecbf09ec683cdc2c6a591f8ec2e37e7ecb6768ade76ad4b88fbe18bb1fd417df3fd0a5b114 SHA512 94e9c3e32ad1dbe5a3efde03ec3d25428a4685e3920aab3b85078ad93720b4d42959b95a18eaa473d9b44a8913b58fb4a2280abd1875f3ebec0179c9309cbb50 diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.12.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.12.3.ebuild new file mode 100644 index 000000000000..47de95ae2130 --- /dev/null +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.12.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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) +" |