- update to 0.4.0: * doap: fix typo * item: Special case chrome as well * item_dialog: Make schema_row selectable * resources: Remove no longer needed icons * item: Derive icon / subtitle from xdg:schema * metainfo: Update summary to passwords instead of keys * overview_page: Add loading spinner * data: Add Felix * a11y: Ensure widgets are properly labelled * collection_items_page: Disable create-item action for locked collections OBS-URL: https://build.opensuse.org/request/show/1206353 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/key-rack?expand=0&rev=4
19 lines
657 B
Plaintext
19 lines
657 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://gitlab.gnome.org/sophie-h/key-rack.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">refs/tags/0.4.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</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" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="update">false</param>
|
|
<param name="src">key-rack</param>
|
|
</service>
|
|
</services>
|