6a48730998
Version 0.6.1 is still using WebKit, but failing for a couple of docsets (CSS, HTML, Javascript). This git code base is working much nicer in this regard. See: https://github.com/zealdocs/zeal/issues/1235 - Update to version 2.7.0~git20200517.404c3aa: * chore(app): update FontAwesome to v5.13.0, switch to WOFF2 fonts * ci(github): unify configure & build steps * fix(registry): fix page TOC * fix(browser): add missing namespace declaration * feat(browser): log blocked requests * fix(browser): fix compilation with Qt version below 5.13 * refactor(browser): improve code readability * feat(browser): introduce centralized web settings management * ci(github): fix Qt caching, make version configurable * fix(browser): do not call deprecated QWebEngineProfile method - Switch to git tree - Use QWebEngine - Use kf5 build macros - relocate COPYING to %license OBS-URL: https://build.opensuse.org/request/show/808815 OBS-URL: https://build.opensuse.org/package/show/devel:tools/zeal?expand=0&rev=27
17 lines
561 B
Plaintext
17 lines
561 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/zealdocs/zeal.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">2.7.0~git%cd.%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">zeal</param>
|
|
</service>
|
|
</services>
|