Dominique Leuenberger
38a356e95d
+ Fix help page on sandboxed installations + Fix title in translation memory dialog + Fix focus behind translation memory GtkOverlay + Fix Back button on D-L panel + Fix default profile creation + Fix crash when opening file chooser + Store whether main window is maximized + Fix search bar not appearing on new tabs + Fix crash when pressing Ctrl+D earlier than expected + Fix missing icon in preferences dialog + Make search bar use the entire width + Fix the generation of API endpoints for D-L after switching module + Fix plurals fixer OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=97
21 lines
717 B
XML
21 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/gtranslator.git</param>
|
|
<param name="revision">47.1</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+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>
|
|
|
|
|