123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>qca2-qt6</Name>
- <Homepage>http://download.kde.org/stable/qca-qt6</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>Cryptographic Architecture for QT4</Summary>
- <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>
- <Archive sha1sum="d66911e7fb56bb319ac96bba4aee384f9037c6be" type="tarxz">https://download.kde.org/stable/qca/2.3.9/qca-2.3.9.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>gnupg</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>nss-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>libgcrypt-devel</Dependency>
- <Dependency>cyrus-sasl-devel</Dependency>
- <Dependency versionFrom="6.5.3">qt6-base-devel</Dependency>
- <Dependency versionFrom="6.5.3">qt6-5compat-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!--Patch level="3">qca2-sha2-digest-support-kde-svn-992617.diff</Patch>
- <Patch level="0">qca-2.0.3+gcc-4.7.patch</Patch-->
- </Patches>
- </Source>
- <Package>
- <Name>qca2-qt6</Name>
- <RuntimeDependencies>
- <Dependency>nss</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>libgcrypt</Dependency>
- <Dependency>cyrus-sasl</Dependency>
- <Dependency>qt6-5compat</Dependency>
- <Dependency versionFrom="6.6.1">qt6-base</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/*-qt6</Path>
- <Path fileType="executable">/usr/lib/qt6/bin</Path>
- <Path fileType="library">/usr/lib/libqca-qt6.so*</Path>
- <Path fileType="library">/usr/lib/qt6/plugins</Path>
- <Path fileType="man">/usr/share/man/man1/qcatool-qt6.1</Path>
- <Path fileType="doc">/usr/share/doc/qca2-qt6</Path>
- </Files>
- </Package>
- <Package>
- <Name>qca2-qt6-devel</Name>
- <Summary>Development files for qca2</Summary>
- <RuntimeDependencies>
- <Dependency release="current">qca2-qt6</Dependency>
- <Dependency versionFrom="6.6.1">qt6-base-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/qt6/Qca-qt6/QtCrypto</Path>
- <Path fileType="data">/usr/lib/cmake/Qca-qt6</Path>
- <Path fileType="data">/usr/lib/pkgconfig/qca2-qt6.pc</Path>
- <Path fileType="data">/usr/lib/qt6/mkspecs/features</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2024-11-17</Date>
- <Version>2.3.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2024-01-10</Date>
- <Version>2.3.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2023-11-18</Date>
- <Version>2.3.7</Version>
- <Comment>Rebuild qt6</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2023-09-18</Date>
- <Version>2.3.7</Version>
- <Comment>First release</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|