diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-12 20:39:24 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-12 20:41:48 +0100 |
commit | 30026b45f60eff6506c3385a4c85c7d7b64958e5 (patch) | |
tree | 9047352a4c753df82973e1ce93ccb63904a2ae34 /kde-plasma/plasma-pa | |
parent | Revert "net-irc/irssi: Restore some random keywords" (diff) | |
download | gentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.tar.gz gentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.tar.bz2 gentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.zip |
kde-plasma: Add KDE Plasma 5.15.0
Package-Manager: Portage-2.3.60, 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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-pa/plasma-pa-5.15.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index 81ff6c32096f..66fcb32ba379 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1 +1,2 @@ DIST plasma-pa-5.14.5.tar.xz 94368 BLAKE2B a8a1bf8ef2b6a9496941f4a35bfb1e92a4cf7a8d3b9ea014cff6d04ab7b01f0c3e12433eafd3a0f529f9391624e82f0d5f7a6314b8b717e58cb733636c18a1fc SHA512 436ef77d61d37bc4cb166ebffbbd0b0f51780008e902f791af66bebd0429f8cda608674790c87e89ddd40dd614eeb61eeb11e173c02f43d03cab420a2ffa196c +DIST plasma-pa-5.15.0.tar.xz 94884 BLAKE2B 4cd65c9fdcc51ac1823e0854de4893fcb360d0ffd8365aa3ec9e9bca8059259e2ecba9d14e6245d87e7c2fd5a2ba3223d89d8327d33d3e0694689219e7f7093d SHA512 5d44455962f8c172ffea58b0aa4a1b2fde5807b8a0d5a169c289a4d8e1f1d0eb29d6fe9e7f64d58af1513fe174886c16432f18165d1490e31a5862a118a0600e diff --git a/kde-plasma/plasma-pa/plasma-pa-5.15.0.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.15.0.ebuild new file mode 100644 index 000000000000..c3cad11b8ce5 --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.15.0.ebuild @@ -0,0 +1,28 @@ +# 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 ~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" ) |