From ac8f0f309d6ac9790170ddc53e5012adcfeec0c2 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 17 Feb 2026 12:35:35 +0100 Subject: [PATCH] libquotient_qt6, bump to version 0.9.6.1 (#13743) --- ...0.9.5.recipe => libquotient_qt6-0.9.6.1.recipe} | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) rename net-libs/libquotient/{libquotient_qt6-0.9.5.recipe => libquotient_qt6-0.9.6.1.recipe} (84%) diff --git a/net-libs/libquotient/libquotient_qt6-0.9.5.recipe b/net-libs/libquotient/libquotient_qt6-0.9.6.1.recipe similarity index 84% rename from net-libs/libquotient/libquotient_qt6-0.9.5.recipe rename to net-libs/libquotient/libquotient_qt6-0.9.6.1.recipe index f579956b2..6a10bff87 100644 --- a/net-libs/libquotient/libquotient_qt6-0.9.5.recipe +++ b/net-libs/libquotient/libquotient_qt6-0.9.6.1.recipe @@ -9,13 +9,13 @@ COPYRIGHT="Quotient contributors" LICENSE="GNU LGPL v2.1" REVISION="1" SOURCE_URI="https://github.com/quotient-im/libQuotient/archive/refs/tags/$portVersion.tar.gz" -CHECKSUM_SHA256="24366dd59aca7b991756e45c3c8823c43fc6a8fdb161ea6dcce5b666c6300766" +CHECKSUM_SHA256="ac0fe5df480fa893d3e16da626bf5028c944e9b41f504f6fe0fe49273247d636" SOURCE_DIR="libQuotient-$portVersion" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" -libVersion="$portVersion" +libVersion="0.9.6" libVersionCompat="$libVersion compat >= ${libVersion%.*}" PROVIDES=" @@ -62,12 +62,15 @@ BUILD_PREREQUIRES=" cmd:pkg_config$secondaryArchSuffix " +defineDebugInfoPackage libquotient_qt6$secondaryArchSuffix \ + $libDir/libQuotientQt6.so.$libVersion.1 + BUILD() { - cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ + cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $cmakeDirArgs \ -DBUILD_SHARED_LIBS=ON \ - -DBUILD_TESTING=ON + -DBUILD_TESTING=OFF make -C build $jobArgs } @@ -90,6 +93,7 @@ INSTALL() TEST() { -# 88% tests passed, 1 tests failed out of 8 +# 92% tests passed, 1 tests failed out of 12 +# Can't use password login at localhost:1234 - check that the homeserver is running ctest --test-dir build --output-on-failure }