libquotient: bump for rebuild

This commit is contained in:
Gerasim Troeglazov
2022-06-11 18:55:28 +10:00
parent 848303b852
commit d0499f50fa

View File

@@ -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
}