diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-09 00:39:44 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-10 20:23:53 +0200 |
commit | f9830731d63a893dd84bba391a2859bfaa9f9bb1 (patch) | |
tree | fa02b106ef7ae699195782ca2efa856e008df1c7 /kde-plasma | |
parent | kde-plasma/plasma-nm: drop 5.27.3 (diff) | |
download | gentoo-f9830731d63a893dd84bba391a2859bfaa9f9bb1.tar.gz gentoo-f9830731d63a893dd84bba391a2859bfaa9f9bb1.tar.bz2 gentoo-f9830731d63a893dd84bba391a2859bfaa9f9bb1.zip |
kde-plasma/plasma-pa: drop 5.27.3-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
4 files changed, 0 insertions, 140 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index d77c37f570e6..e0a236a5af91 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1,3 +1,2 @@ DIST plasma-pa-5.26.5.tar.xz 142680 BLAKE2B ea94c9e3440803f96ccdd3835e24d776851e30aef3b78c3c5b810ac00a8ec540679d95e83eb7559f0e89e7efff510aecaf8b193d86f5ac57de5805809eb1975b SHA512 91607057095e77b320978f44766a2d71fbd4c7cac6291052099a90b6f527f2a2bb5db5bff2af117708a22aeaac669efbac9720f8065778a909c4dc1125411f9d -DIST plasma-pa-5.27.3.tar.xz 162196 BLAKE2B 15b8a7c5417fa5b63d0715474d7116d88a951349045ec9a67ac1b84240bb32c50f4fe8c690a6157a67b69d60930bc93aed024674787e8df655306c9bb38fee35 SHA512 eaa3c60b95cfade499ff4db45b5b349a8454468bac8b6eaf67aec60e69141a2c4a6494fbc3954f24b72adbd335f5c8abe32a361a65c61f7680173c863a02e46e DIST plasma-pa-5.27.4.tar.xz 162464 BLAKE2B d21553f01e9fa031f376bad5c2f325bf605ae454d3ae8ffdd5c3e4d1c8567c90072a6853572dcad9b50100444502dbfde3b583dfc341978dd37766972453821c SHA512 8c0d33285b8dd059c2c0c34d9640e88cb57312d58962aa1e210ae1b2e080cb923980daab59b9326c59a946e17aeddbf87b1149030341b3bbb17e6bf8cd284edc diff --git a/kde-plasma/plasma-pa/files/plasma-pa-5.27.3-fix-show-virtual-devices.patch b/kde-plasma/plasma-pa/files/plasma-pa-5.27.3-fix-show-virtual-devices.patch deleted file mode 100644 index 042323757028..000000000000 --- a/kde-plasma/plasma-pa/files/plasma-pa-5.27.3-fix-show-virtual-devices.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 1e4d0d567a72d444dff1f90bb9c1712212d6e07e Mon Sep 17 00:00:00 2001 -From: Fushan Wen <qydwhotmail@gmail.com> -Date: Sat, 18 Mar 2023 16:31:57 +0800 -Subject: [PATCH] applet: add missing function for "Show virtual devices" menu - item - -BUG: 465996 -FIXED-IN: 5.27.4 -(cherry picked from commit 5430caf2483203de5f3047408582bec953aa8946) ---- - applet/contents/ui/main.qml | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/applet/contents/ui/main.qml b/applet/contents/ui/main.qml -index aa595204..f65ec85d 100644 ---- a/applet/contents/ui/main.qml -+++ b/applet/contents/ui/main.qml -@@ -754,6 +754,10 @@ Item { - KQCAddons.KCMShell.openSystemSettings("kcm_pulseaudio"); - } - -+ function action_showVirtualDevices() { -+ Plasmoid.configuration.showVirtualDevices = !Plasmoid.configuration.showVirtualDevices; -+ } -+ - Component.onCompleted: { - MicrophoneIndicator.init(); - --- -GitLab - diff --git a/kde-plasma/plasma-pa/files/plasma-pa-5.27.3-improve-DeviceListItem-sizing.patch b/kde-plasma/plasma-pa/files/plasma-pa-5.27.3-improve-DeviceListItem-sizing.patch deleted file mode 100644 index b37d08a745fd..000000000000 --- a/kde-plasma/plasma-pa/files/plasma-pa-5.27.3-improve-DeviceListItem-sizing.patch +++ /dev/null @@ -1,67 +0,0 @@ -From b6715dc950ab5019542f2f7a77e9f2aa4afab9dc Mon Sep 17 00:00:00 2001 -From: Oliver Beard <olib141@outlook.com> -Date: Tue, 21 Mar 2023 20:19:38 +0000 -Subject: [PATCH] kcm/DeviceListItem: Set width for comboboxes, with correctly - sized popup - -This commit sets a preferred width for the port/profile comboboxes, so that they appear consistent. The full names are visible by opening the combobox, as the popup is now sized to show the full name. It is also ensured that the popup is positioned correctly to not go off the page when wide. - - -(cherry picked from commit 82a276183fac1ca79d7fe2a14d3f19e9a96ba830) ---- - src/kcm/package/contents/ui/DeviceListItem.qml | 18 ++++++++++++++++-- - 1 file changed, 16 insertions(+), 2 deletions(-) - -diff --git a/src/kcm/package/contents/ui/DeviceListItem.qml b/src/kcm/package/contents/ui/DeviceListItem.qml -index 714884c2..09feea71 100644 ---- a/src/kcm/package/contents/ui/DeviceListItem.qml -+++ b/src/kcm/package/contents/ui/DeviceListItem.qml -@@ -94,7 +94,7 @@ ColumnLayout { - - readonly property var ports: Ports - -- Layout.minimumWidth: Kirigami.Units.gridUnit * 10 -+ Layout.preferredWidth: Kirigami.Units.gridUnit * 10 - visible: portBox.count > 1 - - onModelChanged: currentIndex = ActivePortIndex -@@ -119,6 +119,13 @@ ColumnLayout { - } - model = items; - } -+ -+ // Ensure the popup is sufficiently wide to list *full* device names -+ // and is correctly positioned to not go off the page -+ popup.width: Math.max(implicitWidth, width) -+ popup.leftMargin: delegate.ListView.view.Layout.leftMargin -+ popup.rightMargin: delegate.ListView.view.Layout.rightMargin -+ popup.x: mirrored ? 0 : width - popup.width - } - - Label { -@@ -133,7 +140,7 @@ ColumnLayout { - - readonly property var card: paCardModel.data(paCardModel.indexOfCardNumber(CardIndex), paCardModel.role("PulseObject")) - -- Layout.minimumWidth: Kirigami.Units.gridUnit * 12 -+ Layout.preferredWidth: Kirigami.Units.gridUnit * 12 - visible: profileBox.count > 1 - textRole: "description" - -@@ -141,6 +148,13 @@ ColumnLayout { - currentIndex: card ? model.indexOf(card.profiles[card.activeProfileIndex]) : -1 - - onActivated: index => card.activeProfileIndex = card.profiles.indexOf(model[index]) -+ -+ // Ensure the popup is sufficiently wide to list *full* device names -+ // and is correctly positioned to not go off the page -+ popup.width: Math.max(implicitWidth, width) -+ popup.leftMargin: delegate.ListView.view.Layout.leftMargin -+ popup.rightMargin: delegate.ListView.view.Layout.rightMargin -+ popup.x: mirrored ? 0 : width - popup.width - } - } - --- -GitLab - diff --git a/kde-plasma/plasma-pa/plasma-pa-5.27.3-r1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.27.3-r1.ebuild deleted file mode 100644 index c758fefd0a93..000000000000 --- a/kde-plasma/plasma-pa/plasma-pa-5.27.3-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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" - -PATCHES=( - "${FILESDIR}/${P}-fix-show-virtual-devices.patch" # KDE-bug 465996 - "${FILESDIR}/${P}-improve-DeviceListItem-sizing.patch" -) |