pspec.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>zathura</Name>
  6. <Homepage>https://pwmt.org/projects/zathura/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>ZLib</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>office.misc</PartOf>
  14. <Summary>A document viewer.</Summary>
  15. <Description>zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction.</Description>
  16. <Archive sha1sum="4798fa120f0612c46b73bb338c04ba53d24bfb43" type="tarxz">
  17. https://pwmt.org/projects/zathura/download/zathura-0.5.8.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>git</Dependency>
  21. <Dependency>file</Dependency>
  22. <Dependency>meson</Dependency>
  23. <Dependency>cmake</Dependency>
  24. <Dependency>doxygen</Dependency>
  25. <Dependency>librsvg-devel</Dependency>
  26. <Dependency>gtk3-devel</Dependency>
  27. <Dependency>check-devel</Dependency>
  28. <Dependency>glib2-devel</Dependency>
  29. <Dependency>sqlite-devel</Dependency>
  30. <Dependency>appstream-glib</Dependency>
  31. <Dependency>python3-sphinx</Dependency>
  32. <Dependency>json-glib-devel</Dependency>
  33. <Dependency>libseccomp-devel</Dependency>
  34. <Dependency>desktop-file-utils</Dependency>
  35. </BuildDependencies>
  36. </Source>
  37. <Package>
  38. <Name>zathura</Name>
  39. <RuntimeDependencies>
  40. <Dependency>file</Dependency>
  41. <Dependency>gtk3</Dependency>
  42. <Dependency>cairo</Dependency>
  43. <Dependency>glib2</Dependency>
  44. <Dependency>pango</Dependency>
  45. <Dependency>sqlite</Dependency>
  46. <Dependency>json-glib</Dependency>
  47. <Dependency>libseccomp</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="executable">/usr/bin</Path>
  51. <Path fileType="library">/usr/lib</Path>
  52. <Path fileType="data">/usr/share</Path>
  53. <Path fileType="localedata">/usr/share/locale</Path>
  54. </Files>
  55. </Package>
  56. <Package>
  57. <Name>zathura-devel</Name>
  58. <RuntimeDependencies>
  59. <Dependency release='current'>zathura</Dependency>
  60. <Dependency>gtk3-devel</Dependency>
  61. <Dependency>glib2-devel</Dependency>
  62. <Dependency>cairo-devel</Dependency>
  63. <Dependency>pango-devel</Dependency>
  64. <Dependency>json-glib-devel</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="data">/usr/lib/pkgconfig</Path>
  68. <Path fileType="header">/usr/include/girara</Path>
  69. <Path fileType="header">/usr/include/zathura</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="4">
  74. <Date>2024-08-18</Date>
  75. <Version>0.5.8</Version>
  76. <Comment>Version bump</Comment>
  77. <Name>PisiLinux Community</Name>
  78. <Email>admins@pisilinux.org</Email>
  79. </Update>
  80. <Update release="3">
  81. <Date>2022-11-28</Date>
  82. <Version>0.5.2</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>fury</Name>
  85. <Email>uglyside@yandex.ru</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2022-09-24</Date>
  89. <Version>0.5.1</Version>
  90. <Comment>Version bump.</Comment>
  91. <Name>fury</Name>
  92. <Email>uglyside@yandex.ru</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2022-06-11</Date>
  96. <Version>0.4.9</Version>
  97. <Comment>First build.</Comment>
  98. <Name>fury</Name>
  99. <Email>uglyside@yandex.ru</Email>
  100. </Update>
  101. </History>
  102. </PISI>