pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qca2-qt6</Name>
  6. <Homepage>http://download.kde.org/stable/qca-qt6</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Cryptographic Architecture for QT4</Summary>
  14. <Description>QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers. QCA2 has been re-written for QT4.</Description>
  15. <Archive sha1sum="d66911e7fb56bb319ac96bba4aee384f9037c6be" type="tarxz">https://download.kde.org/stable/qca/2.3.9/qca-2.3.9.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>gnupg</Dependency>
  19. <Dependency>doxygen</Dependency>
  20. <Dependency>nss-devel</Dependency>
  21. <Dependency>openssl-devel</Dependency>
  22. <Dependency>libgcrypt-devel</Dependency>
  23. <Dependency>cyrus-sasl-devel</Dependency>
  24. <Dependency versionFrom="6.5.3">qt6-base-devel</Dependency>
  25. <Dependency versionFrom="6.5.3">qt6-5compat-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <!--Patch level="3">qca2-sha2-digest-support-kde-svn-992617.diff</Patch>
  29. <Patch level="0">qca-2.0.3+gcc-4.7.patch</Patch-->
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>qca2-qt6</Name>
  34. <RuntimeDependencies>
  35. <Dependency>nss</Dependency>
  36. <Dependency>libgcc</Dependency>
  37. <Dependency>openssl</Dependency>
  38. <Dependency>libgcrypt</Dependency>
  39. <Dependency>cyrus-sasl</Dependency>
  40. <Dependency>qt6-5compat</Dependency>
  41. <Dependency versionFrom="6.6.1">qt6-base</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin/*-qt6</Path>
  45. <Path fileType="executable">/usr/lib/qt6/bin</Path>
  46. <Path fileType="library">/usr/lib/libqca-qt6.so*</Path>
  47. <Path fileType="library">/usr/lib/qt6/plugins</Path>
  48. <Path fileType="man">/usr/share/man/man1/qcatool-qt6.1</Path>
  49. <Path fileType="doc">/usr/share/doc/qca2-qt6</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>qca2-qt6-devel</Name>
  54. <Summary>Development files for qca2</Summary>
  55. <RuntimeDependencies>
  56. <Dependency release="current">qca2-qt6</Dependency>
  57. <Dependency versionFrom="6.6.1">qt6-base-devel</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="header">/usr/include/qt6/Qca-qt6/QtCrypto</Path>
  61. <Path fileType="data">/usr/lib/cmake/Qca-qt6</Path>
  62. <Path fileType="data">/usr/lib/pkgconfig/qca2-qt6.pc</Path>
  63. <Path fileType="data">/usr/lib/qt6/mkspecs/features</Path>
  64. </Files>
  65. </Package>
  66. <History>
  67. <Update release="4">
  68. <Date>2024-11-17</Date>
  69. <Version>2.3.9</Version>
  70. <Comment>Version bump.</Comment>
  71. <Name>Pisi Linux Community</Name>
  72. <Email>admin@pisilinux.org</Email>
  73. </Update>
  74. <Update release="3">
  75. <Date>2024-01-10</Date>
  76. <Version>2.3.8</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Mustafa Cinasal</Name>
  79. <Email>muscnsl@gmail.com</Email>
  80. </Update>
  81. <Update release="2">
  82. <Date>2023-11-18</Date>
  83. <Version>2.3.7</Version>
  84. <Comment>Rebuild qt6</Comment>
  85. <Name>Mustafa Cinasal</Name>
  86. <Email>muscnsl@gmail.com</Email>
  87. </Update>
  88. <Update release="1">
  89. <Date>2023-09-18</Date>
  90. <Version>2.3.7</Version>
  91. <Comment>First release</Comment>
  92. <Name>Mustafa Cinasal</Name>
  93. <Email>muscnsl@gmail.com</Email>
  94. </Update>
  95. </History>
  96. </PISI>