libqmatrixclient: remove package.
The package was only used for Quaternion<=0.0.9.4, but since the newer versions use an API under a new name -- libQuotient, it can be removed.
This commit is contained in:
parent
ecdf9b6a33
commit
3423ff7c82
3 changed files with 0 additions and 28 deletions
|
@ -3549,7 +3549,6 @@ libgaminggearfx.so.0 libgaminggear-0.15.1_1
|
|||
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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libqmatrixclient
|
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'libqmatrixclient'
|
||||
pkgname=libqmatrixclient
|
||||
version=0.5.3.2
|
||||
revision=1
|
||||
wrksrc="libQuotient-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=1 -DQMATRIXCLIENT_INSTALL_EXAMPLE=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 <krkkx@protonmail.com>"
|
||||
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=80f7dac61a38c7d3441b6af693d40373fd817974b970c9b0edcb761aca2bf7d9
|
||||
|
||||
libqmatrixclient-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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue