* update libquotient to 0.9.0-1

This commit is contained in:
Alexander Baldeck 2024-11-17 17:04:40 +01:00
parent 6d81f97928
commit 35065a3a2a
3 changed files with 35 additions and 6 deletions

23
libquotient/.SRCINFO Normal file
View File

@ -0,0 +1,23 @@
pkgbase = libquotient
pkgdesc = A Qt library to write cross-platform clients for Matrix
pkgver = 0.9.0
pkgrel = 1
url = https://matrix.org/docs/projects/sdk/quotient
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL-2.1-or-later
makedepends = cmake
makedepends = git
depends = gcc-libs
depends = glibc
depends = libolm
depends = openssl
depends = qt6-base
depends = qtkeychain-qt6
source = git+https://github.com/quotient-im/libQuotient#tag=0.9.0
sha256sums = bf146df936d7763d7c9dddefee4b3a4fc0298fb8f394cc0d11be21fca5d8584f
pkgname = libquotient

View File

@ -0,0 +1,5 @@
[libquotient]
source = 'github'
github = 'quotient-im/libQuotient'
use_max_tag = true
exclude_regex = '.*(beta|rc).*'

View File

@ -4,8 +4,8 @@
# Contributor Sefa Eyeoglu <contact@scrumplex.net>
pkgname=libquotient
pkgver=0.8.2
pkgrel=1.1
pkgver=0.9.0
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)
@ -16,12 +16,13 @@ depends=(gcc-libs
openssl
qt6-base
qtkeychain-qt6)
makedepends=(cmake)
source=(https://github.com/quotient-im/libQuotient/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('12ff2fa8b80a934b9dd88fa3416a4b88e94bc0e18a8df0dcebfc90614dd2f5c9')
makedepends=(cmake
git)
source=(git+https://github.com/quotient-im/libQuotient#tag=$pkgver)
sha256sums=('bf146df936d7763d7c9dddefee4b3a4fc0298fb8f394cc0d11be21fca5d8584f')
build() {
cmake -B build -S libQuotient-$pkgver \
cmake -B build -S libQuotient \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None \
-DBUILD_SHARED_LIBS=ON \