crqt.
This commit is contained in:
@@ -8,7 +8,7 @@ from pisi.actionsapi import cmaketools, mesontools, pisitools
|
|||||||
|
|
||||||
i = ''.join([
|
i = ''.join([
|
||||||
' -DBUILD_TOOLS=ON',
|
' -DBUILD_TOOLS=ON',
|
||||||
' -DENABLE_LTO=ON',
|
' -DENABLE_LTO=OFF',
|
||||||
' -DUSE_CMARK_GFM=ON',
|
' -DUSE_CMARK_GFM=ON',
|
||||||
' -DUSE_CMARK=OFF',
|
' -DUSE_CMARK=OFF',
|
||||||
' -DCMAKE_BUILD_TYPE=Release',
|
' -DCMAKE_BUILD_TYPE=Release',
|
||||||
|
|||||||
@@ -15,15 +15,15 @@
|
|||||||
<Description>
|
<Description>
|
||||||
Supported document formats: fb2, fb3, epub (without DRM), rtf, doc, docx, odt, htm, chm, pdb, mobi (without DRM), txt, trc, prc. In fact, this is a fork of the CoolReader project.
|
Supported document formats: fb2, fb3, epub (without DRM), rtf, doc, docx, odt, htm, chm, pdb, mobi (without DRM), txt, trc, prc. In fact, this is a fork of the CoolReader project.
|
||||||
</Description>
|
</Description>
|
||||||
<Archive sha1sum="dbb26049e83335da4f1d68bf1a2a0405fdfd31c5" type="tarbz2">
|
<Archive sha1sum="2345c8a06725e0ad32c52af250a5a31947869390" type="tarbz2">
|
||||||
https://gitlab.com/coolreader-ng/crengine-ng/-/archive/0.9.6/crengine-ng-0.9.6.tar.bz2
|
https://gitlab.com/coolreader-ng/crengine-ng/-/archive/0.9.9/crengine-ng-0.9.9.tar.bz2
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>ninja</Dependency>
|
<Dependency>ninja</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
<Dependency>zstd-devel</Dependency>
|
<Dependency>zstd-devel</Dependency>
|
||||||
<Dependency>cmark-devel</Dependency>
|
<!-- <Dependency>cmark-devel</Dependency> -->
|
||||||
<Dependency>libpng-devel</Dependency>
|
<Dependency>libpng-devel</Dependency>
|
||||||
<Dependency>libX11-devel</Dependency>
|
<Dependency>libX11-devel</Dependency>
|
||||||
<Dependency>fribidi-devel</Dependency>
|
<Dependency>fribidi-devel</Dependency>
|
||||||
@@ -58,6 +58,8 @@
|
|||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/libcrengine-ng.so</Path>
|
<Path fileType="library">/usr/lib/libcrengine-ng.so</Path>
|
||||||
|
<Path fileType="library">/usr/lib/libcrengine-ng.so.5</Path>
|
||||||
|
<Path fileType="library">/usr/lib/libcrengine-ng.so.0.9.9</Path>
|
||||||
<Path fileType="data">/usr/share/crengine-ng</Path>
|
<Path fileType="data">/usr/share/crengine-ng</Path>
|
||||||
<Path fileType="data">/usr/share/crengine-ng/hyph</Path>
|
<Path fileType="data">/usr/share/crengine-ng/hyph</Path>
|
||||||
<Path fileType="data">/usr/share/doc/crengine-ng</Path>
|
<Path fileType="data">/usr/share/doc/crengine-ng</Path>
|
||||||
@@ -87,6 +89,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2023-04-25</Date>
|
||||||
|
<Version>0.9.9</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2023-01-29</Date>
|
<Date>2023-01-29</Date>
|
||||||
<Version>0.9.6</Version>
|
<Version>0.9.6</Version>
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
<Description>
|
<Description>
|
||||||
It is a fork of the CoolReader project. Supported e-book formats: fb2, fb3 (incomplete), epub (non-DRM), doc, docx, odt, rtf, pdb, mobi (non-DRM), txt, html, chm, tcr.
|
It is a fork of the CoolReader project. Supported e-book formats: fb2, fb3 (incomplete), epub (non-DRM), doc, docx, odt, rtf, pdb, mobi (non-DRM), txt, html, chm, tcr.
|
||||||
</Description>
|
</Description>
|
||||||
<Archive sha1sum="0f05cf05570c46148c87652267372282f20813b7" type="tarbz2">
|
<Archive sha1sum="92bfcf0be84022353714765195dd484f6dcc7590" type="tarbz2">
|
||||||
https://gitlab.com/coolreader-ng/crqt-ng/-/archive/1.0.5.1/crqt-ng-1.0.5.1.tar.bz2
|
https://gitlab.com/coolreader-ng/crqt-ng/-/archive/1.0.11/crqt-ng-1.0.11.tar.bz2
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
@@ -48,6 +48,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2023-04-25</Date>
|
||||||
|
<Version>1.0.11</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2023-02-02</Date>
|
<Date>2023-02-02</Date>
|
||||||
<Version>1.0.5.1</Version>
|
<Version>1.0.5.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user