diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-07 19:28:35 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-07 19:30:35 +0100 |
commit | 1a442e7816b99589e145656e21d3a41c679b917a (patch) | |
tree | c3163b27808cd7a056c3ab7653f8f11fb4df3544 /kde-plasma/plasma-integration | |
parent | x11-wm/musca: Fix toolong DESCRIPTION (diff) | |
download | gentoo-1a442e7816b99589e145656e21d3a41c679b917a.tar.gz gentoo-1a442e7816b99589e145656e21d3a41c679b917a.tar.bz2 gentoo-1a442e7816b99589e145656e21d3a41c679b917a.zip |
kde-plasma: Version bump KDE Plasma 5.9.1
Package-Manager: Portage-2.3.3, Repoman-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.9.1.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index f48e46ebb78f..58b4f9156432 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.0.tar.xz 49712 SHA256 0e41a63076bcad8362ad081988afc2a647eb8acaeb958d9f310048692d447a57 SHA512 535b1c81c562e56770859d79b0bd36b7c13f44cd77eb1f475b31b14ec41b6513e401d8c2ca2eaaf55d05f60fdb68373d3c56f5e3e1f9d68fb7f2f7dee29104be WHIRLPOOL ccc32236d99367fe320e0273724247a9ea08ffa2eb8a02202519df07c4b750eb82d85575bf4bbb2fbf9b716b6c5d4422ff536d63d976e4ef1ee63c5db6525c42 +DIST plasma-integration-5.9.1.tar.xz 49688 SHA256 af132265c547ffa187c910b4c381cf93d7cd17d9a60e1307617edca8bbc40c8c SHA512 28240db5c49a0d4a7d9de4f23c59aec4641df38151a0d4ac9956482da21727f81ea9f935836dbb29689eb7366e855a3c3c5f11373d478efa5277da29275a6c61 WHIRLPOOL 64c52f105d0636dceca687837d4e3a95f1af5e08ec9ac78c8ae1bcc844513fa17636c7ba82ddd107806908e0934683dc00b00cc5afc4cec5f97982fa39be4877 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.9.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.9.1.ebuild new file mode 100644 index 000000000000..79216642952d --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.9.1.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" |