123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>crqt</Name>
- <Homepage>https://gitlab.com/coolreader-ng/crqt-ng</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <IsA>app:gui</IsA>
- <PartOf>office.misc</PartOf>
- <Summary>crqt-ng - cross-platform open source e-book reader using crengine-ng.</Summary>
- <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.
- </Description>
- <Archive sha1sum="92bfcf0be84022353714765195dd484f6dcc7590" type="tarbz2">
- https://gitlab.com/coolreader-ng/crqt-ng/-/archive/1.0.11/crqt-ng-1.0.11.tar.bz2
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>qt6-linguist</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency>crengine-ng-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level='1'></Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>crqt</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency>qt6-base</Dependency>
- <Dependency>crengine-ng</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/crqt</Path>
- <Path fileType="data">/usr/share/crqt/i18n</Path>
- <Path fileType="data">/usr/share/doc/crqt</Path>
- </Files>
- </Package>
- <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">
- <Date>2023-02-02</Date>
- <Version>1.0.5.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2023-01-29</Date>
- <Version>1.0.5</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2023-01-21</Date>
- <Version>1.0.4</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|