[arch-commits] Commit in qca/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Feb 17 21:28:35 UTC 2017


    Date: Friday, February 17, 2017 @ 21:28:34
  Author: arojas
Revision: 289115

Build against openssl-1.0

Modified:
  qca/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-17 20:50:23 UTC (rev 289114)
+++ PKGBUILD	2017-02-17 21:28:34 UTC (rev 289115)
@@ -6,12 +6,12 @@
 pkgbase=qca
 pkgname=(qca-qt4 qca-qt5)
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Cryptographic Architecture"
 arch=(i686 x86_64)
 url="http://delta.affinix.com/qca/"
 license=(LGPL)
-makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10)
+makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 openssl-1.0)
 source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz")
 md5sums=('5019cc29efcf828681cd93164238ce26')
 
@@ -21,6 +21,7 @@
 
 build() {
   cd build4
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig
   cmake ../$pkgbase-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
@@ -42,7 +43,7 @@
 
 package_qca-qt4() {
   depends=(qt4 nss)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 'openssl-1.0: SSL plugin')
   conflicts=(qca qca-gnupg qca-ossl)
   provides=(qca qca-gnupg qca-ossl)
   replaces=(qca qca-gnupg qca-ossl)
@@ -53,7 +54,7 @@
 
 package_qca-qt5() {
   depends=(qt5-base nss ca-certificates)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 'openssl-1.0: SSL plugin')
 
   cd build5
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list