gimp-plugin-resynthesizer/_service
Marcus Meissner 20153e7901 Accepting request 808613 from home:polslinux:branches:graphics
- Update to version 2.0.3.20190428:
  * Adding missing translation on progress bar text.
  * Adding French Translation and updating all po files with new strings.  Tweaked README on how to use translation files on Ubuntu.
  * Add vagga test gimp-plugin-registry and installed resynthesizer.
  * Add vagga scripts for testing build
  * README: replace dead links with archive
  * Issued #47 typo in readme

OBS-URL: https://build.opensuse.org/request/show/808613
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp-plugin-resynthesizer?expand=0&rev=6
2020-05-28 06:59:37 +00:00

19 lines
683 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/bootchk/resynthesizer.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">gimp-plugin-resynthesizer</param>
<param name="versionformat">%cd</param>
<param name="changesgenerate">enable</param>
<param name="versionprefix">2.0.3</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">gimp-plugin-resynthesizer</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>