diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-10-06 06:03:32 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-10-06 06:10:38 +1100 |
commit | 79dfb13de3a7bf196ee8b0f9a7908026d0544a5f (patch) | |
tree | 7009950966e6efbbc8b18676ee99e242fde5b221 /kde-plasma/plasma-integration | |
parent | dev-perl/XML-SAX-Writer: arm stable, bug #595058 (diff) | |
download | gentoo-79dfb13de3a7bf196ee8b0f9a7908026d0544a5f.tar.gz gentoo-79dfb13de3a7bf196ee8b0f9a7908026d0544a5f.tar.bz2 gentoo-79dfb13de3a7bf196ee8b0f9a7908026d0544a5f.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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-5.8.0.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index f11d39c73fd9..cb567638b786 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1,3 @@ DIST plasma-integration-5.6.5.tar.xz 52552 SHA256 40e8716f3472d1a2b22bc44d51d76901c8ce0606e7587b549584cb7e9e1c87e8 SHA512 a8952f25ed2eacc96c7957c4f2d21397fe5a75a9dcfacca67e3b7111095be380128c4663276bba838cb30e877f02ded184867e29ad591fd62caed63114a79eed WHIRLPOOL 2af37abc93c7534642a93726c60fa5cd6e4095b65d8a7c0e192864c9529a04962ef84cf5ab0961711b6dc39bdd93a71367181ee2a2f415e8ba8d3614470e70d1 DIST plasma-integration-5.7.5.tar.xz 49240 SHA256 d41abdc63832d3fa1489aaec93dd382bb66e056982e3c49824f808f917f3ce16 SHA512 67b6b33e24b5e87b80694c7edd7d4daab8838f54a04922913c4138d55d02501d2dfe43c2718cdee4220dd194c424e50c83b711be5ee259ed58660b6c29d9e97f WHIRLPOOL 60d16269ea3ad267050c09337064ee25d98038314a5d007747cbf5970571f7c6cc6baeb1383e675ac741268133ce48a404d9f399d0dbf343aa57148444658728 +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 000000000000..2805c9b63a61 --- /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" |