12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>pdfarranger</Name>
- <Homepage>https://github.com/pdfarranger/pdfarranger</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>MPL-2.0</License>
- <Icon>pdfarranger</Icon>
- <Summary>Helps merge or split PDF documents and rotate, crop and rearrange pages</Summary>
- <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>
- <Archive sha1sum="f60857d66d3a500398248a70f32e59c581ad4f61" type="targz">https://github.com/pdfarranger/pdfarranger/archive/refs/tags/1.11.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>python3-build</Dependency>
- <Dependency>python3-wheel</Dependency>
- <Dependency>libhandy-devel</Dependency>
- <Dependency>python3-dateutil</Dependency>
- <Dependency>python3-installer</Dependency>
- <Dependency>python3-packaging</Dependency>
- <Dependency>poppler-glib-devel</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-cairo-devel</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>pdfarranger.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>pdfarranger</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>img2pdf</Dependency>
- <Dependency>gettext</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>libhandy</Dependency>
- <Dependency>ghostscript</Dependency>
- <Dependency>python3-lxml</Dependency>
- <Dependency>python3-cairo</Dependency>
- <Dependency>python3-pillow</Dependency>
- <Dependency>python3-pikepdf</Dependency>
- <Dependency>python3-dateutil</Dependency>
- <Dependency>python3-packaging</Dependency>
- <Dependency>python3-pygobject3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/pdfarranger</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/metainfo</Path>
- <Path fileType="library">/usr/lib/python3*/site-packages</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2024-08-14</Date>
- <Version>1.11.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|