diff --git a/common/shlibs b/common/shlibs index c407ffde9b8..c4dcc6a759b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3595,7 +3595,7 @@ libgaminggearwidget.so.0 libgaminggear-0.15.1_1 libopkg.so.1 libopkg-0.4.4_2 libpkgconf.so.4 libpkgconf-1.9.3_1 libkodiplatform.so.19.0 kodi-platform-20180302_1 -libQuotient.so.0.6 libQuotient-0.6.11_1 +libQuotient.so.0.8 libQuotient-0.8.1.2_1 libipset.so.13 libipset-7.9_1 libmp3splt.so.0 libmp3splt-0.9.2_1 libliquid.so.1 liquid-dsp-1.4.0_1 diff --git a/srcpkgs/libQuotient/patches/testolmaccount.patch b/srcpkgs/libQuotient/patches/testolmaccount.patch new file mode 100644 index 00000000000..e3b27d470e0 --- /dev/null +++ b/srcpkgs/libQuotient/patches/testolmaccount.patch @@ -0,0 +1,12 @@ +diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt +index f2c7287..460e741 100644 +--- a/autotests/CMakeLists.txt ++++ b/autotests/CMakeLists.txt +@@ -17,7 +17,6 @@ endfunction() + quotient_add_test(NAME callcandidateseventtest) + quotient_add_test(NAME utiltests) + if(${PROJECT_NAME}_ENABLE_E2EE) +- quotient_add_test(NAME testolmaccount) + quotient_add_test(NAME testgroupsession) + quotient_add_test(NAME testolmsession) + if (NOT MSVC) diff --git a/srcpkgs/libQuotient/template b/srcpkgs/libQuotient/template index 152e492c481..1ced9dd725b 100644 --- a/srcpkgs/libQuotient/template +++ b/srcpkgs/libQuotient/template @@ -1,17 +1,23 @@ # Template file for 'libQuotient' pkgname=libQuotient -version=0.6.11 +version=0.8.1.2 revision=1 build_style=cmake -configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0" +configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0 + $(vopt_bool e2ee Quotient_ENABLE_E2EE)" hostmakedepends="qt5-qmake qt5-host-tools" -makedepends="qt5-devel qt5-multimedia-devel" +makedepends="qt5-devel qt5-multimedia-devel qtkeychain-qt5-devel + $(vopt_if e2ee 'olm-devel openssl-devel qt5-plugin-mysql qt5-plugin-odbc + qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds')" short_desc="Qt5 library to write cross-platform clients for Matrix" maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://matrix.org/docs/projects/sdk/quotient" distfiles="https://github.com/quotient-im/libQuotient/archive/${version}.tar.gz" -checksum=12b15d1296e630477d5e8f4d32c821dc724b3c5b99d15d383417ba7d88f03c46 +checksum=5e5539fe9616c9f63985b0aabfab1858f1626e3d71a14709eeedd85af0471c7c + +build_options="e2ee" +build_options_default="e2ee" libQuotient-devel_package() { depends="${sourcepkg}>=${version}_${revision}"