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-postscript</Name>
  6. <Homepage>https://pwmt.org/projects/zathura-ps/</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>PostScript support for zathura.</Summary>
  15. <Description>pass</Description>
  16. <Archive sha1sum="91a1de71973c2e05158a4a1ac1b061fb70e92a6d" type="tarxz">
  17. https://pwmt.org/projects/zathura-ps/download/zathura-ps-0.2.8.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>meson</Dependency>
  21. <Dependency>zathura-devel</Dependency>
  22. <Dependency>libspectre-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>zathura-postscript</Name>
  27. <RuntimeDependencies>
  28. <Dependency>cairo</Dependency>
  29. <Dependency>zathura</Dependency>
  30. <Dependency>libspectre</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.8</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-06-11</Date>
  47. <Version>0.2.7</Version>
  48. <Comment>First build.</Comment>
  49. <Name>fury</Name>
  50. <Email>uglyside@yandex.ru</Email>
  51. </Update>
  52. </History>
  53. </PISI>