pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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-qt5</Name>
  6. <Homepage>http://download.kde.org/stable/qca-qt5</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="b5426f9b0c0cdaec4a069091bb9fc476ef363289" type="tarxz">http://download.kde.org/stable/qca/2.1.3/src/qca-2.1.3.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
  18. <Dependency>nss-devel</Dependency>
  19. <Dependency>doxygen</Dependency>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>openssl-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <!--Patch level="3">qca2-sha2-digest-support-kde-svn-992617.diff</Patch>
  25. <Patch level="0">qca-2.0.3+gcc-4.7.patch</Patch-->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>qca2-qt5</Name>
  30. <RuntimeDependencies>
  31. <Dependency versionFrom="5.7.1">qt5-base</Dependency>
  32. <Dependency>nss</Dependency>
  33. <Dependency>libgcc</Dependency>
  34. <Dependency>openssl</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="executable">/usr/qt/4/bin</Path>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. <Path fileType="data">/usr/share/qca</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>qca2-qt5-devel</Name>
  47. <Summary>Development files for qca2</Summary>
  48. <RuntimeDependencies>
  49. <Dependency release="current">qca2-qt5</Dependency>
  50. <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="header">/usr/include/qt5/Qca-qt5/QtCrypto</Path>
  54. <Path fileType="data">/usr/lib/pkgconfig/qca2.pc</Path>
  55. <Path fileType="data">/usr/share/qt4/mkspecs/features</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="4">
  60. <Date>2017-03-19</Date>
  61. <Version>2.1.3</Version>
  62. <Comment>Rebuild</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="3">
  67. <Date>2017-03-19</Date>
  68. <Version>2.1.3</Version>
  69. <Comment>Version Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2016-06-15</Date>
  75. <Version>2.1.1</Version>
  76. <Comment>Release Bump</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2015-11-06</Date>
  82. <Version>2.1.1</Version>
  83. <Comment>First release</Comment>
  84. <Name>Ertuğrul Erata</Name>
  85. <Email>ertugrulerata@gmail.com</Email>
  86. </Update>
  87. </History>
  88. </PISI>