diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-08 20:16:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-11 14:40:22 +0200 |
commit | ae5c82f5775e4cfc0d87af018bc048640277652f (patch) | |
tree | 157e5c842de5b26973d9de057cf4e047d11b1c7d /kde-plasma/plasma-pa | |
parent | kde-plasma/plasma-nm: Make kde-frameworks/kdeclarative RDEPEND-only (diff) | |
download | gentoo-ae5c82f5775e4cfc0d87af018bc048640277652f.tar.gz gentoo-ae5c82f5775e4cfc0d87af018bc048640277652f.tar.bz2 gentoo-ae5c82f5775e4cfc0d87af018bc048640277652f.zip |
kde-plasma/plasma-pa: add 5.26.0
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.26.0.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index 6bc2f4e8de2c..15f789debc41 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1 +1,2 @@ DIST plasma-pa-5.25.5.tar.xz 136844 BLAKE2B d28e40c87fe04516bbd3c492aabe961f949def70363bde7872fbe1752d70f061c5a19607582591e6309c3f77c1d7ecb134c3407d157e09a54addead33f62c7f5 SHA512 9a3f7734a4d0ca09a6011ec78dadafcdbcb6afc8e51f6800acbc3e3d2015dd79da80d8f819d042096633cbc2591d829442da3b1eeb22fc8203fa621c25d467bc +DIST plasma-pa-5.26.0.tar.xz 141124 BLAKE2B b187e9f8a09ea747e158812592b06347fc0edc0518c817c38a61ceab8fc3f94523feccdd27d558210f0fb34195f1647e197b90a59188b569a0e4bb2fb3cae676 SHA512 52aec719a0d0343e87909b2c7e502d710504306ec2fd861a9e9877bc7684e888386bb6ae791cea29c2da4fa32a811417b25fe5a13d99ee0584749b77eddb63ff diff --git a/kde-plasma/plasma-pa/plasma-pa-5.26.0.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.26.0.ebuild new file mode 100644 index 000000000000..cd613cbc6bf5 --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.26.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +KFMIN=5.99.0 +QTMIN=5.15.5 +inherit ecm plasma.kde.org + +DESCRIPTION="Plasma applet for audio volume management using PulseAudio" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/glib:2 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=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 + 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" |