diff options
author | Johannes Huber <johu@gentoo.org> | 2017-10-12 19:42:04 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-10-12 19:45:44 +0200 |
commit | 4fe359a11b3f9908a7cf476ff8d56c21cbc7bf2f (patch) | |
tree | 2f6c33c08a4c706f7effa09bb082127b56563455 /kde-plasma/plasma-integration | |
parent | kde-frameworks/qqc2-desktop-style: New package (diff) | |
download | gentoo-4fe359a11b3f9908a7cf476ff8d56c21cbc7bf2f.tar.gz gentoo-4fe359a11b3f9908a7cf476ff8d56c21cbc7bf2f.tar.bz2 gentoo-4fe359a11b3f9908a7cf476ff8d56c21cbc7bf2f.zip |
kde-plasma: Version bump KDE Plasma 5.11.0
Package-Manager: Portage-2.3.11, Repoman-2.3.3
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.11.0.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 78d5d96762d3..3c31c45cb5df 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1 +1,2 @@ DIST plasma-integration-5.10.5.tar.xz 51704 SHA256 56c2adf52399536278dbad3605c1088e214ef6c57c72e06f297da2739be69d95 SHA512 18fbd5c6374ad65119a3df0bb93caa38cc0b4e599be4b20aaf625b7ad1c27a1bcab5efba8dfc7932f0fd64a0ae039251b02dfb0228382a49ed685dd1e8cff900 WHIRLPOOL e272c5e57b4b1af2968b466b34c95abf57bb41e6612c56e3684c64f7fec95da61cec47c773afebc1456a9ff98d8a53a2ca87ddef18c07501dd461cce32630c3c +DIST plasma-integration-5.11.0.tar.xz 52380 SHA256 e010989088feefe26240036edbe423be0e16622b402720c26a0d3d0c4ade32c3 SHA512 03450ee399c68533e13c84eae63c4e55a0ac52f0be4dd305abe92d37c9aa310a39a364c90b0b11422acbd0ab3a412813f4ca73dcf48f8c67e8558f05858ba370 WHIRLPOOL 7c5e9c853d5dc90fc1c0dbcc53c48c49c754591f7840c0065a0f4eb6384929abe95a62899f5b8dd80884eb065be58f2a48667be99a8b51c7012dc569856afa2b diff --git a/kde-plasma/plasma-integration/plasma-integration-5.11.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.11.0.ebuild new file mode 100644 index 000000000000..2621b8fe1c94 --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.11.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~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 qtquickcontrols2) + $(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" |