pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>utf8proc</Name>
  6. <Homepage>https://github.com/JuliaStrings/utf8proc</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>a clean C library for processing UTF-8 Unicode data.</Summary>
  15. <Description>utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding.</Description>
  16. <Archive sha1sum="7713007fde54cc8f8238936cae246c4ce30180f9" type="targz">
  17. https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.8.0.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>utf8proc</Name>
  25. <RuntimeDependencies>
  26. <!-- <Dependency></Dependency> -->
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>utf8proc-devel</Name>
  34. <RuntimeDependencies>
  35. <Dependency release="current">utf8proc</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include/utf8proc.h</Path>
  39. <Path fileType="library">/usr/lib/pkgconfig</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="3">
  44. <Date>2022-11-10</Date>
  45. <Version>2.8.0</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>fury</Name>
  48. <Email>uglyside@yandex.ru</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2021-12-20</Date>
  52. <Version>2.7.0</Version>
  53. <Comment>Version bump</Comment>
  54. <Name>fury</Name>
  55. <Email>uglyside@yandex.ru</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2021-11-22</Date>
  59. <Version>2.6.1</Version>
  60. <Comment>First build</Comment>
  61. <Name>fury</Name>
  62. <Email>uglyside@yandex.ru</Email>
  63. </Update>
  64. </History>
  65. </PISI>