pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ksyndication</Name>
  6. <Homepage>https://www.kde.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>app:library</IsA>
  13. <Summary>RSS/Atom parser library</Summary>
  14. <Description>syndication is a parser library for RSS and Atom feeds.</Description>
  15. <Archive sha1sum="3014c578f22ee292a828f74baba122e44f081e2b" type="tarxz">mirrors://kde/stable/frameworks/6.10/syndication-6.10.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="5.7.1">qt6-base-devel</Dependency>
  18. <Dependency>kio-devel</Dependency>
  19. <Dependency>kcodecs-devel</Dependency>
  20. <Dependency>kdoctools-devel</Dependency>
  21. <Dependency>extra-cmake-modules</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>ksyndication</Name>
  26. <RuntimeDependencies>
  27. <Dependency versionFrom="5.7.1">qt6-base</Dependency>
  28. <Dependency>kcodecs</Dependency>
  29. <Dependency>libgcc</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="config">/etc/xdg</Path>
  33. <Path fileType="library">/usr/lib/qt5</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. <Path fileType="data">/usr/share/qlogging-categories6/syndication.categories</Path>
  37. <Path fileType="data">/usr/share/qlogging-categories6</Path>
  38. </Files>
  39. <Replaces>
  40. <Package>ksyndication-kf6</Package>
  41. </Replaces>
  42. </Package>
  43. <Package>
  44. <Name>ksyndication-devel</Name>
  45. <Summary>Development files for ksyndication</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">ksyndication</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="data">/usr/lib/cmake</Path>
  52. <Path fileType="library">/usr/lib/pkgconfig</Path>
  53. </Files>
  54. <Replaces>
  55. <Package>ksyndication-kf6-devel</Package>
  56. </Replaces>
  57. </Package>
  58. <History>
  59. <Update release="73">
  60. <Date>2025-01-09</Date>
  61. <Version>6.10.0</Version>
  62. <Comment>First release</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>