From 41494a8aca7c6c1d596f43c7b7db9b04bc98778c Mon Sep 17 00:00:00 2001 From: X512 <45505339+X547@users.noreply.github.com> Date: Sat, 4 Apr 2026 14:49:46 +0900 Subject: [PATCH] catch2: update version, fix pkg-config install (#13905) --- .../catch2/{catch2-3.4.0.recipe => catch2-3.13.0.recipe} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename dev-cpp/catch2/{catch2-3.4.0.recipe => catch2-3.13.0.recipe} (92%) diff --git a/dev-cpp/catch2/catch2-3.4.0.recipe b/dev-cpp/catch2/catch2-3.13.0.recipe similarity index 92% rename from dev-cpp/catch2/catch2-3.4.0.recipe rename to dev-cpp/catch2/catch2-3.13.0.recipe index 4bdd648f3..a4c2b24f7 100644 --- a/dev-cpp/catch2/catch2-3.4.0.recipe +++ b/dev-cpp/catch2/catch2-3.13.0.recipe @@ -11,7 +11,7 @@ COPYRIGHT="Catch2 Authors" LICENSE="Boost v1.0" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz" -CHECKSUM_SHA256="122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb" +CHECKSUM_SHA256="650795f6501af514f806e78c554729847b98db6935e69076f36bb03ed2e985ef" SOURCE_FILENAME="catch2-v$portVersion.tar.gz" SOURCE_DIR="Catch2-$portVersion" @@ -51,7 +51,7 @@ BUILD() cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \ -DBUILD_SHARED_LIBS=ON \ - -DPKGCONFIG_INSTALL_DIR=$developLibDir/pkgconfig # \ + -DPKGCONFIG_INSTALL_DIR=/$relativeLibDir/pkgconfig # \ # -DCATCH_DEVELOPMENT_BUILD=ON #needed to run the tests make -C build $jobArgs } @@ -63,6 +63,8 @@ INSTALL() prepareInstalledDevelLibs libCatch2 \ libCatch2Main + fixPkgconfig + packageEntries devel \ $developDir \ $documentationDir \