After checking, the conflict on the text-input-v1 patch is not very complicated, is just only simple meson.build file: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3751/diffs#17867de5076d50e87826675d7ed81840420e4676
Here's fixed portion of that patch:
diff --git a/src/meson.build b/src/meson.build
index b4f9a2a596d..92333c3dc7d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -705,6 +705,8 @@ if have_wayland
'wayland/meta-wayland-tablet-tool.h',
'wayland/meta-wayland-text-input.c',
'wayland/meta-wayland-text-input.h',
+ 'wayland/meta-wayland-text-input-v1.c',
+ 'wayland/meta-wayland-text-input-v1.h',
'wayland/meta-wayland-toplevel-drag.c',
'wayland/meta-wayland-toplevel-drag.h',
'wayland/meta-wayland-touch.c',
@@ -1077,6 +1079,7 @@ if have_wayland
['single-pixel-buffer', 'staging', 'v1', ],
['tablet', 'unstable', 'v2', ],
['text-input', 'unstable', 'v3', ],
+ ['text-input', 'unstable', 'v1', ],
['viewporter', 'stable', ],
['xdg-activation', 'staging', 'v1', ],
['xdg-dialog', 'staging', 'v1', ],
and full fixed patch file here: https://gist.github.com/WUGqnwvMQPzl/d74ef9a8034e2eaacc580bbc02b64f8d
I've tested with the patch for a while and it's working for me, not sure directly modifying patch to fix the conflict is okay though.
Pinned Comments
Saren commented on 2018-08-30 14:52 (UTC) (edited on 2020-10-06 05:50 (UTC) by Saren)
If you are getting errors like
fatal: bad revision '73e8cf32'
while building this package, refer to PKGBUILD and see which patches caused this. Then, go to the related URLs, replace the commit hashes. If there are conflicts, comment out the patches.Please notify me in comment section if this happens.
The optional performance patches are by default enabled.
A package for gnome-shell performance patches: https://aur.archlinux.org/packages/gnome-shell-performance/