bfb6d107db
- Update to version 0.9.17: * Remove old code. * Do not store favicons smaller than ArtSize.FAVICON. * Always show current user agent. * Fix broken time calculation for downloads. * Use shutdown signal instead of listening to GNOME session manager. * Extend the python path rather than replacing it. * Update translations. OBS-URL: https://build.opensuse.org/request/show/563528 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=9
15 lines
514 B
Plaintext
15 lines
514 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="revision">0.9.17</param>
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/gnumdk/eolie.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|