pspec.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>zathura-comicbook</Name>
  6. <Homepage>https://git.pwmt.org/pwmt/zathura-cb</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>Comic book support for zathura.</Summary>
  15. <Description>The zathura-comicbook plugin adds comic book support to zathura.</Description>
  16. <Archive sha1sum="aec34884998ecb4352e3702466a2944f7c034084" type="targz">
  17. https://github.com/pwmt/zathura-cb/archive/refs/tags/0.1.11.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>meson</Dependency>
  21. <Dependency>zathura-devel</Dependency>
  22. <Dependency>libarchive-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>zathura-comicbook</Name>
  27. <RuntimeDependencies>
  28. <Dependency>gtk3</Dependency>
  29. <Dependency>cairo</Dependency>
  30. <Dependency>zathura</Dependency>
  31. <Dependency>gdk-pixbuf</Dependency>
  32. <Dependency>libarchive</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib/zathura</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="2">
  41. <Date>2024-08-18</Date>
  42. <Version>0.1.11</Version>
  43. <Comment>Version bump</Comment>
  44. <Name>PisiLinux Community</Name>
  45. <Email>admins@pisilinux.org</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2022-06-11</Date>
  49. <Version>0.1.10</Version>
  50. <Comment>First build.</Comment>
  51. <Name>fury</Name>
  52. <Email>uglyside@yandex.ru</Email>
  53. </Update>
  54. </History>
  55. </PISI>