- Update to version 1.5.0+git32.aa3e8af7: - Fix a lot of broken rendered icons in the paper theme - Added a lot of new icons - switch to source service as the latest release still had broken icons and it is not easy to create a diff for binary files. - modernize spec file OBS-URL: https://build.opensuse.org/request/show/880163 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/paper-icon-theme?expand=0&rev=7
19 lines
728 B
Plaintext
19 lines
728 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/snwh/paper-icon-theme.git</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="scm">git</param>
|
|
<param name="match-tag">v*</param>
|
|
<param name="versionrewrite-pattern">v\.(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="disabled" name="tar"/>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|