Date: Wednesday, September 7, 2022 @ 17:51:51 Author: heftig Revision: 455228
5.0+r61+gee77d86-1 Modified: pavucontrol/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-07 13:57:15 UTC (rev 455227) +++ PKGBUILD 2022-09-07 17:51:51 UTC (rev 455228) @@ -4,7 +4,7 @@ # Contributor: William Rea <[email protected]> pkgname=pavucontrol -pkgver=5.0+r35+g964f298 +pkgver=5.0+r61+gee77d86 pkgrel=1 epoch=1 pkgdesc="PulseAudio Volume Control" @@ -16,7 +16,7 @@ checkdepends=(tidy) optdepends=("pulseaudio: Audio backend") options=(debug) -_commit=964f2987a46aa984d9ba83369b1f27c0bb28e9af # master +_commit=ee77d86eed3c35f9f7a1f2e2da385d4b526d77a1 # master source=("git+https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git#commit=$_commit" 0001-meson-Define-HAVE_PULSE_MESSAGING_API-when-available.patch 0002-fix-focus-trap-in-output-selection-widget.patch) @@ -31,13 +31,6 @@ prepare() { cd pavucontrol - - # Fix meson build - git apply -3 ../0001-meson-Define-HAVE_PULSE_MESSAGING_API-when-available.patch - - # https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/issues/124 - # https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/merge_requests/73 - git apply -3 ../0002-fix-focus-trap-in-output-selection-widget.patch } build() {
