diff options
author | Johannes Huber <johu@gentoo.org> | 2016-03-29 22:15:32 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-03-29 22:19:20 +0200 |
commit | 30cab995774241d564efbb4df148c3a636172b9a (patch) | |
tree | fcfa560b8a2507a749b322260a7a8e5aa33c0c13 /kde-plasma/plasma-integration | |
parent | www-client/google-chrome-unstable: automated update (diff) | |
download | gentoo-30cab995774241d564efbb4df148c3a636172b9a.tar.gz gentoo-30cab995774241d564efbb4df148c3a636172b9a.tar.bz2 gentoo-30cab995774241d564efbb4df148c3a636172b9a.zip |
kde-plasma: Version bump KDE Plasma 5.6.1
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r-- | kde-plasma/plasma-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/metadata.xml | 8 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-5.6.1.ebuild | 40 |
3 files changed, 49 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata> 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" |