diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-19 14:17:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-19 14:17:39 +0100 |
commit | e5b6f1e7918fa647bd5e182c7ffaed43785b5ed5 (patch) | |
tree | 05955d3b163be1bb5f5042438af1a57e0fda24c7 /kde-plasma/plasma-pa | |
parent | app-misc/ca-certificates: fix double prefix (diff) | |
download | gentoo-e5b6f1e7918fa647bd5e182c7ffaed43785b5ed5.tar.gz gentoo-e5b6f1e7918fa647bd5e182c7ffaed43785b5ed5.tar.bz2 gentoo-e5b6f1e7918fa647bd5e182c7ffaed43785b5ed5.zip |
kde-plasma: Add KDE Plasma 5.15.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.1.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index 66fcb32ba379..32e1e83d4159 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1,2 +1,3 @@ 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 +DIST plasma-pa-5.15.1.tar.xz 95560 BLAKE2B b0f059602f631fc39bda90286694634d055d2f3378a530ee6a864954a50f7259b5668d9f937cf0223f832e144744c0cd66d074d19e572af85de4b7d377212b09 SHA512 52a8833b4c11061cf0331aa19a0bc71967794b6367b27965a79fc426929232b98586cef8f617ca697b5becc63331bfd6182c3609c73c7e9380426d442ff60b77 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.15.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.15.1.ebuild new file mode 100644 index 000000000000..c3cad11b8ce5 --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.15.1.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" ) |