pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>crqt</Name>
  6. <Homepage>https://gitlab.com/coolreader-ng/crqt-ng</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>office.misc</PartOf>
  14. <Summary>crqt-ng - cross-platform open source e-book reader using crengine-ng.</Summary>
  15. <Description>
  16. 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.
  17. </Description>
  18. <Archive sha1sum="92bfcf0be84022353714765195dd484f6dcc7590" type="tarbz2">
  19. https://gitlab.com/coolreader-ng/crqt-ng/-/archive/1.0.11/crqt-ng-1.0.11.tar.bz2
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>cmake</Dependency>
  23. <Dependency>ninja</Dependency>
  24. <Dependency>libX11-devel</Dependency>
  25. <Dependency>qt6-linguist</Dependency>
  26. <Dependency>qt6-base-devel</Dependency>
  27. <Dependency>crengine-ng-devel</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <!-- <Patch level='1'></Patch> -->
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>crqt</Name>
  35. <RuntimeDependencies>
  36. <Dependency>libgcc</Dependency>
  37. <Dependency>qt6-base</Dependency>
  38. <Dependency>crengine-ng</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="data">/usr/share</Path>
  43. <Path fileType="data">/usr/share/crqt</Path>
  44. <Path fileType="data">/usr/share/crqt/i18n</Path>
  45. <Path fileType="data">/usr/share/doc/crqt</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="4">
  50. <Date>2023-04-25</Date>
  51. <Version>1.0.11</Version>
  52. <Comment>Version bump.</Comment>
  53. <Name>fury</Name>
  54. <Email>uglyside@yandex.ru</Email>
  55. </Update>
  56. <Update release="3">
  57. <Date>2023-02-02</Date>
  58. <Version>1.0.5.1</Version>
  59. <Comment>Version bump.</Comment>
  60. <Name>fury</Name>
  61. <Email>uglyside@yandex.ru</Email>
  62. </Update>
  63. <Update release="2">
  64. <Date>2023-01-29</Date>
  65. <Version>1.0.5</Version>
  66. <Comment>Version bump</Comment>
  67. <Name>fury</Name>
  68. <Email>uglyside@yandex.ru</Email>
  69. </Update>
  70. <Update release="1">
  71. <Date>2023-01-21</Date>
  72. <Version>1.0.4</Version>
  73. <Comment>First build.</Comment>
  74. <Name>fury</Name>
  75. <Email>uglyside@yandex.ru</Email>
  76. </Update>
  77. </History>
  78. </PISI>