2024-11-28 20:51:21 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<services>
|
|
|
|
<service name="obs_scm" mode="manual">
|
|
|
|
<param name="filename">supergfxctl-plasmoid</param>
|
|
|
|
<param name="url">https://gitlab.com/Jhyub/supergfxctl-plasmoid.git</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="revision">v2.1.1</param>
|
|
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="manual"/>
|
|
|
|
<service name="tar" mode="buildtime"/>
|
|
|
|
<service name="recompress" mode="buildtime">
|
2024-11-28 21:05:41 +00:00
|
|
|
<param name="compression">xz</param>
|
2024-11-28 20:51:21 +00:00
|
|
|
<param name="file">*.tar</param>
|
|
|
|
</service>
|
|
|
|
</services>
|