mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
qca-qt5: update to 2.3.8.
This commit is contained in:
parent
292c5b18f6
commit
50b7ab527b
1 changed files with 5 additions and 4 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'qca-qt5'
|
# Template file for 'qca-qt5'
|
||||||
pkgname=qca-qt5
|
pkgname=qca-qt5
|
||||||
version=2.3.7
|
version=2.3.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DQCA_FEATURE_INSTALL_DIR=/usr/share/qca-qt5/mkspecs
|
configure_args="-DQCA_FEATURE_INSTALL_DIR=/usr/share/qca-qt5/mkspecs
|
||||||
-DUSE_RELATIVE_PATHS=true"
|
-DUSE_RELATIVE_PATHS=true"
|
||||||
hostmakedepends="pkg-config ca-certificates"
|
hostmakedepends="pkg-config ca-certificates"
|
||||||
makedepends="nss-devel libgcrypt-devel qt5-devel ca-certificates openssl-devel"
|
makedepends="nss-devel libgcrypt-devel qt5-devel ca-certificates openssl-devel
|
||||||
|
botan-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
short_desc="Qt5 Cryptographic Architecture"
|
short_desc="Qt5 Cryptographic Architecture"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://userbase.kde.org/QCA"
|
homepage="https://userbase.kde.org/QCA"
|
||||||
distfiles="${KDE_SITE}/qca/${version}/qca-${version}.tar.xz"
|
distfiles="${KDE_SITE}/qca/${version}/qca-${version}.tar.xz"
|
||||||
checksum=fee2343b54687d5be3e30fb33ce296ee50ac7ae5e23d7ab725f63ffdf7af3f43
|
checksum=48759ca86a0202461d908ba66134380cc3bb7d20fed3c031b9fc0289796a8264
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue