gtk4/_service
Dominique Leuenberger 8991e7a806 Accepting request 1164514 from GNOME:Next
- Update to version 4.14.2:
  + GtkScale: Improve positioning of values in some cases.
  + Theme: Make progress in entries visible.
  + Accessibility: Fix text insertion handling.
  + GDK:
    - dnd: Use the default cursor durion motion
    - dnd: Use a better cursor for indicating the move action
  + GSK:
    - gl: Handle offloads in offscreen context better
    - Fix text rendering problems with some fonts
  + Wayland:
    - Tighten up some protocol version checks
    - Use the presentation time protocol
    - Fix a crash with subsurfaces
    - Improve settings portal handling
  + Debugging: Add font settings in the inspector.
  + Demos:
    - Clean up the application demo
    - Update cursor images for the cursor demo
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1164514
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=161
2024-04-04 10:56:27 +00:00

20 lines
708 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/gtk.git</param>
<param name="revision">4.14.2</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">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>