From 89da4a41c642a75c23b7915813a993c506852131 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 11 Mar 2024 07:30:23 +0100 Subject: [PATCH] qca2.3_qt, revbump, move plugings to proper place (#10205) --- app-crypt/qca/qca2.3_qt5-2.3.8.recipe | 4 ++-- app-crypt/qca/qca2.3_qt6-2.3.8.recipe | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/qca/qca2.3_qt5-2.3.8.recipe b/app-crypt/qca/qca2.3_qt5-2.3.8.recipe index f0a778872..4d5e26d95 100644 --- a/app-crypt/qca/qca2.3_qt5-2.3.8.recipe +++ b/app-crypt/qca/qca2.3_qt5-2.3.8.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/qca-$portVersion.tar.xz" CHECKSUM_SHA256="48759ca86a0202461d908ba66134380cc3bb7d20fed3c031b9fc0289796a8264" SOURCE_DIR="qca-$portVersion" @@ -81,7 +81,7 @@ BUILD() cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$prefix \ -DBUILD_WITH_QT6=OFF \ - -DQCA_PLUGINS_INSTALL_DIR=$libDir/Qt5 \ + -DQCA_PLUGINS_INSTALL_DIR=$addOnsDir/Qt5 \ -DQCA_BINARY_INSTALL_DIR=$binDir \ -DQCA_LIBRARY_INSTALL_DIR=$libDir \ -DQCA_FEATURE_INSTALL_DIR=$dataDir/Qt5/mkspecs/features \ diff --git a/app-crypt/qca/qca2.3_qt6-2.3.8.recipe b/app-crypt/qca/qca2.3_qt6-2.3.8.recipe index 2ee6b1315..e80802bc6 100644 --- a/app-crypt/qca/qca2.3_qt6-2.3.8.recipe +++ b/app-crypt/qca/qca2.3_qt6-2.3.8.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/qca-$portVersion.tar.xz" CHECKSUM_SHA256="48759ca86a0202461d908ba66134380cc3bb7d20fed3c031b9fc0289796a8264" SOURCE_DIR="qca-$portVersion" @@ -85,7 +85,7 @@ BUILD() cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$prefix \ -DBUILD_WITH_QT6=ON \ - -DQCA_PLUGINS_INSTALL_DIR=$libDir/Qt6 \ + -DQCA_PLUGINS_INSTALL_DIR=$addOnsDir/Qt6 \ -DQCA_BINARY_INSTALL_DIR=$binDir \ -DQCA_LIBRARY_INSTALL_DIR=$libDir \ -DQCA_INCLUDE_INSTALL_DIR=$includeDir \