testing/qtox: upgrade to 1.18.3

This commit is contained in:
Leon White 2025-11-28 11:01:00 +01:00 committed by Patrycja Rosa
parent e971dd1644
commit 5cdfa0417e

View File

@ -1,35 +1,36 @@
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=qtox
pkgver=1.17.6
pkgrel=6
pkgver=1.18.3
pkgrel=0
pkgdesc="IM client using the encrypted peer-to-peer Tox protocol"
url="https://qtox.github.io/"
# armhf: sonnet
# ppc64le: fails tests
arch="all !armhf !ppc64le"
license="GPL-3.0-or-later"
makedepends="
cmake
samurai
qt5-qtbase-dev
qt5-qttools-dev
qt5-qtsvg-dev
ffmpeg-dev
libexif-dev
libqrencode-dev
libsodium-dev
sqlcipher-dev
libvpx-dev
sonnet5-dev
toxcore-dev
libx11-dev
libxscrnsaver-dev
openal-soft-dev
qt6-qtbase-dev
qt6-qtsvg-dev
qt6-qttools-dev
samurai
sonnet-dev
sqlcipher-dev
toxcore-dev
"
source="https://github.com/qTox/qTox/archive/refs/tags/v$pkgver/qtox-$pkgver.tar.gz"
source="https://github.com/TokTok/qTox/archive/refs/tags/v$pkgver/qtox-$pkgver.tar.gz"
builddir="$srcdir/qTox-$pkgver"
build() {
cmake3.5 -B build -G Ninja \
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
@ -38,8 +39,7 @@ build() {
}
check() {
cd build
ctest
ctest --test-dir build
}
package() {
@ -47,5 +47,5 @@ package() {
}
sha512sums="
92047769fa7c1b1be23a236072e6a8727fc956a8959c7a1f36a616d2217f558bd435cf28acdb73dc83e52cf46772c7aa4068c589bc095d327efac5495c4b3e39 qtox-1.17.6.tar.gz
c0d9a832fc937b5d0b67a5905d3ac60d31ffa92492533c41caad23a53d8538bc44202b09811d2d1495afb3a0a0f1badb0c6900b8a291ef78ee736d47fc030136 qtox-1.18.3.tar.gz
"