summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-08 13:40:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-08 14:32:55 +0100
commit5e0f583660d70d633152b9639af6b52e6f690090 (patch)
tree361e6c35245cbfb031ee399a9d3d441768480d8e /kde-plasma/plasma-pa
parentdev-lang/ruby: Added sys-libs/readline to RDEPEND. (diff)
downloadgentoo-5e0f583660d70d633152b9639af6b52e6f690090.tar.gz
gentoo-5e0f583660d70d633152b9639af6b52e6f690090.tar.bz2
gentoo-5e0f583660d70d633152b9639af6b52e6f690090.zip
kde-plasma: Add KDE Plasma 5.14.5
Package-Manager: Portage-2.3.54, Repoman-2.3.12 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.14.5.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 699fce54a71b..d0d8b16179ce 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,2 +1,3 @@
DIST plasma-pa-5.14.3.tar.xz 94724 BLAKE2B 5f4088ca4278852af15575c00a973b1d32563b39f05a6cc8eee0962e728e662b4e4862134dedf860167a6535fcc225807c2d3a6fe859058b5dcc12cd441e06a3 SHA512 174eb9449188e3b97c0476874ee79f8f54074c9dc40c47c09cebe680af1539cd8f144c2d6afe79b821e44c22eb9049e1aa8232cf01895d5d4e8e3a02ae973df5
DIST plasma-pa-5.14.4.tar.xz 94372 BLAKE2B 987e04d9914344fa8d32d0842c07f86ecb51f4003f58b6e114e206c879807ddd8f7df13421f338ef99e0bf04bc06e292a6d2b8c1e10f4d898da2ae7b09769c9b SHA512 d0cc765a474fa87dbb0bc62d4201c848b13ba02a35438ab484346f3473cef06189638e5a5342916f3a14fefb1f336ccf8472fbe89f6a9ca2331db9c3a28cd90e
+DIST plasma-pa-5.14.5.tar.xz 94368 BLAKE2B a8a1bf8ef2b6a9496941f4a35bfb1e92a4cf7a8d3b9ea014cff6d04ab7b01f0c3e12433eafd3a0f529f9391624e82f0d5f7a6314b8b717e58cb733636c18a1fc SHA512 436ef77d61d37bc4cb166ebffbbd0b0f51780008e902f791af66bebd0429f8cda608674790c87e89ddd40dd614eeb61eeb11e173c02f43d03cab420a2ffa196c
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.14.5.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.14.5.ebuild
new file mode 100644
index 000000000000..42aace8869bf
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.14.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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)
+ media-libs/libcanberra
+ media-sound/pulseaudio
+"
+
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )