diff --git a/net-libs/libquotient/libquotient-0.6.11.recipe b/net-libs/libquotient/libquotient-0.6.11.recipe index de12efe41..f21ebe8b3 100644 --- a/net-libs/libquotient/libquotient-0.6.11.recipe +++ b/net-libs/libquotient/libquotient-0.6.11.recipe @@ -7,7 +7,7 @@ Versions 0.5.x and older use the previous name - libQMatrixClient." HOMEPAGE="https://github.com/quotient-im/libQuotient" COPYRIGHT="Quotient contributors" LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/quotient-im/libQuotient/archive/refs/tags/$portVersion.tar.gz" CHECKSUM_SHA256="12b15d1296e630477d5e8f4d32c821dc724b3c5b99d15d383417ba7d88f03c46" SOURCE_DIR="libQuotient-$portVersion" @@ -46,6 +46,7 @@ BUILD_PREREQUIRES=" cmd:cmake cmd:gcc$secondaryArchSuffix cmd:make + cmd:qdbuscpp2xml$secondaryArchSuffix >= 5 " BUILD() @@ -53,8 +54,11 @@ BUILD() cmake -B build \ $cmakeDirArgs \ -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=ON \ - -DQuotient_INSTALL_TESTS=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON \ + -DQuotient_INSTALL_TESTS=OFF \ + -DQuotient_ENABLE_E2EE=OFF \ + -DBUILD_SHARED_LIBS=ON + cmake --build build --target all }