forked from pool/gimp-plugin-resynthesizer
c8b8fbe1ef
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp-plugin-resynthesizer?expand=0&rev=11
17 lines
596 B
Plaintext
17 lines
596 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/bootchk/resynthesizer</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">gimp-plugin-resynthesizer</param>
|
|
<param name="versionformat">2.0.3~git.%cd</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">xz</param>
|
|
</service>
|
|
</services>
|