mutter/_service
Dominique Leuenberger b1b327559a Accepting request 1065709 from GNOME:Next
- Update to version 43.3:
  + Skip resize effects for tiled windows during user grabs
  + Disable direct scanout during drag-n-drop operations
  + Ignore unmapped subsurfaces in direct scanout check
  + Fix cursor disappearing over windows during grabs
  + Fix pointer constrains with subsurfaces
  + Make wl_output mode independent of the orientation
  + Improve focus handling on workspace switches
  + Fix cursor position in window screencasts
  + Do not require a physical device to update pointer visibility
  + Fix initialization of keyboard accessibility
  + Fix freeze when crossing monitors under some conditions
  + Don't allow window activation to break global grabs
  + Fixed crashes
  + Plugged leak
  + Misc. bug fixes and cleanups
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1065709
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=430
2023-02-14 12:06:25 +00:00

20 lines
717 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
<param name="revision">refs/tags/43.3</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param>
-->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual" />
</services>