qca: clean up provides.

This commit is contained in:
Jérôme Duval
2016-11-30 13:50:11 +01:00
committed by GitHub
parent 2edc72bc48
commit f21709d95f

View File

@@ -9,8 +9,8 @@ application!"
HOMEPAGE="http://delta.affinix.com/qca/"
COPYRIGHT="2003-2015 Justin Karneges"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="http://download.kde.org/stable/qca/2.1.1/src/qca-$portVersion.tar.xz"
REVISION="2"
SOURCE_URI="http://download.kde.org/stable/qca/$portVersion/src/qca-$portVersion.tar.xz"
CHECKSUM_SHA256="95de3e7910b5f9ec7084169989c9d98bfb527e6a4865fe17269c3b24308be983"
SOURCE_DIR="qca-$portVersion"
PATCHES="qca-$portVersion.patchset"
@@ -19,12 +19,12 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
qca2$secondaryArchSuffix = $portVersion
qca$secondaryArchSuffix = $portVersion
cmd:mozcerts_qt5$secondaryArchSuffix = $portVersion
cmd:qcatool_qt5$secondaryArchSuffix = $portVersion
cmd:qcatool2$secondaryArchSuffix = $portVersion
lib:libqca$secondaryArchSuffix = $portVersion
lib:libqca_qt5$secondaryArchSuffix = $portVersion
lib:libqca_qt5$secondaryArchSuffix = $portVersion compat >= 2
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -33,27 +33,27 @@ REQUIRES="
"
PROVIDES_devel="
libqca${secondaryArchSuffix}_devel
devel:libqca$secondaryArchSuffix
qca${secondaryArchSuffix}_devel = $portVersion
devel:libqca$secondaryArchSuffix = $portVersion compat >= 2
"
REQUIRES_devel="
haiku${secondaryArchSuffix}_devel
qca2$secondaryArchSuffix == $portVersion base
qca$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libqt5$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libgsasl$secondaryArchSuffix
devel:libnss3$secondaryArchSuffix
devel:libqt5$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:which
cmd:cmake
cmd:make
cmd:g++$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:which
"
BUILD()