summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-31 15:35:17 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-31 15:35:17 +0100
commite09ee8c07e6739e5133b6a67f305aebabac9dd27 (patch)
tree1570eb17cf01238060d339226650a92282201ed1 /kde-plasma/plasma-pa
parentmedia-libs/openh264: Restrict nasm dep to x86 ABIs which are the only one nee... (diff)
downloadgentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.tar.gz
gentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.tar.bz2
gentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.zip
kde-plasma: Version bump KDE Plasma 5.9.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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.9.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 6286100b6716..f4b9647c5088 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1 +1,2 @@
DIST plasma-pa-5.8.5.tar.xz 69856 SHA256 2bbc3e6e12f743c633a5c2101efa6a19dd5f120b64da0ea0ff3da3e7ba6fe16d SHA512 87151c05d2f919c7b25274254d690eb7dd0c6e1068a230e6110092bf7622bcfa14c553e0b09253b529e9f4531ed13d484a874e29402dc13d8ec66315111abe5e WHIRLPOOL c2301cd34faddff497c230f4d0d4f0e66ebe2b506727e219b3b025dadb8e76e62e53e3d3246e190da3543d3259907083de507fae1320d7df24b6639713cf797a
+DIST plasma-pa-5.9.0.tar.xz 70352 SHA256 6f33b7a5a40a79a8cd94444a1a6efd32fca214194c4dbd51b6bb4fc4939bb146 SHA512 f985a045a4a3f600d869945a55c0ab61a1b185515c1abf576b7954aebd4d1b34e6171ecb6a1d259bac385748e99dca8fdcf866dbdb5fc2326149ff936e021c79 WHIRLPOOL 35ce21f9567fc718a77784d0605feff37d626b504c90006b0e49d26a4952b54c496eda2e1ca57eecb70d6fa81ef9ea834fe1b04d21dfea3f5e49f07220032400
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.9.0.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.9.0.ebuild
new file mode 100644
index 000000000000..f5ec51f05316
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.9.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 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[gnome]
+"
+
+RDEPEND="${DEPEND}"