Accepting request 1174713 from home:AZhou:branches:GNOME:Factory

- Add mutter-implement-text-input-v1.patch: This allows input
  method to work in Chromium/Electron-based apps with Wayland Ozone
  platform, which only has text-input-v1 support
  (glgo#GNOME/mutter!3751, bsc#1219505).

OBS-URL: https://build.opensuse.org/request/show/1174713
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=505
This commit is contained in:
Dominique Leuenberger 2024-05-17 06:14:05 +00:00 committed by Git OBS Bridge
parent 5ec41409ce
commit 0027d3045c
3 changed files with 1149 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 17 03:26:48 UTC 2024 - Alynx Zhou <alynx.zhou@suse.com>
- Add mutter-implement-text-input-v1.patch: This allows input
method to work in Chromium/Electron-based apps with Wayland Ozone
platform, which only has text-input-v1 support
(glgo#GNOME/mutter!3751, bsc#1219505).
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 1 13:01:02 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> Wed May 1 13:01:02 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -38,6 +38,8 @@ Patch2: mutter-window-actor-Special-case-shaped-Java-windows.patch
Patch3: mutter-fix-x11-restart.patch Patch3: mutter-fix-x11-restart.patch
# PATCH-FIX-OPENSUSE 0001-Revert-clutter-actor-Cache-stage-relative-instead-of.patch glgo#GNOME/mutter#3302 bsc#1219546 alynx.zhou@suse.com -- Fix partial update on VT switch # PATCH-FIX-OPENSUSE 0001-Revert-clutter-actor-Cache-stage-relative-instead-of.patch glgo#GNOME/mutter#3302 bsc#1219546 alynx.zhou@suse.com -- Fix partial update on VT switch
Patch4: 0001-Revert-clutter-actor-Cache-stage-relative-instead-of.patch Patch4: 0001-Revert-clutter-actor-Cache-stage-relative-instead-of.patch
#PATCH-FEATURE-OPENSUSE mutter-implement-text-input-v1.patch glgo#GNOME/mutter!3751 bsc#1219505 alynx.zhou@suse.com -- Allow input method to work in Wayland Chromium
Patch5: mutter-implement-text-input-v1.patch
## SLE-only patches start at 1000 ## SLE-only patches start at 1000
# PATCH-FEATURE-SLE mutter-SLE-bell.patch FATE#316042 bnc#889218 idonmez@suse.com -- make audible bell work out of the box. # PATCH-FEATURE-SLE mutter-SLE-bell.patch FATE#316042 bnc#889218 idonmez@suse.com -- make audible bell work out of the box.
@ -149,6 +151,7 @@ applications that want to make use of the mutter library.
%patch -P 2 -p1 %patch -P 2 -p1
%patch -P 3 -p1 %patch -P 3 -p1
%patch -P 4 -p1 %patch -P 4 -p1
%patch -P 5 -p1
%endif %endif
# SLE-only patches and translations. # SLE-only patches and translations.
%if 0%{?sle_version} %if 0%{?sle_version}