Accepting request 887367 from home:darix:branches:Emulators

- Fix raw input with wine-staging: To fix it we copied the
  0008-winex11.drv-Listen-to-RawMotion-and-RawButton-events.patch
  at a886228fbcefe7b8de06d2dd7182272df6cc3c36 and overwrite the
  copy in the staging tarball. We can not just upgrade the tar ball
  as it doesnt apply cleanly anymore.
  This can be dropped with 6.7

OBS-URL: https://build.opensuse.org/request/show/887367
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=818
This commit is contained in:
2021-04-22 06:47:51 +00:00
committed by Git OBS Bridge
parent d96fcc1f15
commit bc5890debc
3 changed files with 279 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ Patch0: wine-winegcc-missing-includes.patch
# SUSE specific patches
# - currently none, but add them here
#Patch0: susefixes.patch
Source99: a886228fbcefe7b8de06d2dd7182272df6cc3c36.patch
Recommends: wine-gecko >= 2.47.2
Conflicts: wine-gecko < 2.47.2
Recommends: wine-mono >= 6.1.1
@@ -225,6 +226,7 @@ cp %{S:3} .
%if %{staging}
# apply wine staging patch set on top of the wine release.
tar xf %{SOURCE100}
cp %{SOURCE99} ./wine-staging-%staging_version/patches/user32-rawinput-mouse/0008-winex11.drv-Listen-to-RawMotion-and-RawButton-events.patch
bash ./wine-staging-%staging_version/patches/patchinstall.sh --all
%endif