pspec.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>zathura-djvu</Name>
  6. <Homepage>https://git.pwmt.org/pwmt/zathura-djvu</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>ZLib</License>
  12. <IsA>library</IsA>
  13. <PartOf>office.misc</PartOf>
  14. <Summary>DjVu support for zathura.</Summary>
  15. <Description>pass</Description>
  16. <Archive sha1sum="6ee7ff9ef2a900d1348593f7a7b4b0a6f9c3d5a1" type="tarxz">
  17. https://pwmt.org/projects/zathura-djvu/download/zathura-djvu-0.2.10.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>meson</Dependency>
  21. <Dependency>djvu-devel</Dependency>
  22. <Dependency>zathura-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>zathura-djvu</Name>
  27. <RuntimeDependencies>
  28. <Dependency>djvu</Dependency>
  29. <Dependency>cairo</Dependency>
  30. <Dependency>zathura</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib/zathura</Path>
  34. <Path fileType="data">/usr/share</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="2">
  39. <Date>2024-08-18</Date>
  40. <Version>0.2.10</Version>
  41. <Comment>Version bump</Comment>
  42. <Name>PisiLinux Community</Name>
  43. <Email>admins@pisilinux.org</Email>
  44. </Update>
  45. <Update release="1">
  46. <Date>2022-11-28</Date>
  47. <Version>0.2.9</Version>
  48. <Comment>First build.</Comment>
  49. <Name>fury</Name>
  50. <Email>uglyside@yandex.ru</Email>
  51. </Update>
  52. </History>
  53. </PISI>