From 7a094983cd5fe0a058c163e86b3a0dbc422fb93d Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 14 May 2017 20:52:24 +0200 Subject: [PATCH] qca: fix requires. * enable on x86. --- app-crypt/qca/qca-2.1.3.recipe | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app-crypt/qca/qca-2.1.3.recipe b/app-crypt/qca/qca-2.1.3.recipe index 6ad523390..8d539eb4d 100644 --- a/app-crypt/qca/qca-2.1.3.recipe +++ b/app-crypt/qca/qca-2.1.3.recipe @@ -9,7 +9,7 @@ application!" HOMEPAGE="http://delta.affinix.com/qca/" COPYRIGHT="2003-2015 Justin Karneges" LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="http://download.kde.org/stable/qca/$portVersion/src/qca-$portVersion.tar.xz" CHECKSUM_SHA256="003fd86a32421057a03b18a8168db52e2940978f9db5ebbb6a08882f8ab1e353" SOURCE_DIR="qca-$portVersion" @@ -28,9 +28,16 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libqt5$secondaryArchSuffix + lib:libQt5Core$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix + lib:libnspr4$secondaryArchSuffix + lib:libnss3$secondaryArchSuffix + lib:libnssutil3$secondaryArchSuffix + lib:libplc4$secondaryArchSuffix + lib:libplds4$secondaryArchSuffix + lib:libsmime3$secondaryArchSuffix lib:libssl$secondaryArchSuffix + lib:libssl3$secondaryArchSuffix ca_root_certificates " @@ -47,7 +54,7 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libgsasl$secondaryArchSuffix devel:libnss3$secondaryArchSuffix - devel:libqt5$secondaryArchSuffix + devel:libQt5Core$secondaryArchSuffix devel:libcrypto$secondaryArchSuffix devel:libssl$secondaryArchSuffix "