eartag/_service
Dominique Leuenberger a8c3644de3 - update to 0.6.3:
* fileview: use self.get_rows_sorted().keys() instead of get_present_tags()
    for extra tag filter
  * window: Set icon name
  * main: insert files to existing window if another instance tries to open
    with file args
  * meta: add argument passthrough to run script
  * main: remove debug prints
  * filelist: switch to selection mode on long press
  * window: allow to translate title
  * musicbrainz: fix closing cover tempfiles
  * Initialize ngettext
  * identify: Add release popover list into a scrolled window
  * musicbrainz: Don't download thumbnails if cover download is disabled
  * identify: Fix setting group for release row checkboxes
  * musicbrainz: Set timeout for requests
  * tagselectorbutton: add minimum/maximum height to popover
  * tagselectorbutton: Apply fix from !130, but only on small screens
  * tagselectorbutton: further reduce height
  * update translations

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eartag?expand=0&rev=12
2024-11-12 11:49:32 +00:00

17 lines
587 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/World/eartag.git</param>
<param name="revision">refs/tags/0.6.3</param>
<param name="versionformat">@PARENT_TAG@</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">gz</param>
</service>
<service name="set_version" mode="manual" />
</services>