* update libquotient to 0.9.2-1

This commit is contained in:
Alexander Baldeck 2025-02-16 15:22:45 +01:00
parent 0ca634eaac
commit ddeb32c005
2 changed files with 8 additions and 14 deletions

View File

@ -1,13 +1,9 @@
pkgbase = libquotient
pkgdesc = A Qt library to write cross-platform clients for Matrix
pkgver = 0.9.1
pkgver = 0.9.2
pkgrel = 1
url = https://matrix.org/docs/projects/sdk/quotient
url = https://quotient-im.github.io/libQuotient/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL-2.1-or-later
makedepends = cmake
makedepends = git
@ -17,7 +13,7 @@ pkgbase = libquotient
depends = openssl
depends = qt6-base
depends = qtkeychain-qt6
source = git+https://github.com/quotient-im/libQuotient#tag=0.9.1
sha256sums = 75357c58ad43d7e4f144d9f31d9741659a99ab0006f1042501661f4e8eabe307
source = git+https://github.com/quotient-im/libQuotient#tag=0.9.2
sha256sums = b103fefbaec809c8003f5e9577171a5d44d7744dd562ecf7870fa29d6ea56550
pkgname = libquotient

View File

@ -4,12 +4,12 @@
# Contributor Sefa Eyeoglu <contact@scrumplex.net>
pkgname=libquotient
pkgver=0.9.1
pkgver=0.9.2
pkgrel=1
pkgdesc='A Qt library to write cross-platform clients for Matrix'
license=(LGPL-2.1-or-later)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://matrix.org/docs/projects/sdk/quotient'
url='https://quotient-im.github.io/libQuotient/'
depends=(gcc-libs
glibc
libolm
@ -19,15 +19,13 @@ depends=(gcc-libs
makedepends=(cmake
git)
source=(git+https://github.com/quotient-im/libQuotient#tag=$pkgver)
sha256sums=('75357c58ad43d7e4f144d9f31d9741659a99ab0006f1042501661f4e8eabe307')
sha256sums=('b103fefbaec809c8003f5e9577171a5d44d7744dd562ecf7870fa29d6ea56550')
build() {
cmake -B build -S libQuotient \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_WITH_QT6=ON \
-DQuotient_ENABLE_E2EE=ON
-DBUILD_SHARED_LIBS=ON
cmake --build build
}