diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-19 16:50:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-19 17:23:20 +0200 |
commit | ac2a5306e3f0b2e6bac6dcae441ca0e5204edc0a (patch) | |
tree | d71dba1b33b42e5a560a4652c7fcc93ece883b09 /kde-plasma/plasma-pa | |
parent | kde-plasma/kinfocenter: drop 5.27.8 (diff) | |
download | gentoo-ac2a5306e3f0b2e6bac6dcae441ca0e5204edc0a.tar.gz gentoo-ac2a5306e3f0b2e6bac6dcae441ca0e5204edc0a.tar.bz2 gentoo-ac2a5306e3f0b2e6bac6dcae441ca0e5204edc0a.zip |
kde-plasma/plasma-pa: Add missing dependencies
Closes: https://bugs.gentoo.org/914147
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-pa')
-rw-r--r-- | kde-plasma/plasma-pa/plasma-pa-5.27.8-r1.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.27.8-r1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.27.8-r1.ebuild new file mode 100644 index 000000000000..2c889e263a00 --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.27.8-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +KFMIN=5.106.0 +QTMIN=5.15.9 +inherit ecm plasma.kde.org + +DESCRIPTION="Plasma applet for audio volume management using PulseAudio" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + dev-libs/glib:2 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/kglobalaccel-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/plasma-${KFMIN}:5 + media-libs/libcanberra + media-libs/libpulse +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + x11-themes/sound-theme-freedesktop +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" |