diff --git a/common/shlibs b/common/shlibs index 9cc5873cda..12d6229611 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3550,6 +3550,7 @@ libgaminggearwidget.so.0 libgaminggear-0.15.1_1 libopkg.so.1 libopkg-0.4.4_2 libkodiplatform.so.19.0 kodi-platform-20180302_1 libQMatrixClient.so.0.5.3 libqmatrixclient-0.5.3.2_1 +libQuotient.so.0.6 libQuotient-0.6.6_1 libipset.so.13 libipset-7.9_1 libmp3splt.so.0 libmp3splt-0.9.2_1 libliquid.so.1 liquid-dsp-1.3.1_1 diff --git a/srcpkgs/libQuotient-devel b/srcpkgs/libQuotient-devel new file mode 120000 index 0000000000..b4566ff0d5 --- /dev/null +++ b/srcpkgs/libQuotient-devel @@ -0,0 +1 @@ +libQuotient \ No newline at end of file diff --git a/srcpkgs/libQuotient/template b/srcpkgs/libQuotient/template new file mode 100644 index 0000000000..effd8dca3d --- /dev/null +++ b/srcpkgs/libQuotient/template @@ -0,0 +1,25 @@ +# Template file for 'libQuotient' +pkgname=libQuotient +version=0.6.6 +revision=1 +build_style=cmake +configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0" +hostmakedepends="qt5-qmake qt5-host-tools" +makedepends="qt5-devel qt5-multimedia-devel" +short_desc="Qt5 library to write cross-platform clients for Matrix" +maintainer="Karol Kosek " +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=33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7 + +libQuotient-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}