summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-31 15:35:17 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-31 15:35:17 +0100
commite09ee8c07e6739e5133b6a67f305aebabac9dd27 (patch)
tree1570eb17cf01238060d339226650a92282201ed1 /kde-plasma/plasma-integration
parentmedia-libs/openh264: Restrict nasm dep to x86 ABIs which are the only one nee... (diff)
downloadgentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.tar.gz
gentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.tar.bz2
gentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.zip
kde-plasma: Version bump KDE Plasma 5.9.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r--kde-plasma/plasma-integration/Manifest1
-rw-r--r--kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild43
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 93acc9d764f0..f48e46ebb78f 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
DIST plasma-integration-5.8.5.tar.xz 50936 SHA256 cb4da56f940e87e1195a0ba19e07ea3384fed1dcd26ca91dee1d7dee8f00a7ea SHA512 5e894b334d0d012e6ace38b02f3ff9f8623f75182a0e585406fe5d904658e9ce631c467738a9a79767505028715eb6d27de5c35a4f9d50ad9a83a70e0951dd75 WHIRLPOOL ac28acc14138d95b1228482b4889c4678c12856a9b4a8b915043af3acf434b58121f165d20dcc8a8780d0be4b3548d3053b1d45e58e0bdd7bb5a01a5a9afe733
+DIST plasma-integration-5.9.0.tar.xz 49712 SHA256 0e41a63076bcad8362ad081988afc2a647eb8acaeb958d9f310048692d447a57 SHA512 535b1c81c562e56770859d79b0bd36b7c13f44cd77eb1f475b31b14ec41b6513e401d8c2ca2eaaf55d05f60fdb68373d3c56f5e3e1f9d68fb7f2f7dee29104be WHIRLPOOL ccc32236d99367fe320e0273724247a9ea08ffa2eb8a02202519df07c4b750eb82d85575bf4bbb2fbf9b716b6c5d4422ff536d63d976e4ef1ee63c5db6525c42
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild
new file mode 100644
index 000000000000..2ea189770a9b
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwayland)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_plasma_dep breeze)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui '' '' '5=')
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ x11-libs/libXcursor
+ x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+ media-fonts/hack
+ media-fonts/noto
+"
+
+# requires running kde environment
+RESTRICT+=" test"