summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-28 21:21:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-28 21:22:16 +0100
commit7a66df3ef78aab42f0e33427c35e5c865cda88c2 (patch)
treec8baf6df564df66acc8c9572e01caeb94bbcd6cc /kde-plasma/plasma-sdk
parentwww-client/opera-beta: Old. (diff)
downloadgentoo-7a66df3ef78aab42f0e33427c35e5c865cda88c2.tar.gz
gentoo-7a66df3ef78aab42f0e33427c35e5c865cda88c2.tar.bz2
gentoo-7a66df3ef78aab42f0e33427c35e5c865cda88c2.zip
kde-plasma: Add KDE Plasma 5.11.4
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/plasma-sdk')
-rw-r--r--kde-plasma/plasma-sdk/Manifest3
-rw-r--r--kde-plasma/plasma-sdk/plasma-sdk-5.11.4.ebuild39
2 files changed, 41 insertions, 1 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 499aecbc3f92..4e3c8198ef03 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.3.tar.xz 249256 SHA256 dacf6cbfcb81725dd33901d6cca0e5baa87e6e687d04e7d6dee43f358410049e SHA512 f5b3403e37afcf284ba7eaaff7a8777e19305ab86fa27f6b1c1176cd7a5d1a7654765e3725f99dc5548431dc868d56c2540a36c3f132f175868800c31955bf34 WHIRLPOOL d8bcf177c76db1344b5e20201ed8fab23c7f6a02413de2b88d995296b02d28b5d710e286a1e4af78ca1e1e88eefabfa9702c6c6563b0f12f126da79b9e8548bd
+DIST plasma-sdk-5.11.3.tar.xz 249256 BLAKE2B fbccfc7572d29eb3f1247249e6664938171e09d8844d265c7b4a735d69e9e3484226e0c131e354dacd7613f178793939ddf87b2e33480a11b071306ccbfff38d SHA512 f5b3403e37afcf284ba7eaaff7a8777e19305ab86fa27f6b1c1176cd7a5d1a7654765e3725f99dc5548431dc868d56c2540a36c3f132f175868800c31955bf34
+DIST plasma-sdk-5.11.4.tar.xz 249356 BLAKE2B 23a07e232079fb02505e300d938ff4cb103e46462fb171b28de4cd2a0bc7129ed709911e0f44934f5247e7b8255a68eb863dfd6dc305b04c400d4cf5ccebbef6 SHA512 03253a2b8598d21392f9a805b4d0c735db44c5e60871e3a2d2579731443ca039861115a2552da406de346a7f02e6e86fd7175290f06f9f61b12035280358e501
diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.11.4.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.11.4.ebuild
new file mode 100644
index 000000000000..13fb2afb6409
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.11.4.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)
+"