pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>nuspell</Name>
  6. <Homepage>https://nuspell.github.io/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-3</License>
  12. <License>LGPL-3</License>
  13. <IsA>library</IsA>
  14. <PartOf>office.spellcheck</PartOf>
  15. <Summary>Fast and safe spellchecking C++ library.</Summary>
  16. <Description>
  17. Nuspell is designed for languages with rich morphology and complex word compounding. Nuspell is written in modern C++ and it supports Hunspell dictionaries.
  18. </Description>
  19. <Archive sha1sum="34e8e5a700f8f75114f3c7704999a8b57ce44f2e" type="targz">
  20. https://github.com/nuspell/nuspell/archive/refs/tags/v5.1.6.tar.gz
  21. </Archive>
  22. <BuildDependencies>
  23. <Dependency>cmake</Dependency>
  24. <Dependency>catch2</Dependency>
  25. <Dependency>pandoc-bin</Dependency>
  26. <Dependency>icu4c-devel</Dependency>
  27. </BuildDependencies>
  28. <Patches>
  29. <!-- <Patch level='1'></Patch> -->
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>nuspell</Name>
  34. <RuntimeDependencies>
  35. <Dependency>icu4c</Dependency>
  36. <Dependency>libgcc</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="executable">/usr/bin</Path>
  40. <Path fileType="library">/usr/lib</Path>
  41. <Path fileType="data">/usr/share/doc</Path>
  42. <Path fileType="data">/usr/share/man</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>nuspell-devel</Name>
  47. <RuntimeDependencies>
  48. <Dependency release="current">nuspell</Dependency>
  49. <Dependency>icu4c-devel</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="header">/usr/include/nuspell</Path>
  53. <Path fileType="data">/usr/lib/cmake/nuspell</Path>
  54. <Path fileType="data">/usr/lib/pkgconfig</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="3">
  59. <Date>2024-08-18</Date>
  60. <Version>5.1.6</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>fury</Name>
  63. <Email>uglyside@yandex.ru</Email>
  64. </Update>
  65. <Update release="2">
  66. <Date>2023-10-30</Date>
  67. <Version>5.1.2</Version>
  68. <Comment>Rebuild</Comment>
  69. <Name>fury</Name>
  70. <Email>uglyside@yandex.ru</Email>
  71. </Update>
  72. <Update release="1">
  73. <Date>2022-11-23</Date>
  74. <Version>5.1.2</Version>
  75. <Comment>First build</Comment>
  76. <Name>fury</Name>
  77. <Email>uglyside@yandex.ru</Email>
  78. </Update>
  79. </History>
  80. </PISI>