From 5c4a81cccaffc851a883e17132287c4aca94b84a Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Tue, 18 Oct 2016 20:45:11 +0200 Subject: kde-plasma: Version bump KDE Plasma 5.8.2 Package-Manager: portage-2.3.2 --- kde-plasma/plasma-pa/Manifest | 1 + kde-plasma/plasma-pa/plasma-pa-5.8.2.ebuild | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 kde-plasma/plasma-pa/plasma-pa-5.8.2.ebuild (limited to 'kde-plasma/plasma-pa') diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index 39f0e4e6f282..e43f831e1378 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1,2 +1,3 @@ DIST plasma-pa-5.7.5.tar.xz 145348 SHA256 d1289d87192ef74184214f08dc00d03d32a81c4aa46d843ded738c7d9e7d8a27 SHA512 11f4242e2247010324088b9bbee717f2e28a18928076adff9b9e582d84d8b5abb2cc910721f7913e1a03088422539a128d445d465c77f3b35b12eaa1933b0c6a WHIRLPOOL 596b72ebe58f5c1870d22cfe5bc2aa0e00c7788b9b24dc8d0d0a4e49b11e2b1516e2246b475d5d69da5961bdf13f34c7bd69c98e6fb2b1c00076272e7c3de5ea DIST plasma-pa-5.8.1.tar.xz 69260 SHA256 0b46318d109a8ab567ddaf30ef382b55ee67947cafa043242719c660b9a418b6 SHA512 ff946b90cb3068032fbe5c77eca625804395a7f9121ecf7d12678662ac26cf49254768a2f864bf623dea23eeeed7cd924762f4acde515e110d84f3362ad93084 WHIRLPOOL 54466c5fafb34e19376a6a3d6de32b7339e33f49e6f8d5410ec0bdec4cd1ce3a8a77bf3ed4949621ceccd4e862512eca2f3671dc1b5fbd1b1120a977da5ae7e2 +DIST plasma-pa-5.8.2.tar.xz 69292 SHA256 11fa2025e3326a2c49d54d5291adf56a2395ee4beb9e5c6388e7409917c1a5c8 SHA512 10da6468700a132525880dd3e42d60962b6a727384c6e824daab7093caf62ff511c917aa3f0d1a10099f9faab6b4d645c480b33e12499845d376698395a27baf WHIRLPOOL b53dca1abf0a006155a4443b7909844c058a85a5914da6f1116dc97ae1cfe85f620bf767b2aef6eaa7f5480c02e9c0dc017112d99a0ab093ba8a8dc9dead01c5 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.8.2.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.8.2.ebuild new file mode 100644 index 000000000000..98fc008cf2fd --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.8.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +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) + dev-libs/glib:2 + gnome-base/gconf:2 + media-libs/libcanberra + media-sound/pulseaudio +" + +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad