summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-07 19:28:35 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-07 19:30:35 +0100
commit1a442e7816b99589e145656e21d3a41c679b917a (patch)
treec3163b27808cd7a056c3ab7653f8f11fb4df3544 /kde-plasma/plasma-pa
parentx11-wm/musca: Fix toolong DESCRIPTION (diff)
downloadgentoo-1a442e7816b99589e145656e21d3a41c679b917a.tar.gz
gentoo-1a442e7816b99589e145656e21d3a41c679b917a.tar.bz2
gentoo-1a442e7816b99589e145656e21d3a41c679b917a.zip
kde-plasma: Version bump KDE Plasma 5.9.1
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.1.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index f4b9647c5088..ef149a69e989 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,2 +1,3 @@
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
+DIST plasma-pa-5.9.1.tar.xz 70288 SHA256 06402752c1993cfaa19d5ee244e8190fa1069c05c47132890912db7d63e64e37 SHA512 3ba077e63f1072aba7860eda855722bcb750c75ee4033f1ae694778117a56aae6eb874cc6de2611a4708e918f86d41a0d41c1e5c0d6a29fb88ff52b3933a7b2e WHIRLPOOL 7cb2dd6e2a3e94070f7ba2e00e72dfd8fb6f5f53babf510b35bd5e8b43f503da22b5a9ea2bef2a19ec08ea08e795e9c3067cb63fc6e9192c5632244f81ef7bc4
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.9.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.9.1.ebuild
new file mode 100644
index 000000000000..f5ec51f05316
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.9.1.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}"