123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libppd</Name>
- <Homepage>https://github.com/OpenPrinting/libppd</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>APACHE</License>
- <IsA>library</IsA>
- <Summary>Library for retro-fitting legacy printer drivers</Summary>
- <Icon>libppd</Icon>
- <Description>Eski yazıcı sürücülerini yeniden uyarlamak için kitaplık</Description>
- <Archive sha1sum="9ee257f09939b9df7299fb9ea966bdee7b3e5bd4" type="tarxz">https://github.com/OpenPrinting/libppd/releases/download/2.0.0/libppd-2.0.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>cups-devel</Dependency>
- <Dependency>ghostscript-devel</Dependency>
- <Dependency>poppler-utils</Dependency>
- <Dependency>mupdf-devel</Dependency>
- <Dependency>libcupsfilters-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>libppd.patch</Patch>
- <Patch level="1">libppd.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>libppd</Name>
- <RuntimeDependencies>
- <Dependency>cups</Dependency>
- <Dependency>libcupsfilters</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/ppdc</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libppd-devel</Name>
- <Summary>Development files for libppd</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libppd</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-05-23</Date>
- <Version>2.0.0</Version>
- <Comment>Rebuild</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2024-05-01</Date>
- <Version>2.0.0</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|