From 30cab995774241d564efbb4df148c3a636172b9a Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Tue, 29 Mar 2016 22:15:32 +0200 Subject: kde-plasma: Version bump KDE Plasma 5.6.1 Package-Manager: portage-2.2.28 --- kde-plasma/plasma-integration/Manifest | 1 + kde-plasma/plasma-integration/metadata.xml | 8 +++++ .../plasma-integration-5.6.1.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 kde-plasma/plasma-integration/Manifest create mode 100644 kde-plasma/plasma-integration/metadata.xml create mode 100644 kde-plasma/plasma-integration/plasma-integration-5.6.1.ebuild (limited to 'kde-plasma/plasma-integration') diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest new file mode 100644 index 000000000000..49e488b64998 --- /dev/null +++ b/kde-plasma/plasma-integration/Manifest @@ -0,0 +1 @@ +DIST plasma-integration-5.6.1.tar.xz 51196 SHA256 8ac0ce54a0ea4c603d7985a11ba93cb35476aa3aa74268f69d077859729e28a0 SHA512 6d4dd692a4b512e4378de8cc60ea233d30e708bd7e4ec34267ad6ba350f16c52dd6e2cc7a1b9ce8dd9e4dee10d6ed11702677beb468a1182aff5a8cd440ed9ee WHIRLPOOL ee46d863185475bb0c71f41961c1a9762943c6537830f98b00112f5eb92c62ae6a8c9fa37fd47b207b6c5a8f1a18e484c7fd42f93741d3006b658eccbdbf8d3b diff --git a/kde-plasma/plasma-integration/metadata.xml b/kde-plasma/plasma-integration/metadata.xml new file mode 100644 index 000000000000..2fdbf33d963d --- /dev/null +++ b/kde-plasma/plasma-integration/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + diff --git a/kde-plasma/plasma-integration/plasma-integration-5.6.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.6.1.ebuild new file mode 100644 index 000000000000..e124da2aaa23 --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.6.1.ebuild @@ -0,0 +1,40 @@ +# 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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_plasma_dep kwayland) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui '' '' '5=') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + x11-libs/libXcursor +" +RDEPEND="${DEPEND} + $(add_plasma_dep oxygen-fonts '' 5.4.3) + media-fonts/noto +" + +# requires running kde environment +RESTRICT="test" -- cgit v1.2.3-65-gdbad