libqmatrixclient: update to 0.5.1.2.
This commit is contained in:
parent
59ec34f767
commit
b935fbd99c
|
@ -3389,7 +3389,7 @@ libgaminggearfx.so.0 libgaminggear-0.15.1_1
|
|||
libgaminggearwidget.so.0 libgaminggear-0.15.1_1
|
||||
libopkg.so.1 libopkg-0.4.0_1
|
||||
libkodiplatform.so.18.0 kodi-platform-17.1.0_1
|
||||
libQMatrixClient.so.0.4 libqmatrixclient-0.4.2.1_1
|
||||
libQMatrixClient.so.0.5.1 libqmatrixclient-0.5.1.2_1
|
||||
libipset.so.13 libipset-7.1_1
|
||||
libmp3splt.so.0 libmp3splt-0.9.2_1
|
||||
libliquid.so.1 liquid-dsp-1.3.1_1
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'libqmatrixclient'
|
||||
pkgname=libqmatrixclient
|
||||
version=0.4.2.1
|
||||
version=0.5.1.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=1"
|
||||
configure_args="-DBUILD_SHARED_LIBS=1 -DQMATRIXCLIENT_INSTALL_EXAMPLE=0"
|
||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-devel"
|
||||
makedepends="qt5-devel qt5-multimedia-devel"
|
||||
short_desc="Qt5 library to write cross-platfrom clients for Matrix"
|
||||
maintainer="Karol Kosek <krkkx@protonmail.com>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://matrix.org/docs/projects/sdk/libqmatrixclient.html"
|
||||
distfiles="https://github.com/QMatrixClient/libqmatrixclient/archive/v${version}.tar.gz"
|
||||
checksum=0efe7050ba8b866b0bf6046a9c57779173cf3d68f546d8f082ce081e8e299bc8
|
||||
distfiles="https://github.com/QMatrixClient/libqmatrixclient/archive/${version}.tar.gz"
|
||||
checksum=c5de2aaef010a1d4d1d81c711bc983366d41c482487c828db3f0e6fa7a6e050d
|
||||
|
||||
libqmatrixclient-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
@ -23,8 +23,3 @@ libqmatrixclient-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# delete example application
|
||||
rm -rf ${DESTDIR}/usr/bin
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue