Date: Friday, November 20, 2020 @ 11:45:26
  Author: heftig
Revision: 401537

0.3.16-4: backport kwin fix, requested by upstream

Modified:
  pipewire/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-11-20 11:40:35 UTC (rev 401536)
+++ PKGBUILD    2020-11-20 11:45:26 UTC (rev 401537)
@@ -5,7 +5,7 @@
 pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa
          gst-plugin-pipewire)
 pkgver=0.3.16
-pkgrel=3
+pkgrel=4
 pkgdesc="Server and user space API to deal with multimedia pipelines"
 url="https://pipewire.org";
 license=(LGPL2.1)
@@ -24,6 +24,9 @@
 
 prepare() {
   cd $pkgbase
+
+  # fix kwin
+  git cherry-pick -n fc2b0b20ad4271b0c6f258451a82311b792b7a57
 }
 
 build() {

Reply via email to