From f21709d95f7e53d6d29a1db3a6f4fa586025a83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 30 Nov 2016 13:50:11 +0100 Subject: [PATCH] qca: clean up provides. --- app-crypt/qca/qca-2.1.1.recipe | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app-crypt/qca/qca-2.1.1.recipe b/app-crypt/qca/qca-2.1.1.recipe index b0e410ca7..12b0d8d40 100644 --- a/app-crypt/qca/qca-2.1.1.recipe +++ b/app-crypt/qca/qca-2.1.1.recipe @@ -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()