summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-30 14:35:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-30 16:32:29 +0200
commit3a88c6f1b382ab5ebfe61539039a694c0e123991 (patch)
tree08f3cf35bc863ba6278e2950b9c5e72e83efe7be /kde-plasma/plasma-pa
parentacct-group/kvm: make virtualization the primary maintainer (diff)
downloadgentoo-3a88c6f1b382ab5ebfe61539039a694c0e123991.tar.gz
gentoo-3a88c6f1b382ab5ebfe61539039a694c0e123991.tar.bz2
gentoo-3a88c6f1b382ab5ebfe61539039a694c0e123991.zip
kde-plasma: Add KDE Plasma 5.16.4
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.16.4.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 92e0c22c84ea..43439ef4e6c1 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,2 +1,3 @@
DIST plasma-pa-5.15.5.tar.xz 95964 BLAKE2B 5177f5aa9944d1c61058791e977b8c2dcd92e8b8d0efffe0a80eba9123443e13683e26ffd94ade01fd6be585a5598953f2d4bfbd3775944d9e81148bbac793cc SHA512 e66c9ac36c7964738f7f2947120f6a243191c75faef2c9b4831410487b6274da782f8a51d29a1f6d3b7ae81a96eaa6115d0629fded0700777856a9307a15b5f6
DIST plasma-pa-5.16.3.tar.xz 100436 BLAKE2B c3a207710b9aa77ed519dd4245e91a90540181733a42a8df47e0a0364798c8b29a63f380860c5b4357915cfe7e3bf459533b98527023b736f84472581c7cf895 SHA512 c8a7118b6fdda623e67b08eea6d1d556eae2495c1f3b356fc34dff0b644c0c6a81f0c0a21c02fc55f60c37430b2d45a5d14127a12fee1eece2c5df59d90f36bc
+DIST plasma-pa-5.16.4.tar.xz 100748 BLAKE2B c604cc351095a045a941ed003b645f74c53388f8cf5ef3fed0e499e8213f4b7655b56347d6ee4cf3427b4ca00f258f195370f5efe6cb26a01b95c05101108988 SHA512 cb26f7b0ab9373a71f90a63a8baf5a9f7733e58377983b3b4403f528704dcc37b0ad5511028770cc036baf01816bc2a00c5fe831b1425f0eb4543585b3b5969d
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.16.4.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.16.4.ebuild
new file mode 100644
index 000000000000..4da0d3e26d87
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.16.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
+KEYWORDS="~amd64 ~arm ~arm64 ~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
+ media-libs/libcanberra
+ media-sound/pulseaudio
+"
+RDEPEND="${DEPEND}
+ $(add_frameworks_dep kirigami)
+ $(add_qt_dep qtquickcontrols2)
+ media-libs/libcanberra
+ x11-themes/sound-theme-freedesktop
+"