summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-03-29 22:15:32 +0200
committerJohannes Huber <johu@gentoo.org>2016-03-29 22:19:20 +0200
commit30cab995774241d564efbb4df148c3a636172b9a (patch)
treefcfa560b8a2507a749b322260a7a8e5aa33c0c13 /kde-plasma/plasma-pa
parentwww-client/google-chrome-unstable: automated update (diff)
downloadgentoo-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-pa')
-rw-r--r--kde-plasma/plasma-pa/Manifest1
-rw-r--r--kde-plasma/plasma-pa/plasma-pa-5.6.1.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 2fe3f016718d..c0b36f4cf4df 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1 +1,2 @@
DIST plasma-pa-5.5.5.tar.xz 54336 SHA256 501b9f8b603f8a14e46103799f6f16ae55fd47ff118f4282ec58b44822b355d7 SHA512 2807615a4193f70298ad222ed7901321c11d8ba3e1b5d3946ee8a1c0882148315405c4c6ca180cb04e035d22af881f870e1ffe9ad63ad8498fdcffa38cbe87c1 WHIRLPOOL 3c3a3796e9251d37c5cad99c57336db86c755e22e65861f8d0efcb142d96c6fef5ef4091b237c4e12e59880b07b9429dc0fc98d9eec0f915073e2240d03ebe44
+DIST plasma-pa-5.6.1.tar.xz 59980 SHA256 647b6c9f878e842a1df516fe8f9a1fc47754ea78e22a899e106383c3427f4138 SHA512 a0f07c6722b4cd0955fc9a35eddf638736832bcdf7a559052fcc5f64f6d56cbbcbd90f4412677acefcd5fb4240f5831699a092a4859683fae47b6285309e4724 WHIRLPOOL 02575f95a17d55f50a4a6aea380964a8c2d0fd90c572964579007730f280b3115b6641f037ceba6a18aa9d573d938b6e77ed4ddea37bd9ea28d123d962d154d0
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.6.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.6.1.ebuild
new file mode 100644
index 000000000000..a2d42174b5a8
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.6.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_PUNT_BOGUS_DEPS="true"
+inherit kde5
+
+DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep kglobalaccel)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep plasma)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ media-sound/pulseaudio
+"
+
+RDEPEND="${DEPEND}"