diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-25 15:52:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-25 16:52:15 +0200 |
commit | 8d1d62c64b66bfce3107bc20b3cedf8e189bac82 (patch) | |
tree | 87be3b570a957c50e3f8972c0e2ec6fda11ccfc3 /kde-plasma/plasma-pa | |
parent | net-misc/smb4k: Drop 3.0.0-r1 (diff) | |
download | gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.tar.gz gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.tar.bz2 gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.zip |
kde-plasma: Add KDE Plasma 5.16.2
Package-Manager: Portage-2.3.67, 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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-pa/plasma-pa-5.16.2.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index bde30d7b363e..102996a37212 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.1.tar.xz 100584 BLAKE2B 404ecf0d8632bea54a529b77e1c79dedf83c7a1921a9720c046269dfd121939eb73fcff5b48b2357592d29c08376ba16395e93eb575687e50da224fcf2360c55 SHA512 2f8329be0be46364af057b9230a010dd7b46af2a15376179dbcbebd71b2134ffaef13fe4bb276020e2a45c75e6e04e8efd0eb185a9277b4e165c575c35712ef4 +DIST plasma-pa-5.16.2.tar.xz 100712 BLAKE2B cc2202a02ef1d2228cdeb9a7acc8bd10b65648fafe5a3027750f6df4d06032af71b96856b60e729354d87926fb9f7989705bbecc0710459b917dbdf125643424 SHA512 48ee899db002a946486d93bc81c0f046f6c6855a020d7557bb1625f116c61ef2d295e682401c77fa46bc2d7fdcd3d3337fe4c4df000b03718456bf20ef2ca4a1 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.16.2.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.16.2.ebuild new file mode 100644 index 000000000000..4da0d3e26d87 --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.16.2.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 +" |