summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-03 15:30:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-03 18:39:51 +0200
commit0be4355642c0cdc8d1c79a1d5c297a8af6f87cde (patch)
tree65ba6d089b154a30a28b2d60ba3d324776d0b418 /kde-plasma/plasma-sdk
parentprofiles/arch/sparc: enable ieee1275 support for grub (diff)
downloadgentoo-0be4355642c0cdc8d1c79a1d5c297a8af6f87cde.tar.gz
gentoo-0be4355642c0cdc8d1c79a1d5c297a8af6f87cde.tar.bz2
gentoo-0be4355642c0cdc8d1c79a1d5c297a8af6f87cde.zip
kde-plasma: Add KDE Plasma 5.16.5
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.16.5.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 18f6eed04fe7..51ebf6742d68 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
DIST plasma-sdk-5.15.5.tar.xz 249732 BLAKE2B 305794c1c6098c2f5750dfd3b10506b5494e84256c6c1198b78668fa9d304d9af314e23ec026d4e5774f4c277a65911a109424839bd4b6c39f8a5fcfeb41eb3e SHA512 aff109eeb879b66b6e076ec333703f4e9202ea73f4c97fb05538755f1c0d96d41d2b01a2ff48c050632dbbd848cac4e528aa90be374fd4f2503140490a16753d
DIST plasma-sdk-5.16.4.tar.xz 250456 BLAKE2B d8453be4398f1ebb69210ccc1c7fcdb87c7bbdba19448cfa3a5b104f7dbb7c3c7df1ef2e0b81c808ab7a13f6af4050bc981a6dc8167df780e31f7d52d10b2ab5 SHA512 872aa5436667e2d772bf149cb3bd40c1d2559559211907226ae3cb23728336c665870f1f9bcca49886ea3472eb012af2bb96ef20f1ec160c30f93c5aeb7e50ed
+DIST plasma-sdk-5.16.5.tar.xz 250096 BLAKE2B 5aa5c399bb6a01465b25e20161ad7e40f7cb5881a0815c1fccb9f13ded44303c4b7aebe0e4a9bc302cd4cc5efe831c369df9a3e323b4c2cc702d2a7b7c8cdaa2 SHA512 4b2473b1fe03135e560359be9fa7c31ce22272568214237d5a89ce328327389daf45aad31e056539c95ed3b490f4b03a04539ea6d354bae272502e32f87e3335
diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
new file mode 100644
index 000000000000..370965cfc720
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.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)
+"