pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pdfarranger</Name>
  6. <Homepage>https://github.com/pdfarranger/pdfarranger</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>MPL-2.0</License>
  12. <Icon>pdfarranger</Icon>
  13. <Summary>Helps merge or split PDF documents and rotate, crop and rearrange pages</Summary>
  14. <Description>PDF Arranger is a small python-gtk application, which helps the user to merge or split PDF documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. It is a front end for pikepdf.</Description>
  15. <Archive sha1sum="f60857d66d3a500398248a70f32e59c581ad4f61" type="targz">https://github.com/pdfarranger/pdfarranger/archive/refs/tags/1.11.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gtk3-devel</Dependency>
  18. <Dependency>glib2-devel</Dependency>
  19. <Dependency>pango-devel</Dependency>
  20. <Dependency>gettext-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>python3-build</Dependency>
  23. <Dependency>python3-wheel</Dependency>
  24. <Dependency>libhandy-devel</Dependency>
  25. <Dependency>python3-dateutil</Dependency>
  26. <Dependency>python3-installer</Dependency>
  27. <Dependency>python3-packaging</Dependency>
  28. <Dependency>poppler-glib-devel</Dependency>
  29. <Dependency>python3-setuptools</Dependency>
  30. <Dependency>python3-cairo-devel</Dependency>
  31. <Dependency>python3-pygobject3-devel</Dependency>
  32. </BuildDependencies>
  33. <!--
  34. <Patches>
  35. <Patch>pdfarranger.patch</Patch>
  36. </Patches>
  37. -->
  38. </Source>
  39. <Package>
  40. <Name>pdfarranger</Name>
  41. <RuntimeDependencies>
  42. <Dependency>gtk3</Dependency>
  43. <Dependency>glib2</Dependency>
  44. <Dependency>pango</Dependency>
  45. <Dependency>img2pdf</Dependency>
  46. <Dependency>gettext</Dependency>
  47. <Dependency>python3</Dependency>
  48. <Dependency>libhandy</Dependency>
  49. <Dependency>ghostscript</Dependency>
  50. <Dependency>python3-lxml</Dependency>
  51. <Dependency>python3-cairo</Dependency>
  52. <Dependency>python3-pillow</Dependency>
  53. <Dependency>python3-pikepdf</Dependency>
  54. <Dependency>python3-dateutil</Dependency>
  55. <Dependency>python3-packaging</Dependency>
  56. <Dependency>python3-pygobject3</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="executable">/usr/bin</Path>
  60. <Path fileType="localedata">/usr/share/locale</Path>
  61. <Path fileType="man">/usr/share/man</Path>
  62. <Path fileType="data">/usr/share/icons</Path>
  63. <Path fileType="data">/usr/share/pdfarranger</Path>
  64. <Path fileType="data">/usr/share/applications</Path>
  65. <Path fileType="data">/usr/share/metainfo</Path>
  66. <Path fileType="library">/usr/lib/python3*/site-packages</Path>
  67. <Path fileType="doc">/usr/share/doc</Path>
  68. </Files>
  69. </Package>
  70. <History>
  71. <Update release="1">
  72. <Date>2024-08-14</Date>
  73. <Version>1.11.0</Version>
  74. <Comment>First release</Comment>
  75. <Name>Kamil Atlı</Name>
  76. <Email>suvari@pisilinux.org</Email>
  77. </Update>
  78. </History>
  79. </PISI>