summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-09 16:07:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-09 16:33:55 +0200
commit7da4af5cbc29b0551771943ec62ecf24dcff1979 (patch)
tree90ccc048493ce35c6600c3b4bdced8d728d0814e /kde-plasma/plasma-pa
parentkde-plasma/plasma-nm: 5.27.5 version bump (diff)
downloadgentoo-7da4af5cbc29b0551771943ec62ecf24dcff1979.tar.gz
gentoo-7da4af5cbc29b0551771943ec62ecf24dcff1979.tar.bz2
gentoo-7da4af5cbc29b0551771943ec62ecf24dcff1979.zip
kde-plasma/plasma-pa: 5.27.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-pa')
-rw-r--r--kde-plasma/plasma-pa/Manifest1
-rw-r--r--kde-plasma/plasma-pa/plasma-pa-5.27.5.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index e83276930308..18ebd624654f 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1 +1,2 @@
DIST plasma-pa-5.27.4.tar.xz 162464 BLAKE2B d21553f01e9fa031f376bad5c2f325bf605ae454d3ae8ffdd5c3e4d1c8567c90072a6853572dcad9b50100444502dbfde3b583dfc341978dd37766972453821c SHA512 8c0d33285b8dd059c2c0c34d9640e88cb57312d58962aa1e210ae1b2e080cb923980daab59b9326c59a946e17aeddbf87b1149030341b3bbb17e6bf8cd284edc
+DIST plasma-pa-5.27.5.tar.xz 163052 BLAKE2B 63a74251348665823c6f2a08326fd21d7be716f9d0f7780f5f4fdbe8a63b684862cd360c50d790372fd33d9526a1a74e1d980ce1ff689c274aa8971153fe9a8a SHA512 7524e4bd6b5c0db4f7157f50cb89a0cc4052f33c680ebef08d0cc2e393ecf5e53d9c96e472701300c74ef7386f90f74afffec79180a080724d19445a22dfcf7f
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.27.5.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.27.5.ebuild
new file mode 100644
index 000000000000..4227c7566c83
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.27.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.102.0
+QTMIN=5.15.7
+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
+ >=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"