summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-03 15:30:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-03 18:39:51 +0200
commit0be4355642c0cdc8d1c79a1d5c297a8af6f87cde (patch)
tree65ba6d089b154a30a28b2d60ba3d324776d0b418 /kde-plasma/plasma-pa
parentprofiles/arch/sparc: enable ieee1275 support for grub (diff)
downloadgentoo-0be4355642c0cdc8d1c79a1d5c297a8af6f87cde.tar.gz
gentoo-0be4355642c0cdc8d1c79a1d5c297a8af6f87cde.tar.bz2
gentoo-0be4355642c0cdc8d1c79a1d5c297a8af6f87cde.zip
kde-plasma: Add KDE Plasma 5.16.5
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.5.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 28f091be2d6f..d8e126091d9e 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.4.tar.xz 100748 BLAKE2B c604cc351095a045a941ed003b645f74c53388f8cf5ef3fed0e499e8213f4b7655b56347d6ee4cf3427b4ca00f258f195370f5efe6cb26a01b95c05101108988 SHA512 cb26f7b0ab9373a71f90a63a8baf5a9f7733e58377983b3b4403f528704dcc37b0ad5511028770cc036baf01816bc2a00c5fe831b1425f0eb4543585b3b5969d
+DIST plasma-pa-5.16.5.tar.xz 101136 BLAKE2B eee0bc83166aa36c336e7d423141ea39553d677fe3a748e318b8bc7344342aa8a67e650927be131cccb4b00ecbde9da28a54db8b5d029bb86975c739ad836280 SHA512 409361406e2736aa9176170610de0be518429f1a11888c7ac0369142aa738bffb774d89d0447541a3974d6f6697bf426d5a2307bb1be05baac691d2c8a1d330e
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.16.5.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.16.5.ebuild
new file mode 100644
index 000000000000..4da0d3e26d87
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.16.5.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
+"