new packages: python3-pikepdf, img2pdf, pdfarranger

This commit is contained in:
suvari
2024-08-14 20:32:23 +03:00
parent bd57b04d39
commit b47032be04
13 changed files with 422660 additions and 420948 deletions
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>img2pdf</Name>
<Homepage>https://gitlab.mister-muffin.de/josch/img2pdf</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPL3</License>
<Icon>img2pdf</Icon>
<Summary>Losslessly convert raster images to PDF</Summary>
<Description>Lossless conversion of raster images to PDF. You should use img2pdf if your priorities are (in this order): always lossless, small, fast.</Description>
<Archive sha1sum="50e6af775c985495482665ed933d42c507327828" type="targz">https://gitlab.mister-muffin.de/josch/img2pdf/archive/0.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>img2pdf.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>img2pdf</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-pillow</Dependency>
<Dependency>python3-pikepdf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</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>0.5.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>