summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-14 19:35:21 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-14 21:39:31 +0100
commit153b248a877c7bf03d5d6ad9c41091aadca46f12 (patch)
treeecd5b72d41dec6058cdbf2c053a89446fc43f097 /kde-plasma/plasma-integration
parentdev-libs/openssl: mark 1.0.2k arm64/m68k/s390/sh stable (diff)
downloadgentoo-153b248a877c7bf03d5d6ad9c41091aadca46f12.tar.gz
gentoo-153b248a877c7bf03d5d6ad9c41091aadca46f12.tar.bz2
gentoo-153b248a877c7bf03d5d6ad9c41091aadca46f12.zip
kde-plasma: Version bump KDE Plasma 5.9.2
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.2.ebuild43
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 49462b556b9e..419045c1abdd 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
DIST plasma-integration-5.8.5.tar.xz 50936 SHA256 cb4da56f940e87e1195a0ba19e07ea3384fed1dcd26ca91dee1d7dee8f00a7ea SHA512 5e894b334d0d012e6ace38b02f3ff9f8623f75182a0e585406fe5d904658e9ce631c467738a9a79767505028715eb6d27de5c35a4f9d50ad9a83a70e0951dd75 WHIRLPOOL ac28acc14138d95b1228482b4889c4678c12856a9b4a8b915043af3acf434b58121f165d20dcc8a8780d0be4b3548d3053b1d45e58e0bdd7bb5a01a5a9afe733
DIST plasma-integration-5.9.1.tar.xz 49688 SHA256 af132265c547ffa187c910b4c381cf93d7cd17d9a60e1307617edca8bbc40c8c SHA512 28240db5c49a0d4a7d9de4f23c59aec4641df38151a0d4ac9956482da21727f81ea9f935836dbb29689eb7366e855a3c3c5f11373d478efa5277da29275a6c61 WHIRLPOOL 64c52f105d0636dceca687837d4e3a95f1af5e08ec9ac78c8ae1bcc844513fa17636c7ba82ddd107806908e0934683dc00b00cc5afc4cec5f97982fa39be4877
+DIST plasma-integration-5.9.2.tar.xz 49824 SHA256 239f68671b1d1c7eb7e937dc9acf9b01ab1e5e13f69d032fa645aa7d880b3afe SHA512 e16d4897eccc08cb37b7978aa16ad80b2351a02d2369009e48d92b48545273eba06c7044950107d1250ef69f475f425eacf550deddc57a634990ad1337efb13e WHIRLPOOL 49013dfc2adfe63d1c9b0524d5cd485285b3e2419652f211629b7fc1753c620eaba3b033fc1abda5e47420733644a3e471550cd88e38d863cea4aba142971e55
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.9.2.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.9.2.ebuild
new file mode 100644
index 000000000000..79216642952d
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.9.2.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 'dbus' '' '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"