pspec.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kdnssd</Name>
  6. <Homepage>https://www.kde.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Network service discovery using Zeroconf</Summary>
  14. <Description>kdnssd is a library for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure.</Description>
  15. <Archive sha1sum="6e03abed92b896c5cd635444c84b0b8904595355" type="tarxz">mirrors://kde/stable/frameworks/6.12/kdnssd-6.12.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="6.7.3">qt6-base-devel</Dependency>
  18. <Dependency versionFrom="6.7.3">qt6-linguist</Dependency>
  19. <Dependency>avahi-devel</Dependency>
  20. <Dependency>avahi-compat-libdns_sd-devel</Dependency>
  21. <Dependency versionFrom="6.12.0">extra-cmake-modules</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>kdnssd</Name>
  26. <RuntimeDependencies>
  27. <Dependency versionFrom="6.7.3">qt6-base</Dependency>
  28. <!-- <Dependency>libgcc</Dependency> -->
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="data">/usr/share</Path>
  32. <Path fileType="localedata">/usr/share/locale</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. </Files>
  37. <Replaces>
  38. <Package>kdnssd-kf6</Package>
  39. </Replaces>
  40. </Package>
  41. <Package>
  42. <Name>kdnssd-devel</Name>
  43. <Summary>Development files for kdnssd.</Summary>
  44. <RuntimeDependencies>
  45. <Dependency versionFrom="6.7.3">qt6-base-devel</Dependency>
  46. <Dependency release="current">kdnssd</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="data">/usr/lib/cmake</Path>
  51. <Path fileType="library">/usr/lib/pkgconfig</Path>
  52. </Files>
  53. <Replaces>
  54. <Package>kdnssd-kf6-devel</Package>
  55. </Replaces>
  56. </Package>
  57. <History>
  58. <Update release="72">
  59. <Date>2025-04-01</Date>
  60. <Version>6.12.0</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="71">
  66. <Date>2025-02-14</Date>
  67. <Version>6.11.0</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Pisi Linux Community</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="70">
  73. <Date>2025-01-09</Date>
  74. <Version>6.10.0</Version>
  75. <Comment>First release</Comment>
  76. <Name>Pisi Linux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. </History>
  80. </PISI>