- Update to current git version 0.8.1+git20190323
* Update and correct documentation
* Added icnsutil, a libicns clone of the Darwin iconutil, to
work with 'retina' icon (should also work both ways)
* Fixed conversion of images with dimensions of 256x256 or
greater.
* Clean up build system
* Support OpenJPEG 2
* Remove dead code and warnings
* Several minor fixes
- Added _service file
- Link to OpenJPEG2
- Drop Group tags
- Drop useless Provides
- Add automake/libtool build requirement because the tarball
no longer comes with a configure file
- Add openjpeg build requirement to support 256x256 and up icons
- Add pkgconfig build requirement to allow proper indexing of
the .pc file
- Recommend unar to uncompress old StuffIt archives (as per
documentation)
- Use autosetup macro
- Spec cleanup
OBS-URL: https://build.opensuse.org/request/show/802494
OBS-URL: https://build.opensuse.org/package/show/graphics/libicns?expand=0&rev=11
16 lines
548 B
Plaintext
16 lines
548 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://git.code.sf.net/p/icns/code</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@+git%cd</param>
|
|
<param name="revision">master</param>
|
|
<param name="filename">libicns</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|