123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ksyndication</Name>
- <Homepage>https://www.kde.org</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <IsA>app:library</IsA>
- <Summary>RSS/Atom parser library</Summary>
- <Description>syndication is a parser library for RSS and Atom feeds.</Description>
- <Archive sha1sum="3014c578f22ee292a828f74baba122e44f081e2b" type="tarxz">mirrors://kde/stable/frameworks/6.10/syndication-6.10.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency versionFrom="5.7.1">qt6-base-devel</Dependency>
- <Dependency>kio-devel</Dependency>
- <Dependency>kcodecs-devel</Dependency>
- <Dependency>kdoctools-devel</Dependency>
- <Dependency>extra-cmake-modules</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>ksyndication</Name>
- <RuntimeDependencies>
- <Dependency versionFrom="5.7.1">qt6-base</Dependency>
- <Dependency>kcodecs</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/xdg</Path>
- <Path fileType="library">/usr/lib/qt5</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/qlogging-categories6/syndication.categories</Path>
- <Path fileType="data">/usr/share/qlogging-categories6</Path>
- </Files>
- <Replaces>
- <Package>ksyndication-kf6</Package>
- </Replaces>
- </Package>
- <Package>
- <Name>ksyndication-devel</Name>
- <Summary>Development files for ksyndication</Summary>
- <RuntimeDependencies>
- <Dependency release="current">ksyndication</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- <Replaces>
- <Package>ksyndication-kf6-devel</Package>
- </Replaces>
- </Package>
- <History>
- <Update release="73">
- <Date>2025-01-09</Date>
- <Version>6.10.0</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|