summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-24 20:36:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-24 20:37:43 +0200
commitfa5afa61befbe287b98df7f718e673c94b4a4c48 (patch)
tree69563062d82d932c21890904ed618166f149c359 /kde-plasma/plasma-sdk
parentsci-mathematics/why3-for-spark: Adding examples (diff)
downloadgentoo-fa5afa61befbe287b98df7f718e673c94b4a4c48.tar.gz
gentoo-fa5afa61befbe287b98df7f718e673c94b4a4c48.tar.bz2
gentoo-fa5afa61befbe287b98df7f718e673c94b4a4c48.zip
kde-plasma: Add KDE Plasma 5.11.2
Package-Manager: Portage-2.3.12, 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.2.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 55a421646252..03f5f124261b 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.1.tar.xz 248280 SHA256 76d0b6e88b63fcb21e44c1be00975d203f32ae1db8793167beff97173d22416b SHA512 f28c0cd830eb13d8fd94e2d49cbfef3a3164b324393b2504e082632444f743f846f1ee93f2687a7bf7f8a0419a89b4f43b27736254844c337f3093bc68845cc9 WHIRLPOOL 8c2323136a44f39ea7cdcc64c7d410c05fc597ed8a61d27d614bc2d802abab6555e22c343da247d1751bba1eb5a6c7436d6ed247ee968ed53ef017b79781f2da
+DIST plasma-sdk-5.11.2.tar.xz 249272 SHA256 9d2de297cceed78b8f39e5fa2e70444203e7dcd5f8529b8e1a587b33f2f05e81 SHA512 3b8d87dbe607686b2b0ee6b7c6c4ea5a8311dded988dc2b70226e7fc5c0689ef3e13b2d77797e2e7ebc143271677f1280c35cfd7676592228e59007dcff3191d WHIRLPOOL 2b5de812e5fc523579a81f6de4c5fff45f1692dec8b1b54ee8b09b71b6ce86f93ca9d2f5021457ec9dca2643efcf24a4628b90687359fb7b9b2d9dfc818b29b3
diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.11.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.11.2.ebuild
new file mode 100644
index 000000000000..13fb2afb6409
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.11.2.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)
+"