diff options
| author | TBK <tbk@jjtc.eu> | 2020-03-31 09:42:18 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-31 19:06:28 +0000 |
| commit | fc68762d1d4325203e7c3b2b08edb0260e050546 (patch) | |
| tree | 765db1b781c7327d602b04889a382f78f530e427 /testing | |
| parent | 58ec56d569c43f81c2d76b8fc419d239a30af3b1 (diff) | |
| download | aports-fc68762d1d4325203e7c3b2b08edb0260e050546.tar.bz2 aports-fc68762d1d4325203e7c3b2b08edb0260e050546.tar.xz | |
testing/libquotient: upgrade to 0.5.3.1
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/libquotient/APKBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/testing/libquotient/APKBUILD b/testing/libquotient/APKBUILD index f79be5e143..a325f36416 100644 --- a/testing/libquotient/APKBUILD +++ b/testing/libquotient/APKBUILD @@ -4,8 +4,8 @@ pkgname=libquotient _realname=libQuotient # Note that 0.5.x releases keep the old libqmatrix name # See https://github.com/quotient-im/libQuotient/releases/tag/0.5.2 -pkgver=0.5.2 -pkgrel=1 +pkgver=0.5.3.1 +pkgrel=0 pkgdesc="Qt5 library for cross-platform clients for Matrix" options="!check" # No testsuite url="https://github.com/quotient-im/libQuotient" @@ -14,7 +14,7 @@ license="LGPL-2.1-or-later" depends_dev="qt5-qtbase-dev qt5-qtmultimedia-dev" makedepends="$depends_dev cmake" subpackages="$pkgname-dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/quotient-im/$_realname/archive/${pkgver}.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/quotient-im/$_realname/archive/$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" provides="libqmatrixclient=$pkgver-r$pkgrel" # Rename compat replaces="libqmatrixclient" # Rename compat @@ -24,14 +24,13 @@ build() { CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" fi cmake \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ - -DBUILD_SHARED_LIBS=1 \ -DQMATRIXCLIENT_INSTALL_EXAMPLE=0 \ - ${CMAKE_CROSSOPTS} + $CMAKE_CROSSOPTS make } @@ -45,4 +44,4 @@ dev() { default_dev } -sha512sums="d1037139d62c41e35cd415e85ec8b7d3577af193e19a4307bcd65f83f43a54e015e4a888a0c26a266e41df613a329edd985e8935a9ea9d54f19662fdbfe55577 libquotient-0.5.2.tar.gz" +sha512sums="6ae43aba5b5c52aa6bef1d638af61e92bcee7f4c3d9f8ec021f54937d241ef8f792d3b898b1a3c97b795dedfa64228743c459238e0d3091d33f5d50864a8168e libquotient-0.5.3.1.tar.gz" |
