diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 20:21:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:05:24 +0200 |
commit | 55391d594cbb90254c591743415442484c3b0d02 (patch) | |
tree | 0495277eae519b0471a036e40a57ebd77d661530 /kde-plasma/plasma-pa | |
parent | dev-python/pillow: bump to 6.0.0 (diff) | |
download | gentoo-55391d594cbb90254c591743415442484c3b0d02.tar.gz gentoo-55391d594cbb90254c591743415442484c3b0d02.tar.bz2 gentoo-55391d594cbb90254c591743415442484c3b0d02.zip |
kde-plasma: Add KDE Plasma 5.15.4
Package-Manager: Portage-2.3.62, 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.4.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index b46809dc294a..d2e97e94fe74 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.3.tar.xz 95232 BLAKE2B cc183a2dfbfafd920c889e696c536d29cd6ec46cfd86a44c840670e9b8ceb710c506e38983732869f1666f3e0c0df6db34875e7d5d485d1125b4c6d3d6038ae4 SHA512 741e89c0c87858a0688aa030fd15de7fd7e552172cfea2b3d4e9cdc9e695a07c4352fd1603818db86d4365a4438d567f020961b77a67646b72b962e7c1d3f5b3 +DIST plasma-pa-5.15.4.tar.xz 95616 BLAKE2B d671379b2ac0fe4e6166e19a006b1768f1a9fff01a289c72bb5e90366908ee37df6feb897af6b6a40ecca20767ebc235364934d5066cfe94032c0df464872c58 SHA512 fa36e83eda2b560ef679c77680917544270a8e94cbd5a826fbf4641d814031816af6052363dfc9c35b45d276af41b70beba7801c80189439c474635c9e66b665 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild new file mode 100644 index 000000000000..58e2347df232 --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild @@ -0,0 +1,33 @@ +# 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) + media-libs/libcanberra + media-sound/pulseaudio +" +RDEPEND="${DEPEND} + $(add_frameworks_dep kirigami) + $(add_qt_dep qtquickcontrols) + media-libs/libcanberra + x11-themes/sound-theme-freedesktop +" + +PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" ) |