summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-07 16:59:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-07 16:59:55 +0100
commitc271267eba2dc6c051a57815c53b30f75c726f69 (patch)
tree5ab00c34aa81fb1f967afd6bc2ec00b20a10f4b2 /kde-plasma/plasma-sdk
parentwww-client/chromium: stable channel bump (62.0.3202.89) (diff)
downloadgentoo-c271267eba2dc6c051a57815c53b30f75c726f69.tar.gz
gentoo-c271267eba2dc6c051a57815c53b30f75c726f69.tar.bz2
gentoo-c271267eba2dc6c051a57815c53b30f75c726f69.zip
kde-plasma: Add KDE Plasma 5.11.3
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-plasma/plasma-sdk')
-rw-r--r--kde-plasma/plasma-sdk/Manifest1
-rw-r--r--kde-plasma/plasma-sdk/plasma-sdk-5.11.3.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 0384bfd95ea0..14efb7765da5 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
DIST plasma-sdk-5.10.5.tar.xz 246560 SHA256 cb833632b3baa4c9952c0096924acf8b1a0b918d4d162eb136c46631026f5656 SHA512 b29db30ece1778b353d7f6bb321d13e7903284497d9962c56273b0def879f97cea9a48ee2c44917907fb7b7db430d5fe878302a787937f7142c3dbd7ebd6bbfa WHIRLPOOL d4a1a54f13f6f9f4bf07f3f931b6166f603e75d1e17c573f31f4a51b7ca92c74476a78ab01965fa9405de2f7a2266afb81389adb286b5a672aa59ffc69877875
DIST plasma-sdk-5.11.2.tar.xz 249272 SHA256 9d2de297cceed78b8f39e5fa2e70444203e7dcd5f8529b8e1a587b33f2f05e81 SHA512 3b8d87dbe607686b2b0ee6b7c6c4ea5a8311dded988dc2b70226e7fc5c0689ef3e13b2d77797e2e7ebc143271677f1280c35cfd7676592228e59007dcff3191d WHIRLPOOL 2b5de812e5fc523579a81f6de4c5fff45f1692dec8b1b54ee8b09b71b6ce86f93ca9d2f5021457ec9dca2643efcf24a4628b90687359fb7b9b2d9dfc818b29b3
+DIST plasma-sdk-5.11.3.tar.xz 249256 SHA256 dacf6cbfcb81725dd33901d6cca0e5baa87e6e687d04e7d6dee43f358410049e SHA512 f5b3403e37afcf284ba7eaaff7a8777e19305ab86fa27f6b1c1176cd7a5d1a7654765e3725f99dc5548431dc868d56c2540a36c3f132f175868800c31955bf34 WHIRLPOOL d8bcf177c76db1344b5e20201ed8fab23c7f6a02413de2b88d995296b02d28b5d710e286a1e4af78ca1e1e88eefabfa9702c6c6563b0f12f126da79b9e8548bd
diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.11.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.11.3.ebuild
new file mode 100644
index 000000000000..13fb2afb6409
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.11.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 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)
+"