+ Themes: - Add a progress-working-symbolic icon - Support strokes in symbolic icons - Update theme CSS - Remove hardcoded Cantarell font + GtkShortcutsWindow: Differentiate all keypad symbols visually + GtkApplication: Register unsandboxed apps with the portals + X11: Fix problems with gtk_window_get_geometry + Wayland: Fix a crash + Input: Make compose sequence visuals configurable + Printing: - Fix the build with libcups 3 - Support gnome-papers as previewer + Updated translations. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=474
19 lines
699 B
XML
19 lines
699 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">3.24.50</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">disable</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>
|