summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-integration
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-09-30 02:50:43 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-09-30 02:51:02 +1000
commit1590d8d0cbfff94c8fbe1a0ca43c81ed452586cc (patch)
treeec46bdf21f829a5bbed6df9de74f604bdbd1600a /kde-plasma/plasma-integration
parent731472601e8d7c62748123bb35721b7e221516b1 (diff)
downloadkde-1590d8d0cbfff94c8fbe1a0ca43c81ed452586cc.tar.gz
kde-1590d8d0cbfff94c8fbe1a0ca43c81ed452586cc.tar.bz2
kde-1590d8d0cbfff94c8fbe1a0ca43c81ed452586cc.zip
kde-plasma: version bump 5.8.0
Package-Manager: portage-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.8.0.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 49dbccac0ac..0ce2378479f 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
DIST plasma-integration-5.7.95.tar.xz 49832 SHA256 734f9db2998843ddc8a5be6b854c521adac05cbe944cea9c4f553b806b83b493 SHA512 2658a3a6fa15c35e6db502945f92fcf00716b6f8f31d0d2bd3c16ebce1314eff589b143f3f3bac3f81186df1a9eec27358db45ab09ae78b4b64e86a3844fa315 WHIRLPOOL 158ac06849a35daef809b3545ace5b7a88676e4e2c15cae8aa2872562f49187d1de4ef60319f276325f3b197d17bacd93b9b38d9a0069d722dd43d66e1061ad1
+DIST plasma-integration-5.8.0.tar.xz 50132 SHA256 c73fbcfc5f4784a0ad5bf26d16f95be3147a77b6f6b981043ba371f49737e7cc SHA512 dac735436a753c16a43151792b53ebe1e7eab2a89bd130401b24569f3b1317f9aa44d38a6d928daf7ac8c330c8ac46354cb0cfb5269da71354959ba9fd682fa4 WHIRLPOOL 7ed8188446c893aefad42230f91b818bd76161fdc466767599f7cd87d8910f9c3e0d9b007508b01d2d5ea608111ba35a2e517bfcb68b70b52dcb6d9f44496dcc
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.8.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.8.0.ebuild
new file mode 100644
index 00000000000..7f0bfdf6f44
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.8.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 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
+"
+RDEPEND="${DEPEND}
+ media-fonts/hack
+ media-fonts/noto
+"
+
+# requires running kde environment
+RESTRICT="test"