diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-06 21:12:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-07 09:53:59 +0200 |
commit | a98fc176b8e977eedb3501cf0617948c22547310 (patch) | |
tree | 8cc2b8bc25d8a8e6525b49e531e9a1299553f0a6 /kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild | |
parent | dev-python/pebble: Bump to 4.5.2 (diff) | |
download | gentoo-a98fc176b8e977eedb3501cf0617948c22547310.tar.gz gentoo-a98fc176b8e977eedb3501cf0617948c22547310.tar.bz2 gentoo-a98fc176b8e977eedb3501cf0617948c22547310.zip |
kde-plasma: Add KDE Plasma 5.18.5
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild')
-rw-r--r-- | kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild new file mode 100644 index 000000000000..8ed54fe8fe1b --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.18.5.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +KFMIN=5.66.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="Plasma applet for audio volume management using PulseAudio" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/kglobalaccel-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/plasma-${KFMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + dev-libs/glib:2 + media-libs/libcanberra + media-sound/pulseaudio +" +RDEPEND="${DEPEND} + >=kde-frameworks/kirigami-${KFMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + media-libs/libcanberra + x11-themes/sound-theme-freedesktop +" |