qca: drop package

All dependents have been moved to qca-qt5
This commit is contained in:
Đoàn Trần Công Danh 2020-08-05 22:18:42 +07:00 committed by Danh Doan
parent b0e6ac8476
commit 276a069615
4 changed files with 0 additions and 40 deletions

View File

@ -1392,7 +1392,6 @@ libdbusmenu-glib.so.4 libdbusmenu-glib-12.10.2_1
libdbusmenu-gtk3.so.4 libdbusmenu-gtk3-12.10.2_1
libGrantlee_Templates.so.5 grantlee5-5.0.0_1
libGrantlee_TextDocument.so.5 grantlee5-5.0.0_1
libqca.so.2 qca-2.0.3_1
librasqal.so.3 librasqal-0.9.30_1
librdf.so.0 librdf-1.0.16_1
libclucene-core.so.1 clucene-2.3.3.4_1

View File

@ -1 +0,0 @@
qca

View File

@ -1 +0,0 @@
qca

View File

@ -1,37 +0,0 @@
# Template file for 'qca'
pkgname=qca
version=2.1.3
revision=6
build_style=cmake
configure_args="-DBUILD_TESTS=0 -DQC_CERTSTORE_PATH=/etc/ssl/certs/ca-certificates.crt
-DQCA_FEATURE_INSTALL_DIR=/usr/share/qca/mkspecs -DWITH_ossl_PLUGIN=yes"
hostmakedepends="pkg-config ca-certificates"
makedepends="nss-devel libgcrypt-devel qt-devel libressl-devel"
depends="ca-certificates"
short_desc="Qt Cryptographic Architecture"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1"
homepage="http://delta.affinix.com/qca/"
distfiles="https://download.kde.org/stable/$pkgname/$version/src/${pkgname}-${version}.tar.xz"
checksum=003fd86a32421057a03b18a8168db52e2940978f9db5ebbb6a08882f8ab1e353
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-host-tools qt-devel"
fi
qca-ossl_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - QCA OSSL plugin"
pkg_install() {
vmove usr/lib/qca/crypto/libqca-ossl.so
}
}
qca-devel_package() {
depends="qt-devel ${sourcepkg}-${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove usr/share/qca/mkspecs
}
}